mirror of https://github.com/apache/druid.git
rm , of jobProperties. jackson can not parse it (#3012)
This commit is contained in:
parent
3ef24c03b3
commit
ebb6831770
|
@ -106,7 +106,7 @@ For example, using Avro Hadoop parser with custom reader's schema file:
|
|||
},
|
||||
"tuningConfig" : {
|
||||
"jobProperties" : {
|
||||
"avro.schema.path.input.value" : "/path/to/my/schema.avsc",
|
||||
"avro.schema.path.input.value" : "/path/to/my/schema.avsc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue