Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2815]: Compilation failed upon the hadoop version 2.0.0-cdh4.5.0 - #1754
[SPARK-2815]: Compilation failed upon the hadoop version 2.0.0-cdh4.5.0#1754witgo wants to merge 2 commits into
Conversation
SparkQA
commented
Aug 3, 2014
QA tests have started for PR 1754. This patch merges cleanly. |
srowen
commented
Aug 3, 2014
This piece of code in the build is legacy, as the note in the following line says. I don't think it needs to be changed. The OP is building with the wrong command; that's the problem. |
witgo
commented
Aug 3, 2014
This patch is to be consistent with the 1.0 version. |
SparkQA
commented
Aug 3, 2014
QA results for PR 1754: |
pwendell
commented
Aug 4, 2014
I think this is an intermediate YARN version that is different from both the yarn-alpha and yarn-stable API's. @witgo what if you apply the patch here - does it work? https://github.com/apache/spark/pull/151/files In terms of merging this - I'm not sure we want to support 3 different YARN API's in the build and I think CDH itself said that YARN was not stable/supported here, so I'm not sure if we want to merge that patch. I am curious though whether it fixes it for you. |
witgo
commented
Aug 4, 2014
This PR makes sbt' s behavior is consistent with building-with-maven.md description.
|
There was a problem hiding this comment.
If there is ever a Hadoop 2.10, this pattern would consider it a YARN alpha version. Better to match against 2\\.[01]\\.[0-9]+ or something. This won't address the actual issue in the OP. It looks like a bit of cleanup, but in a deprecated code path. It would let Hadoop 2.0 / 2.1 be "supported" but they aren't actually.
witgo
commented
Aug 4, 2014
@pwendell#151 compilation fails. |
witgo
commented
Aug 4, 2014
We need to explicitly pointed out that spark does not support the version |
srowen
commented
Aug 4, 2014
pwendell
commented
Sep 18, 2014
I don't mind putting this one in (it's simple enough and might lower the bar for anyone trying to go this route). But the regex needs to be fixed, otherwise it will match 2.10.X. |
witgo
commented
Sep 18, 2014
@pwendell I have updated the regular expression. |
SparkQA
commented
Sep 18, 2014
QA tests have started for PR 1754 at commit
|
SparkQA
commented
Sep 18, 2014
QA tests have finished for PR 1754 at commit
|
…pache#1754) * rdar://109188323 [Boson] Enable Boson scan in Spark 3.4 by default * fix
No description provided.