source: other-projects/hathitrust/solr-extracted-features/trunk/RUN-PD-LOCAL.bash@ 30931

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

Version that runs using fil:// tested

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