source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/PD-RUN-MASTER-LOCAL.sh@ 31042

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

Name changes, preparing the way for FULL-RUN versions

  • Property svn:executable set to *
File size: 225 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
[31042]11. scripts/_RUN.sh
[30926]12
Note: See TracBrowser for help on using the repository browser.