You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "lukasz gintowt (JIRA)" <ji...@apache.org> on 2017/02/02 15:13:51 UTC

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

    [ https://issues.apache.org/jira/browse/HIVE-12339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850031#comment-15850031 ] 

lukasz gintowt commented on HIVE-12339:
---------------------------------------

:+1:

> 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
>            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.15#6346)