Changeset 31090 for other-projects


Ignore:
Timestamp:
2016-11-10T16:14:21+13:00 (7 years ago)
Author:
davidb
Message:

Memory monitor debugging code, commented out

File:
1 edited

Legend:

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

    r31045 r31090  
    4949    }
    5050   
     51   
    5152    public Iterator<JSONObject> call(String json_file_in) throws IOException
    5253    //public void call(String json_file_in)
    5354    {
     55            //ClusterFileIO.memory_usage("Before BZIP2 JSON file read");
    5456        String full_json_file_in = _input_dir + "/" + json_file_in;
    5557        JSONObject extracted_feature_record = JSONClusterFileIO.readJSONFile(full_json_file_in);
    56        
     58        //ClusterFileIO.memory_usage("After BZIP2 JSON file read");
     59
    5760        ArrayList<JSONObject> json_pages = new ArrayList<JSONObject>();
    5861       
Note: See TracChangeset for help on using the changeset viewer.