[ https://issues.apache.org/jira/browse/HIVE-11434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651391#comment-14651391 ]
Lefty Leverenz commented on HIVE-11434: --------------------------------------- Thanks [~xuefuz]. I diffed patch 4 & patch 5 of HIVE-11363 and found a change to SparkClientImpl.java in patch 5 that wasn't in patch 4: {code} > diff --git > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java > index 60baa31..e1e64a7 100644 > --- > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java > +++ > spark-client/src/main/java/org/apache/hive/spark/client/SparkClientImpl.java > @@ -53,7 +53,6 @@ > import org.apache.hadoop.hive.conf.HiveConf.ConfVars; > import org.apache.hadoop.hive.shims.Utils; > import org.apache.hadoop.security.SecurityUtil; > -import org.apache.hadoop.security.UserGroupInformation; > import org.apache.hive.spark.client.rpc.Rpc; > import org.apache.hive.spark.client.rpc.RpcConfiguration; > import org.apache.hive.spark.client.rpc.RpcServer; \ No newline at end of file {code} Is it needed here? A reminder: this patch will need to be applied to branch-1 as well as master. > Followup for HIVE-10166: reuse existing configurations for prewarming Spark > executors > ------------------------------------------------------------------------------------- > > Key: HIVE-11434 > URL: https://issues.apache.org/jira/browse/HIVE-11434 > Project: Hive > Issue Type: Bug > Components: Spark > Affects Versions: 2.0.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Attachments: HIVE-11434.patch > > > It appears that the patch other than the latest from HIVE-11363 was committed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)