Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.1
-
None
-
None
Description
the following command should have an option to get result of the hive query rather than saving output to hdfs
curl -s -d execute="select+*+from+sample_08;" \
-d statusdir="outputofthejob" \
'http://localhost:50111/templeton/v1/hive?user.name=root'
this currently returns jobid in JSON format, it would be nice to get the actual result as part of JSON.