Changeset 31004
- Timestamp:
- 2016-10-31T00:25:57+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/solr-extracted-features/trunk/src/main/java/org/hathitrust/extractedfeatures/ProcessForSolrIngest.java
r31002 r31004 61 61 62 62 DoubleAccumulator progress_accum = jsc.sc().doubleAccumulator("Progress Percent"); 63 64 System.err.println(); 65 System.err.println(); 66 System.err.println(); 67 System.err.println("****##### _input_dir = " + _input_dir); 68 System.err.println(); 69 System.err.println(); 70 System.err.println(); 63 71 64 72 PerVolumeJSON per_vol_json = new PerVolumeJSON(_input_dir,_solr_url,_output_dir,_verbosity, progress_accum,per_vol);
Note:
See TracChangeset
for help on using the changeset viewer.