You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/09 05:49:49 UTC

[1/2] git commit: [Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb

Updated Branches:
  refs/heads/master 1f4a4bccf -> d992ec6d9


[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb


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

Branch: refs/heads/master
Commit: 92c7cc00fbf265a16115dc885f84c618d457389c
Parents: f568912
Author: dhardy92 <dh...@viadeoteam.com>
Authored: Thu Nov 21 18:50:06 2013 +0100
Committer: dhardy92 <dh...@viadeoteam.com>
Committed: Thu Nov 21 18:51:36 2013 +0100

----------------------------------------------------------------------
 repl-bin/src/deb/bin/spark-executor | 2 +-
 repl-bin/src/deb/bin/spark-shell    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/92c7cc00/repl-bin/src/deb/bin/spark-executor
----------------------------------------------------------------------
diff --git a/repl-bin/src/deb/bin/spark-executor b/repl-bin/src/deb/bin/spark-executor
index bcfae22..052d76f 100755
--- a/repl-bin/src/deb/bin/spark-executor
+++ b/repl-bin/src/deb/bin/spark-executor
@@ -19,4 +19,4 @@
 
 FWDIR="$(cd `dirname $0`; pwd)"
 echo "Running spark-executor with framework dir = $FWDIR"
-exec $FWDIR/run spark.executor.MesosExecutorBackend
+exec $FWDIR/run org.apache.spark.executor.MesosExecutorBackend

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/92c7cc00/repl-bin/src/deb/bin/spark-shell
----------------------------------------------------------------------
diff --git a/repl-bin/src/deb/bin/spark-shell b/repl-bin/src/deb/bin/spark-shell
index ec7e33e..118349d 100755
--- a/repl-bin/src/deb/bin/spark-shell
+++ b/repl-bin/src/deb/bin/spark-shell
@@ -18,4 +18,4 @@
 #
 
 FWDIR="$(cd `dirname $0`; pwd)"
-exec $FWDIR/run spark.repl.Main "$@"
+exec $FWDIR/run org.apache.spark.repl.Main "$@"


[2/2] git commit: Merge pull request #195 from dhardy92/fix_DebScriptPackage

Posted by pw...@apache.org.
Merge pull request #195 from dhardy92/fix_DebScriptPackage

[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb


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

Branch: refs/heads/master
Commit: d992ec6d9be30e624c8edb2a50c193ac3cfbab7a
Parents: 1f4a4bc 92c7cc0
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sun Dec 8 20:49:20 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Dec 8 20:49:20 2013 -0800

----------------------------------------------------------------------
 repl-bin/src/deb/bin/spark-executor | 2 +-
 repl-bin/src/deb/bin/spark-shell    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------