Ignore:
Timestamp:
2016-10-31T00:25:57+13:00 (7 years ago)
Author:
davidb
Message:

added debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/solr-extracted-features/trunk/src/main/java/org/hathitrust/extractedfeatures/ProcessForSolrIngest.java

    r31002 r31004  
    6161       
    6262        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();
    6371       
    6472        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.