[
https://issues.apache.org/jira/browse/HIVE-6651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935420#comment-13935420
]
Eugene Koifman commented on HIVE-6651:
--------------------------------------
1. WebHCat just passes along to the user whatever information it finds in
JobProfile object.
2. In H2, JobProfile was annotated with
InterfaceAudience.LimitedPrivate({"MapReduce"}) and
InterfaceStability.Unstable. In H1 it's not annotated with anything.
3. JobStatus is a public (via annotations) class so we can assume that it will
be stable.
So I think we should remove the link for JobProfile and just put
org.apache.hadoop.mapred.JobProfile class name there with a note that WebHCat
just passes along the info in this object which is subject to change from one
Hadoop version to another.
> broken link in WebHCat doc: Job Information — GET queue/:jobid
> --------------------------------------------------------------
>
> Key: HIVE-6651
> URL: https://issues.apache.org/jira/browse/HIVE-6651
> Project: Hive
> Issue Type: Bug
> Components: Documentation, WebHCat
> Reporter: Eugene Koifman
> Priority: Minor
>
> https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+JobInfo#WebHCatReferenceJobInfo-Results
> the link in the table to "Class JobProfile" is broken
--
This message was sent by Atlassian JIRA
(v6.2#6252)