|
@@ -3,7 +3,7 @@
|
|
|
spark: spark over kubernetes docker image
|
|
|
hibench-base: HiBench base image modified to be able to submit workloads on a kubernetes cluster
|
|
|
|
|
|
-```/HiBench/bin/functions/workload_functions.sh:```
|
|
|
+`/HiBench/bin/functions/workload_functions.sh:`
|
|
|
```diff
|
|
|
@@ 220c220 @@
|
|
|
- SUBMIT_CMD="${SPARK_HOME}/bin/spark-submit ${LIB_JARS} --properties-file ${SPARK_PROP_CONF} --class ${CLS} --master ${SPARK_MASTER} ${YARN_OPTS} ${SPARKBENCH_JAR} $@"
|