Browse Source

[spark] Don't suspend the server

Erick Tryzelaar 11 years ago
parent
commit
cf99285
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/spark/spark_server.sh

+ 1 - 1
apps/spark/spark_server.sh

@@ -78,4 +78,4 @@ export SPARKER_HOME=$(dirname $0)
 # determined with a seemingly appropriate find command.
 echo CWD=$(pwd)
 echo Executing java -jar $SPARK_JAR "$@"
-exec java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 -jar $SPARK_JAR "$@"
+exec java -jar $SPARK_JAR "$@"