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

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

Changed name of input directory

  • Property svn:executable set to *
File size: 418 bytes
RevLine 
[30909]1#!/bin/bash
2
[30911]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 $*
[30909]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.