All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.hadoop.conf.Configurable Maven / Gradle / Ivy

Go to download

A lightweight Java library that facilitates reading and writing Apache Parquet files without Hadoop dependencies.

There is a newer version: 1.49
Show newest version
package org.apache.hadoop.conf;

public interface Configurable {
    void setConf(Configuration conf);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy