----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29655/#review66999 -----------------------------------------------------------
spark-client/src/main/java/org/apache/hive/spark/client/JobHandle.java <https://reviews.apache.org/r/29655/#comment110804> Job status is exposed outside of JobHandle, instead, we expose spark job ids through JobHandle. spark-client/src/main/java/org/apache/hive/spark/client/JobHandleImpl.java <https://reviews.apache.org/r/29655/#comment110805> same as previous. spark-client/src/main/java/org/apache/hive/spark/client/RemoteDriver.java <https://reviews.apache.org/r/29655/#comment110806> yes, stage id is unique in spark context scope, one RSC map to one spark context, so we are ok here. - chengxiang li On Jan. 7, 2015, 9:03 a.m., chengxiang li wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29655/ > ----------------------------------------------------------- > > (Updated Jan. 7, 2015, 9:03 a.m.) > > > Review request for hive, Szehon Ho and Xuefu Zhang. > > > Bugs: HIVE-9288 > https://issues.apache.org/jira/browse/HIVE-9288 > > > Repository: hive-git > > > Description > ------- > > clean job status related TODO. > > > Diffs > ----- > > spark-client/src/main/java/org/apache/hive/spark/client/JobHandle.java > fd5daf4 > spark-client/src/main/java/org/apache/hive/spark/client/JobHandleImpl.java > 6aeb6b7 > spark-client/src/main/java/org/apache/hive/spark/client/RemoteDriver.java > c873e8a > > Diff: https://reviews.apache.org/r/29655/diff/ > > > Testing > ------- > > > Thanks, > > chengxiang li > >