Ignore:
Timestamp:
2016-10-26T14:16:25+13:00 (8 years ago)
Author:
davidb
Message:

Moved to getFileSystemInstance() method to play nice on cluster

File:
1 edited

Legend:

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

    r30937 r30941  
    3636    {   
    3737        String spark_app_name = "HathiTrust Extract Features: Prepare for Solr Ingest";
    38         spark_app_name += "[" + _json_list_filename + "]";
     38        spark_app_name += " [" + _json_list_filename + "]";
    3939
    4040        SparkConf conf = new SparkConf().setAppName(spark_app_name);
    4141        JavaSparkContext jsc = new JavaSparkContext(conf);
    42         ClusterFileIO.init(_input_dir);
     42        //ClusterFileIO.init(_input_dir);
    4343       
    4444        // Check output directory exists, and create it if not
Note: See TracChangeset for help on using the changeset viewer.