Changeset 30931
- Timestamp:
- 2016-10-26T09:58:45+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/solr-extracted-features/trunk/RUN-PD-LOCAL.bash
r30926 r30931 1 1 #!/bin/bash 2 2 3 input_dir=pd-ef-json-files 4 output_dir=pd-solr-json-files 3 json_filelist="file://`pwd`/${1:-pd-file-listing-step10000.txt}" 4 shift 5 6 input_dir="file://`pwd`/pd-ef-json-files" 7 output_dir="file://`pwd`/pd-solr-json-files" 5 8 6 9 master_opt="--master local[4]" 7 10 8 . /_RUN.bash $*11 . ./_RUN.bash $* 9 12
Note:
See TracChangeset
for help on using the changeset viewer.