You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/27 10:40:31 UTC

[1/2] git commit: SPARK-1007: spark-class2.cmd should change SCALA_VERSION to be 2.10

Updated Branches:
  refs/heads/master 5e69fc5bb -> 7d811ba6f


SPARK-1007: spark-class2.cmd should change SCALA_VERSION to be 2.10


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0cc1e0d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0cc1e0d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0cc1e0d4

Branch: refs/heads/master
Commit: 0cc1e0d43d90a4a6d48ced39a5ecbde163663efa
Parents: 5e69fc5
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Dec 26 23:21:08 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Dec 26 23:21:08 2013 -0800

----------------------------------------------------------------------
 spark-class2.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/0cc1e0d4/spark-class2.cmd
----------------------------------------------------------------------
diff --git a/spark-class2.cmd b/spark-class2.cmd
index a60c17d..dc9dadf 100644
--- a/spark-class2.cmd
+++ b/spark-class2.cmd
@@ -17,7 +17,7 @@ rem See the License for the specific language governing permissions and
 rem limitations under the License.
 rem
 
-set SCALA_VERSION=2.9.3
+set SCALA_VERSION=2.10
 
 rem Figure out where the Spark framework is installed
 set FWDIR=%~dp0


[2/2] git commit: Merge pull request #302 from pwendell/SPARK-1007

Posted by rx...@apache.org.
Merge pull request #302 from pwendell/SPARK-1007

SPARK-1007: spark-class2.cmd should change SCALA_VERSION to be 2.10

Reported by Qiuzhuang Lian


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/7d811ba6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/7d811ba6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/7d811ba6

Branch: refs/heads/master
Commit: 7d811ba6f2b6c57aca668503f58470835d4b52f0
Parents: 5e69fc5 0cc1e0d
Author: Reynold Xin <rx...@apache.org>
Authored: Thu Dec 26 23:39:58 2013 -1000
Committer: Reynold Xin <rx...@apache.org>
Committed: Thu Dec 26 23:39:58 2013 -1000

----------------------------------------------------------------------
 spark-class2.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------