Skip to content

Commit

Permalink
Update doc for Avro example
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqingy committed Jun 8, 2017
1 parent 0f84223 commit faa2c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Also, users need to config principal and keytab as below before running their ap

## Others
### Example. Support of Avro schemas:
The connector fully supports all the avro schemas. Users can use either a complete record schema or partial field schema as data type in their catalog.
The connector fully supports all the avro schemas. Users can use either a complete record schema or partial field schema as data type in their catalog (refer [here](https://github.com/hortonworks-spark/shc/wiki/2.-Native-Avro-Support) for more detailed information).

val schema_array = s"""{"type": "array", "items": ["string","null"]}""".stripMargin
val schema_record =
Expand Down

0 comments on commit faa2c5b

Please sign in to comment.