HyukjinKwon edited a comment on issue #27009: 
[WIP][SPARK-29250][BUILD][test-hadoop3.2][test-maven] Upgrade to Hadoop 3.2.1
URL: https://github.com/apache/spark/pull/27009#issuecomment-569228005
 
 
   Hm, seems it's difficult to fix:
   
   ```
     java.lang.IllegalAccessError: tried to access method 
com.google.common.collect.Iterators.emptyIterator()Lcom/google/common/collect/UnmodifiableIterator;
 from class org.apache.hadoop.hive.ql.exec.FetchOperator
     at 
org.apache.hadoop.hive.ql.exec.FetchOperator.<init>(FetchOperator.java:108)
     at org.apache.hadoop.hive.ql.exec.FetchTask.initialize(FetchTask.java:87)
     at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:541)
     at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1317)
     at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1457)
     at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1237)
     at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1227)
     at 
org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$runHive$1(HiveClientImpl.scala:820)
     at 
org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$withHiveState$1(HiveClientImpl.scala:321)
     at 
org.apache.spark.sql.hive.client.HiveClientImpl.liftedTree1$1(HiveClientImpl.scala:255)
     ...
   ```
   
   Hive 2.3.6 itself looks needing a fix but seems there's no plan to upgrade. 
now I got https://github.com/apache/spark/pull/25932#issuecomment-565836464 :-) 
..

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to