Changeset 32109 for other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/_RUN.sh
- Timestamp:
- 2018-01-18T23:28:54+13:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/_RUN.sh
r32107 r32109 27 27 28 28 if [ "x$input_dir" != "x" ] ; then 29 if [ $ show_usage = "json" ] ; then29 if [ $class_mode = "json" ] ; then 30 30 show_usage=0 31 31 fi … … 130 130 #cmd="$cmd --properties /homea/dbbridge/extracted-features-solr/solr-ingest/ef-solr.properties $seq_file $*" 131 131 else 132 cmd="$cmd --properties ef-solr.properties $ json_filelist $input_dir$*"133 #cmd="$cmd --properties /homea/dbbridge/extracted-features-solr/solr-ingest/ef-solr.properties $ json_filelist $input_dir$*"132 cmd="$cmd --properties ef-solr.properties $input_dir $json_filelist $*" 133 #cmd="$cmd --properties /homea/dbbridge/extracted-features-solr/solr-ingest/ef-solr.properties $input_dir $json_filelist $*" 134 134 135 135 fi
Note:
See TracChangeset
for help on using the changeset viewer.