You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Artem Ervits (JIRA)" <ji...@apache.org> on 2015/11/04 19:22:27 UTC

[jira] [Created] (HIVE-12339) WebHCat should have an option to return a result instead of jobId

Artem Ervits created HIVE-12339:
-----------------------------------

             Summary: WebHCat should have an option to return a result instead of jobId
                 Key: HIVE-12339
                 URL: https://issues.apache.org/jira/browse/HIVE-12339
             Project: Hive
          Issue Type: New Feature
          Components: WebHCat
    Affects Versions: 1.2.1
            Reporter: Artem Ervits
            Assignee: Eugene Koifman
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)