Skip to content
Snippets Groups Projects
Commit d7e288a7 authored by Your Name's avatar Your Name
Browse files

setting spark local dir automatically

parent 11a38c2a
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ cd $DIEFDIR
# concat universial props
echo "base-dir=$EXTRACTIONBASEDIR" > $DIEFDIR/core/src/main/resources/universal.properties
echo "log-dir=$LOGDIR/extraction/" >> $DIEFDIR/core/src/main/resources/universal.properties
echo "spark-local-dir=$MARVINEXTRATIONDIR/spark.local.dir/">> $DIEFDIR/core/src/main/resources/universal.properties
cat $CONFIGDIR/universal.properties.template >> $DIEFDIR/core/src/main/resources/universal.properties
mvn clean install 2>&1 | tee $LOGDIR/installDIEF.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment