source: other-projects/hathitrust/solr-extracted-features/trunk/RUN.bash@ 30915

Last change on this file since 30915 was 30912, checked in by davidb, 7 years ago

Changed to Unix style line-endings

  • Property svn:executable set to *
File size: 413 bytes
Line 
1#!/bin/bash
2
3spark-submit --class org.hathitrust.PrepareForIngest --master local[4] target/htrc-ef-ingest-0.9-jar-with-dependencies.jar --json-filelist=pd-file-listing-step10000.txt pd-ef-json-files pd-solr-files $*
4
5# spark-submit --class org.hathitrust.PrepareForIngest --master local[4] target\htrc-ef-ingest-0.9-jar-with-dependencies.jar --json-filelist=pd-file-listing-step1000.txt json-files solr-files $*
Note: See TracBrowser for help on using the repository browser.