source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/RUN-PD-MASTER-LOCAL.bash@ 31036

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

Renaming to prepare way for YARN version of script

  • Property svn:executable set to *
File size: 223 bytes
RevLine 
[30926]1#!/bin/bash
2
[30931]3json_filelist="file://`pwd`/${1:-pd-file-listing-step10000.txt}"
4shift
[30926]5
[30931]6input_dir="file://`pwd`/pd-ef-json-files"
7output_dir="file://`pwd`/pd-solr-json-files"
8
[30926]9master_opt="--master local[4]"
10
[30931]11. ./_RUN.bash $*
[30926]12
Note: See TracBrowser for help on using the repository browser.