You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/15 10:32:55 UTC

[GitHub] [spark] wangyum opened a new pull request #24106: [SPARK-27175][BUILD] Upgrade hadoop-3 to 3.2.0

wangyum opened a new pull request #24106: [SPARK-27175][BUILD] Upgrade hadoop-3 to 3.2.0
URL: https://github.com/apache/spark/pull/24106
 
 
   ## What changes were proposed in this pull request?
   
   This PR upgrade `hadoop-3` to `3.2.0`  to workaround [HADOOP-16086](https://issues.apache.org/jira/browse/HADOOP-16086). Otherwise some test case will throw IllegalArgumentException:
   ```java
   02:44:34.707 ERROR org.apache.hadoop.hive.ql.exec.Task: Job Submission failed with exception 'java.io.IOException(Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.)'
   java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.
   	at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:116)
   	at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:109)
   	at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:102)
   	at org.apache.hadoop.mapred.JobClient.init(JobClient.java:475)
   	at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:454)
   	at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.execute(ExecDriver.java:369)
   	at org.apache.hadoop.hive.ql.exec.mr.MapRedTask.execute(MapRedTask.java:151)
   	at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:199)
   	at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
   	at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:2183)
   	at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1839)
   	at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1526)
   	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:730)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$withHiveState$1(HiveClientImpl.scala:283)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.liftedTree1$1(HiveClientImpl.scala:221)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.retryLocked(HiveClientImpl.scala:220)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.withHiveState(HiveClientImpl.scala:266)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.runHive(HiveClientImpl.scala:719)
   	at org.apache.spark.sql.hive.client.HiveClientImpl.runSqlHive(HiveClientImpl.scala:709)
   	at org.apache.spark.sql.hive.StatisticsSuite.createNonPartitionedTable(StatisticsSuite.scala:719)
   	at org.apache.spark.sql.hive.StatisticsSuite.$anonfun$testAlterTableProperties$2(StatisticsSuite.scala:822)
   ```
   
   ## How was this patch tested?
   
   manual tests
   

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


With regards,
Apache Git Services

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