You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2014/02/05 07:40:09 UTC

[jira] [Commented] (HIVE-6307) "completed" field description should be clarified.

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

Lefty Leverenz commented on HIVE-6307:
--------------------------------------

Thanks for the clarification, [~eugene.koifman].  Please review this new description:

.bq  A string representing completed status of the process launched by the Launcher task. For example when a MapReduce job is submitted via WebHCat, the Launcher invokes a "hadoop jar" command and then when that process exits the completed string is set to "done". Note that this is not the same as the job status (see status).

It's got a run-on sentence that could use further tweaking.  Here's the link with full formatting:

* [GET jobs/:jobid Results |https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Job#WebHCatReferenceJob-Results]

> "completed" field description should be clarified.
> --------------------------------------------------
>
>                 Key: HIVE-6307
>                 URL: https://issues.apache.org/jira/browse/HIVE-6307
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation, WebHCat
>    Affects Versions: 0.12.0
>            Reporter: Eugene Koifman
>            Assignee: Lefty Leverenz
>
> https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Job explains the fields in the JSON document which contains status information for a particular job.
> "completed" field is set once the process that the Launcher task launched returns.  For example, if user submitted a M/R job via webhcat, "completed" will be set to "done" once the "hadoop jar" command that the Launcher invokes exits.  If one is looking for status of the job itself, the fields inside "status" element should be consulted (e.g. "jobComplete" or "runState").
> Current doc is not clear and may mislead WebHCat user into thinking "completed" is a property of the job itself.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)