You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/01/28 22:15:25 UTC

incubator-tinkerpop git commit: fixed a minor bug in bin/init-tp-spark.sh

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 318eb34be -> 7ea5cdd42


fixed a minor bug in bin/init-tp-spark.sh


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

Branch: refs/heads/master
Commit: 7ea5cdd42a924a682069ce400038197e7f1bb1ca
Parents: 318eb34
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Thu Jan 28 22:15:02 2016 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Thu Jan 28 22:15:02 2016 +0100

----------------------------------------------------------------------
 bin/init-tp-spark.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/7ea5cdd4/bin/init-tp-spark.sh
----------------------------------------------------------------------
diff --git a/bin/init-tp-spark.sh b/bin/init-tp-spark.sh
index 7b6e5ba..51eca6b 100755
--- a/bin/init-tp-spark.sh
+++ b/bin/init-tp-spark.sh
@@ -56,7 +56,7 @@ SPARK_NODES=${@:2}
 cat > ${TMP_DIR}/init-conf.sh <<EOF
 #!/bin/bash
 
-if [ ! -f \"${SPARK_HOME}/conf/spark-env.sh\" ]; then
+if [ ! -f "${SPARK_HOME}/conf/spark-env.sh" ]; then
   cp ${SPARK_HOME}/conf/spark-env.sh.template ${SPARK_HOME}/conf/spark-env.sh
 fi
 grep -F GREMLIN_LIBS ${SPARK_HOME}/conf/spark-env.sh > /dev/null || {