wangyum commented on issue #25690: 
[SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven][test-hadoop3.2][test-java11] 
Move Hive test jars to local file
URL: https://github.com/apache/spark/pull/25690#issuecomment-534866631
 
 
   @srowen @HyukjinKwon @dongjoon-hyun The test failure fixed by 
https://github.com/apache/spark/pull/25775. Which one should be merged first?
   ```
   - SPARK-8368: includes jars passed in through --jars *** FAILED ***
   ...
     2019-09-24 20:55:40.8 - stderr> Caused by: java.lang.RuntimeException: 
java.lang.ClassNotFoundException: org.apache.hive.hcatalog.data.JsonSerDe
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.hadoop.hive.ql.plan.TableDesc.getDeserializerClass(TableDesc.java:79)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.addColumnMetadataToConf(HiveTableScanExec.scala:123)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopConf$lzycompute(HiveTableScanExec.scala:101)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopConf(HiveTableScanExec.scala:98)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader$lzycompute(HiveTableScanExec.scala:110)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader(HiveTableScanExec.scala:105)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.$anonfun$doExecute$1(HiveTableScanExec.scala:188)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.util.Utils$.withDummyCallSite(Utils.scala:2488)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.hive.execution.HiveTableScanExec.doExecute(HiveTableScanExec.scala:188)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD$lzycompute(ShuffleExchangeExec.scala:64)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD(ShuffleExchangeExec.scala:64)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency$lzycompute(ShuffleExchangeExec.scala:74)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency(ShuffleExchangeExec.scala:72)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.createShuffledRDD(ShuffleExchangeExec.scala:82)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.$anonfun$doExecute$1(ShuffleExchangeExec.scala:93)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:52)
     2019-09-24 20:55:40.8 - stderr>    ... 67 more
     2019-09-24 20:55:40.8 - stderr> Caused by: 
java.lang.ClassNotFoundException: org.apache.hive.hcatalog.data.JsonSerDe
     2019-09-24 20:55:40.8 - stderr>    at 
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
     2019-09-24 20:55:40.8 - stderr>    at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
     2019-09-24 20:55:40.8 - stderr>    at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
     2019-09-24 20:55:40.8 - stderr>    at 
java.base/java.lang.Class.forName0(Native Method)
     2019-09-24 20:55:40.8 - stderr>    at 
java.base/java.lang.Class.forName(Class.java:398)
     2019-09-24 20:55:40.8 - stderr>    at 
org.apache.hadoop.hive.ql.plan.TableDesc.getDeserializerClass(TableDesc.java:76)
   ```

----------------------------------------------------------------
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]

Reply via email to