Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML-151] enable Summarizer with OAP #144

Merged
merged 15 commits into from
Nov 29, 2021
Prev Previous commit
1. update run.sh
Signed-off-by: minmingzhu <minming.zhu@intel.com>
minmingzhu authored and minmingzhu committed Nov 29, 2021
commit d971124fc7633c5d3118c64b51ed07725800a833
4 changes: 0 additions & 4 deletions examples/summarizer/run.sh
Original file line number Diff line number Diff line change
@@ -20,10 +20,6 @@ time $SPARK_HOME/bin/spark-submit --master $SPARK_MASTER -v \
--conf "spark.shuffle.reduceLocality.enabled=false" \
--conf "spark.network.timeout=1200s" \
--conf "spark.task.maxFailures=1" \
--conf "spark.eventLog.enabled=true" \
--conf "spark.eventLog.dir=hdfs://beaver:9000/spark-history-server" \
--conf "spark.history.fs.logDirectory=hdfs://beaver:9000/spark-history-server" \
--conf "spark.driver.log.dfsDir=/user/spark/driverLogs" \
--jars $OAP_MLLIB_JAR \
--class $APP_CLASS \
$APP_JAR \