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

putting spark local dir in marvinextraction

parent d7e288a7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +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
echo "spark-local-dir=$MARVINEXTRACTIONDIR/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