You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/07/01 12:57:45 UTC

[GitHub] [hive] belugabehr edited a comment on pull request #1169: HIVE-20447: Add JSON Output Format to beeline

belugabehr edited a comment on pull request #1169:
URL: https://github.com/apache/hive/pull/1169#issuecomment-652401570


   Please also add a second JSON formatter called "jsonfile" that does not output an standard JSON array structure, but does one JSON record per line, just like Hive accepts for reading JSON.
   
   https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-StorageFormatsStorageFormatsRowFormat,StorageFormat,andSerDe
   
   It most likely can just `extend` this `JSONOutputFormat` class and override the `printHeader`/`printFooter` method to be no-ops


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org