testcontainers-hdfs
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();