Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/5042#issuecomment-93061589
It looks like this patch broke the Hadoop 1.x build because the test code
uses `Configuration.unset`, which isn't present in Hadoop 1.x:
```
[info] Compiling 1 Scala source to
/home/jenkins/workspace/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop1.0/label/centos/examples/target/scala-2.10/classes...
[error]
/home/jenkins/workspace/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE/hadoop1.0/label/centos/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetIOSuite.scala:402:
value unset is not a member of org.apache.hadoop.conf.Configuration
[error]
configuration.unset("spark.sql.parquet.output.committer.class")
[error] ^
[error] one error found
```
To unbreak the build, I'm going to revert this patch and re-open the JIRA.
Let's open a new PR to fix this. At the same time, we can also address the
ENABLE_JOB_SUMMARY flag.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]