ooraini / testcontainers-hdfs

Docker container image for Hadoop HDFS mini cluster, and a testcontainers libray API for using it
MIT License
3 stars 1 forks source link

testcontainers-hdfs

maven

Docker container image for Hadoop HDFS mini cluster, and a testcontainers libray API for using it

Usage

@Container
HdfsContainer hdfsContainer = new HdfsContainer();

org.apache.hadoop.conf.Configuration conf = hdfsContainer.hadoopConf();