org.apache.hadoop.conf.Configurable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-floor Show documentation
Show all versions of parquet-floor Show documentation
A lightweight Java library that facilitates reading and writing Apache Parquet files without Hadoop dependencies.
package org.apache.hadoop.conf;
public interface Configurable {
void setConf(Configuration conf);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy