-
Notifications
You must be signed in to change notification settings - Fork 311
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
[ADAM-388] Sets Kryo serialization with --conf args #396
Conversation
Test FAILed. Build result: FAILUREGitHub pull request #396 of commit 3ac132a automatically merged.[EnvInject] - Loading node environment variables.Building remotely on test03.amplab (CentOS 6.5) (test03 centos) in workspace /home/jenkins/workspace/ADAM-prb > git rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/bigdatagenomics/adam.git # timeout=10Fetching upstream changes from https://github.com/bigdatagenomics/adam.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/bigdatagenomics/adam.git +refs/pull/:refs/remotes/origin/pr/ > git rev-parse origin/pr/396/merge^{commit} # timeout=10Checking out Revision 7b5e356 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b5e356 > git rev-list c6703100935589fbf08b7dd7f62fa59728f34606 # timeout=10Triggering ADAM-prb » 2.3.0,centosTriggering ADAM-prb » 1.0.4,centosTriggering ADAM-prb » 2.2.0,centosADAM-prb » 2.3.0,centos completed with result FAILUREADAM-prb » 1.0.4,centos completed with result FAILUREADAM-prb » 2.2.0,centos completed with result FAILURE |
Hmm...build passes on my local machine. |
@laserson the build is OK, it fails in an integration test phase. Can you try running |
Otherwise, this looks +1 to me! |
Fixes bigdatagenomics#388 Fixes bigdatagenomics#398: Updated `jenkins-test` script to dnload Spark 1.1
The failure was because of #398. Fixed now. |
Test PASSed. |
[ADAM-388] Sets Kryo serialization with --conf args
Merged! Thanks @laserson, and my apologies for forgetting to update the |
Spark 1.0 did not support
--conf
, meaning we had to package a properties file just for Kryo. Now that we've bumped up Spark to 1.1, we can use the command line options instead. Fixes #388.