Skip to content

Commit

Permalink
updated data-umea files to work without package
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-isaev committed Oct 2, 2024
1 parent 3871753 commit d0970f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 164 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/scripts/install/setup_umea_in_storr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
export MAVEN_OPTS="-Xmx16G"

echo "Creating indices"
mvn exec:java -q -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="uk.ac.standrews.cs.population_linkage.helpers.CreateIndices" -e
java -cp ~/Documents/GitHub/data-umea-1.0-SNAPSHOT-jar-with-dependencies.jar uk.ac.standrews.cs.data.umea.store.CreateIndices

echo "Loading event records"
mvn exec:java -q -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="uk.ac.standrews.cs.population_linkage.helpers.ImportUmeaRecordsToStore" -e
java -cp ~/Documents/GitHub/data-umea-1.0-SNAPSHOT-jar-with-dependencies.jar uk.ac.standrews.cs.data.umea.store.ImportUmeaRecordsToStore

0 comments on commit d0970f2

Please sign in to comment.