Sign inSign up

davvdg/hdfs-client

By davvdg

Updated about 10 years ago

Simple Hadoop image for basic HDFS ("hadoop fs blabla...") operations from client nodes

Image
1

10K+

davvdg/hdfs-client repository overview

Usage:

 #to list the content of the "/" folder:
 docker run -ti davvdg/hdfs-client hadoop fs -fs hdfs://<myHDFSserver>:<myHDFSport> -ls /

Default user is hdfs but can be overriden with an environment variable:

docker run -ti -e HADOOP_USER_NAME=<myOtherHDFSuser> docker run -ti davvdg/hdfs-client hadoop fs -fs hdfs://<myHDFSserver>:<myHDFSport> -ls /

Tag summary

Content type

Image

Digest

Size

574.3 MB

Last updated

about 10 years ago

docker pull davvdg/hdfs-client