[
https://issues.apache.org/jira/browse/HIVE-8217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-8217:
---------------------------------
Description:
need to make org.apache.hive.hcatalog.templeton.Server.showJobList() return
info about as many jobs as possible instead of failing fast at
{noformat}
if (showDetails) {
StatusDelegator sd = new StatusDelegator(appConf);
QueueStatusBean statusBean = sd.run(getDoAsUser(), job);
jobItem.detail = statusBean;
}
{noformat}
no precommit tests
was:
need to make org.apache.hive.hcatalog.templeton.Server.showJobList() return
info about as many jobs as possible instead of failing fast at
{noformat}
if (showDetails) {
StatusDelegator sd = new StatusDelegator(appConf);
QueueStatusBean statusBean = sd.run(getDoAsUser(), job);
jobItem.detail = statusBean;
}
{noformat}
> WebHCat 'jobs' endpoint fails if it runs into issues with any of the jobs
> -------------------------------------------------------------------------
>
> Key: HIVE-8217
> URL: https://issues.apache.org/jira/browse/HIVE-8217
> Project: Hive
> Issue Type: Bug
> Components: WebHCat
> Affects Versions: 0.13.1
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Attachments: HIVE-8217.patch
>
>
> need to make org.apache.hive.hcatalog.templeton.Server.showJobList() return
> info about as many jobs as possible instead of failing fast at
> {noformat}
> if (showDetails) {
> StatusDelegator sd = new StatusDelegator(appConf);
> QueueStatusBean statusBean = sd.run(getDoAsUser(), job);
> jobItem.detail = statusBean;
> }
> {noformat}
> no precommit tests
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)