Hi Pradeep,
That error is due to "-" being an illegal character for an Avro name, per
the spec here[1]. Unfortunately the error message is not as descriptive as
it could be.

Thanks,
Andrew

[1] https://avro.apache.org/docs/1.7.7/spec.html#Names

On Wed, Jun 22, 2016 at 12:02 PM, pradeepbill <pradeep.b...@gmail.com>
wrote:

> if my JSON has   "Blah_bc_sc-status":"407" , I can not create a valid
> schema
> using kiteSDK , fails saying
>
> [parumalla@sxmn5 ~]$ ./kite-dataset json-schema --class BCSchemaClass
> hdfs:/user/parumalla/test_bc.txt  --output
> hdfs:/user/parumalla/nifi/schemas/bc.avsc
>
> Unknown error: Illegal character in: Blah_bc_sc-status
>
> If I replace the '-' with '_' , it works, I probably will try modifying the
> schema by hand and see what happens.
>
> Thanks
> Pradeep
>
>
>
>
> --
> View this message in context:
> http://apache-nifi-developer-list.39713.n7.nabble.com/KITESDK-fails-creation-of-schema-tp12105.html
> Sent from the Apache NiFi Developer List mailing list archive at
> Nabble.com.
>



-- 
Thanks,
Andrew

Subscribe to my book: Streaming Data <http://manning.com/psaltis>
<https://www.linkedin.com/pub/andrew-psaltis/1/17b/306>
twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata>

Reply via email to