-
Notifications
You must be signed in to change notification settings - Fork 383
Hadoop agnostic builds #838
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
… => SparkHadoopMapReduceUtil
|
Thank you for submitting this pull request. All automated tests for this request have passed. Refer to this link for build results: http://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/609/ |
|
Thank you for submitting this pull request. Unfortunately, the automated tests for this request have failed. Refer to this link for build results: http://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/613/ |
|
Jenkins, retest this please. |
|
Thank you for submitting this pull request. All automated tests for this request have passed. Refer to this link for build results: http://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/623/ |
|
Thank you for submitting this pull request. All automated tests for this request have passed. Refer to this link for build results: http://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/627/ |
|
Thank you for submitting this pull request. All automated tests for this request have passed. Refer to this link for build results: http://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/658/ |
|
Thanks for putting this together, Jey. I've merged it manually due to a small conflict. |
|
@mateiz @jey - It's very unfortunate that this got merged without any documentation or notification to developers. This will affect many downstream things (tests, anyone running off of master, or building things on top of master, the ec2 scripts, etc). Also, some of the existing documentation, such as |
|
Have you tried running mvn package? I am getting the following error: *** RUN ABORTED *** |
|
Did you do mvn clean and sbt clean? Sounds like an old build issue. |
|
But yes I agree with Patrick on the docs -- I shouldn't have merged this without looking at that and trying Shark as well, so we know what will break there. Sorry about that. |
|
I tried running mvn dependency:tree after I removed .m2 and .ivy2 and sbt clean and mvn clean. Got the following error [INFO] Reactor Summary: |
|
@rxin, it's my understanding that this is "normal" for running |
|
@rxin: actually, apparently Maven in its infinite wisdom requires |
|
alright thanks @jey. that worked (although a little bit convoluted...) |
… have been merged into Spark master. See mesos/spark#838
Fix build problems due to mesos/spark#838
`lateral_view_outer` query sometimes returns a different set of 10 rows. Author: Tathagata Das <[email protected]> Closes mesos#838 from tdas/hive-test-fix2 and squashes the following commits: 9128a0d [Tathagata Das] Blacklisted flaky HiveCompatibility test.
Fix build problems due to mesos/spark#838
… have been merged into Spark master. See mesos/spark#838
Fix build problems due to mesos/spark#838
… have been merged into Spark master. See mesos/spark#838
Fix build problems due to mesos/spark#838
… have been merged into Spark master. See mesos/spark#838
Fix build problems due to mesos/spark#838
… have been merged into Spark master. See mesos/spark#838
This PR allows one Spark binary to target multiple Hadoop versions. It also moves YARN support into a separate artifact. This is the follow-up to PR #803.
CC: @mateiz, @mridulm, @tgravescs