quux00 / hive-json-schema

Tool to generate a Hive schema from a JSON example doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong classpath in README

Srogozins opened this issue · comments

In readme there are execution examples e.g.:
java -cp target/json-hive-schema-1.0.jar net.thorndev.JsonHiveSchema file.json

This won't work, because correct classpath is net.thornydev.JsonHiveSchema file.json
Likely a 'y' as omitted by a typo.

So, the correct examples should be like
java -cp target/json-hive-schema-1.0.jar net.thornydev.JsonHiveSchema file.json

Good catch - thanks very much. Fixed now.