[ https://issues.apache.org/jira/browse/HIVE-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
binlijin updated HIVE-3254: --------------------------- Description: private MapRedStats progress(ExecDriverTaskHandle th) throws IOException { while (!rj.isComplete()) { try { Thread.sleep(pullInterval); } catch (InterruptedException e) { } RunningJob newRj = jc.getJob(rj.getJobID()); } } Should we reuse the RunningJob? If not, why? was: while (!rj.isComplete()) { RunningJob newRj = jc.getJob(rj.getJobID()); } Should we reuse the RunningJob? If not, why? Summary: Reuse RunningJob (was: Reuse RunningJob in ExecDriver.progress) > Reuse RunningJob > ----------------- > > Key: HIVE-3254 > URL: https://issues.apache.org/jira/browse/HIVE-3254 > Project: Hive > Issue Type: Bug > Reporter: binlijin > > private MapRedStats progress(ExecDriverTaskHandle th) throws IOException { > while (!rj.isComplete()) { > try { > Thread.sleep(pullInterval); > } catch (InterruptedException e) { > } > RunningJob newRj = jc.getJob(rj.getJobID()); > } > } > Should we reuse the RunningJob? If not, why? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira