We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify JSON table create statements so that...
CREATE TABLE tablename (...) ROW FORMAT SERDE 'com.esri.hadoop.hive.serde.JsonSerde' STORED AS INPUTFORMAT 'com.esri.json.hadoop.UnenclosedJsonInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
can be simply written as...
CREATE TABLE tablename (...) STORED AS 'com.esri.hadoop.hive.JsonStorageHandler'
The text was updated successfully, but these errors were encountered:
climbage
No branches or pull requests
Simplify JSON table create statements so that...
can be simply written as...
The text was updated successfully, but these errors were encountered: