[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-09-15 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14827 I don't know what the default Hadoop version should be, that's the kind of thing to discuss on mailing lists personally, I'd rush to make 2.6 the bare minimum version; nobody should

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-09-02 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14827 OK that makes sense as a reason to have 2.7 vs <2.6. We already have a profile for 2.7 anyway. I don't know if it will help to make it active by default here given how profile activation works.

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-09-02 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14827 Sean, the reason for a 2.7 profile is more significant with SPARK-7481 and cloud support, as it can explicitly pull in hadoop-azure (2.7+ only) and hadoop-aws (2.6+ only). --- If your

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14827 Merged build finished. Test FAILed. --- 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

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14827 **[Test build #64464 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/64464/consoleFull)** for PR 14827 at commit

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14827 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/64464/ Test FAILed. ---

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14827 I'd rather jump straight to the question: is there much value in separately supporting Hadoop 2.2 -> 2.5? And then if we're on 2.6+, is there even any difference with 2.7 that requires a separate

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14827 **[Test build #64464 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/64464/consoleFull)** for PR 14827 at commit

[GitHub] spark issue #14827: [SPARK-17259] [build] [WiP] Hadoop 2.7 profile to depend...

2016-08-26 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14827 This patch tries to set the default version to 2.7; I'll see if SBT picks it up. This is *not* something I'm proposing for the final merge; there I expect people to still go