File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# ZINGG_HOME=./assembly/target
3
3
ZINGG_JARS=$ZINGG_HOME /zingg-0.3.3-SNAPSHOT.jar
4
+
5
+ LICENSE=" test"
4
6
5
7
if [[ -z " ${ZINGG_EXTRA_JARS} " ]]; then
6
8
OPTION_JARS=" "
14
16
OPTION_SPARK_CONF=" ${ZINGG_EXTRA_SPARK_CONF} "
15
17
fi
16
18
17
- $SPARK_HOME /bin/spark-submit --master $SPARK_MASTER $OPTION_JARS $OPTION_SPARK_CONF --conf spark.serializer=org.apache.spark.serializer.KryoSerializer --conf spark.default.parallelism=" 8" --conf spark.executor.extraJavaOptions=" -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+HeapDumpOnOutOfMemoryError -Xloggc:/tmp/memLog.txt -XX:+UseCompressedOops" --conf spark.executor.memory=10g --conf spark.debug.maxToStringFields=200 --driver-class-path $ZINGG_JARS --class zingg.client.Client $ZINGG_JARS $@
19
+ $SPARK_HOME /bin/spark-submit --master $SPARK_MASTER $OPTION_JARS $OPTION_SPARK_CONF --conf spark.serializer=org.apache.spark.serializer.KryoSerializer --conf spark.default.parallelism=" 8" --conf spark.executor.extraJavaOptions=" -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+HeapDumpOnOutOfMemoryError -Xloggc:/tmp/memLog.txt -XX:+UseCompressedOops" --conf spark.executor.memory=10g --conf spark.debug.maxToStringFields=200 --driver-class-path $ZINGG_JARS --class zingg.client.Client $ZINGG_JARS $@ --email $EMAIL --license $LICENSE
You can’t perform that action at this time.
0 commit comments