GitHub user chesterxgchen opened a pull request:
https://github.com/apache/spark/pull/2090
Spark-3177 & SPARK-3175
SPARK-3177 : Yarn-alpha ClientBaseSuite Unit test failed
SPARK-3175 : Branch-1.1 SBT build failed for Yarn-Alpha
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AlpineNow/spark SPARK-3177
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2090.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2090
----
commit 1cb61ee2f1f911b02bba84436d87074d5b7a0831
Author: chesterxgchen <[email protected]>
Date: 2014-08-21T20:45:45Z
SPARK-3175 : Branch-1.1 SBT build failed for Yarn-Alpha
The issue is that the yarn/alpha/pom.xml using 1.1.0 instead of
1.1.1-SNAPSHOT version.
update the pom.xml to 1.1.1-SNAPSHOT (same as yarn/stable/pom.xml)
commit 61b0c8228eab53bfba9f502a121d66ddfc71f07c
Author: chesterxgchen <[email protected]>
Date: 2014-08-21T21:31:14Z
SPARK-3177 : Yarn-alpha ClientBaseSuite Unit test failed
The Issue is yarn-alpha and yarn has different APIs for certain class
field. In this particular case, we can directly use ClientBase method (which
use reflection )
val knownDefMRAppCP: Seq[String] =
ClientBase.getDefaultMRApplicationClasspath.getOrElse(Seq[String]())
----
---
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]