source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/COMPILE.bash@ 31161

Last change on this file since 31161 was 30909, checked in by davidb, 7 years ago

Additional finesse added in as a result of further testing on Vagrant master node

  • Property svn:executable set to *
File size: 151 bytes
Line 
1#!/bin/bash
2
3# For standalone compilation:
4# mvn package
5
6# For running on Spark cluster:
7mvn assembly:assembly -DdescriptorId=jar-with-dependencies
8
Note: See TracBrowser for help on using the repository browser.