> Hi All, > > I am having my data stored in HDFS and my team member has created external > table in Hive using HUE. While creating the table he has used INPUT and > OUTPUT format as follows: > > I am trying to get the data out of Hive table ( as part of my select query > with some filters ) in JSON format and store that in MongoDB. I am not able > to get the data as output in JSON format. > > > > So my question is : > 1> Is there a way i can get the data from current table without recreating > tables again with JSON based input and output format > > 2> If someone can suggest some better way it will be helpful. > > Thanks, > Ankur > >
