Return-Path: X-Original-To: apmail-spark-reviews-archive@minotaur.apache.org Delivered-To: apmail-spark-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EAAE10092 for ; Wed, 19 Nov 2014 07:30:56 +0000 (UTC) Received: (qmail 27907 invoked by uid 500); 19 Nov 2014 07:30:56 -0000 Delivered-To: apmail-spark-reviews-archive@spark.apache.org Received: (qmail 27885 invoked by uid 500); 19 Nov 2014 07:30:56 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 27874 invoked by uid 99); 19 Nov 2014 07:30:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 07:30:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C0C799AA91B; Wed, 19 Nov 2014 07:30:55 +0000 (UTC) From: ueshin To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request: [DOCS][BUILD] Add instruction to use change-ve... Content-Type: text/plain Date: Wed, 19 Nov 2014 07:30:55 +0000 (UTC) GitHub user ueshin opened a pull request: https://github.com/apache/spark/pull/3361 [DOCS][BUILD] Add instruction to use change-version-to-2.11.sh in 'Building for Scala 2.11'. To build with Scala 2.11, we have to execute `change-version-to-2.11.sh` before Maven execute, otherwise inter-module dependencies are broken. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ueshin/apache-spark docs/building-spark_2.11 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/3361.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3361 ---- commit 1d29126947ae08c9414c69eddbd7c92d531b1bbb Author: Takuya UESHIN Date: 2014-11-19T07:13:36Z Add instruction to use change-version-to-2.11.sh in 'Building for Scala 2.11'. ---- --- 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 enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org