public FluoSparkHelper()

in modules/spark/src/main/java/org/apache/fluo/recipes/spark/FluoSparkHelper.java [68:80]


  public FluoSparkHelper(FluoConfiguration fluoConfig, Configuration hadoopConfig,
                         Path tempBaseDir) {
    // @formatter:on
    this.fluoConfig = fluoConfig;
    this.hadoopConfig = hadoopConfig;
    this.tempBaseDir = tempBaseDir;
    this.fluoConfig = fluoConfig;
    try {
      hdfs = FileSystem.get(hadoopConfig);
    } catch (IOException e) {
      throw new IllegalStateException("Unable to get HDFS client from hadoop config", e);
    }
  }