Ignore:
Timestamp:
2016-10-26T09:58:45+13:00 (7 years ago)
Author:
davidb
Message:

Version that runs using fil:// tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/solr-extracted-features/trunk/RUN-PD-LOCAL.bash

    r30926 r30931  
    11#!/bin/bash
    22
    3 input_dir=pd-ef-json-files
    4 output_dir=pd-solr-json-files
     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"
    58
    69master_opt="--master local[4]"
    710
    8 ./_RUN.bash $*
     11. ./_RUN.bash $*
    912
Note: See TracChangeset for help on using the changeset viewer.