gatorsmile commented on a change in pull request #24277: [SPARK-27349][SQL]
Dealing with TimeVars removed in Hive 2.x
URL: https://github.com/apache/spark/pull/24277#discussion_r271951090
##########
File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
##########
@@ -236,7 +234,18 @@ private[spark] object HiveUtils extends Logging {
ConfVars.SPARK_RPC_CLIENT_HANDSHAKE_TIMEOUT -> TimeUnit.MILLISECONDS
).map { case (confVar, unit) =>
confVar.varname -> HiveConf.getTimeVar(hadoopConf, confVar,
unit).toString
- }.toMap
+ }
+
+ // The following configurations were removed by HIVE-12164(Hive 2.0)
+ val removedTimeVars = Seq(
Review comment:
-> `hardcodedTimeVars`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]