-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[test-maven][test-hadoop1.0][SPARK-11236][CORE] Update Tachyon dependency 0.7.1 -> 0.8.1 #9395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@yhuai |
|
btw, the profiles that we used in hadoop 1 tests are |
|
Test build #44756 has finished for PR 9395 at commit
|
|
@yhuai |
|
@calvinjia can you add "[test-hadoop1.0]" to the title of this PR and then retest it? That will run the tests with hadoop 1. See more info here: https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools |
|
@pwendell could you trigger a build for me? Or should I just make an empty commit? |
|
Jenkins, test this please. |
|
Thanks! |
|
Test build #44788 has finished for PR 9395 at commit
|
|
It seems like the previous issue is gone. The only error (which seems to be triggered by an oom / jvm crash?) that occurs is: It doesn't seem like its related to this change. |
|
test this please |
|
@yhuai Thanks for the retest. I'm not sure if this will go away by re-running or if there is something up with Jenkins/Spark master branch. It seems like the current |
|
Test build #44790 has finished for PR 9395 at commit
|
|
Hm - can you try also adding [test-maven] - might be better to test with On Sun, Nov 1, 2015 at 9:40 PM, Calvin Jia [email protected] wrote:
|
|
@pwendell Sure, I've updated it. |
|
Jenkins, test this please. |
|
Test build #44798 has finished for PR 9395 at commit
|
|
@pwendell This doesn't seem like something that would be introduced by this change? |
|
It seems like the |
|
Hey @calvinjia seems okay to merge since this is just triggering other failures. Can you explain more though how this works around the mima issue - the patch seems the same as #9204. Did something change between Tachyon 0.8.0 and 0.8.1? |
|
@pwendell |
|
Got it- thanks I can merge it then. |
This is a reopening of #9204 which failed hadoop1 sbt tests.
With the original PR, a classpath issue would occur due to the MIMA plugin pulling in hadoop-2.2 dependencies regardless of the hadoop version when building the
oldDepsproject. These affect the hadoop1 sbt build because they are placed inlib_managedand Tachyon 0.8.0's default hadoop version is 2.2.