source:
other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/PD-RUN-MASTER-LOCAL.sh@
32109
Last change on this file since 32109 was 31042, checked in by , 7 years ago | |
---|---|
|
|
File size: 225 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
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" |
8 | |
9 | master_opt="--master local[4]" |
10 | |
11 | . scripts/_RUN.sh |
12 |
Note:
See TracBrowser
for help on using the repository browser.