Skip to content

Commit

Permalink
fix local repo spark
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Sep 25, 2024
1 parent f8326bf commit 4631faa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spark_custom_install
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ echo 'Building the code'
sleep 2

#mvn clean install
#echo 'Building a farjar, which can also be used for cluster/cloud execution'
mvn clean install -P fatjar -gs /opt/BigStitcher-Spark/settings.xml
mvn -Dmdep.outputFile=cp.txt -Dmdep.includeScope=runtime dependency:build-classpath
#echo 'Building a fatjar, which can also be used for cluster/cloud execution'
mvn clean install -P fatjar -Dmaven.repo.local=/opt/BigStitcher-Spark/repo
mvn -Dmdep.outputFile=cp.txt -Dmdep.includeScope=runtime dependency:build-classpath -Dmaven.repo.local=/opt/BigStitcher-Spark/repo


# function that installs one command
# $1 - command name
Expand Down

0 comments on commit 4631faa

Please sign in to comment.