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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to