rm , of jobProperties. jackson can not parse it (#3012)

This commit is contained in:
scusjs 2016-05-27 00:46:33 +08:00 committed by Fangjin Yang
parent 3ef24c03b3
commit ebb6831770
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}
}