Skip to content

Light weight docker container with a go hdfs client.

Notifications You must be signed in to change notification settings

Sqooba/gohdfs-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

HDFS GO client docker image

Light weight docker container with a go hdfs client.

see: https://github.com/colinmarc/hdfs for more information.

Usage example:

$ alias gohdfs='docker run -it -e HADOOP_NAMENODE=<your-hadoop-namenode> -e HADOOP_USER_NAME=<your-username> lionelfleury/gohdfs

Then:

$ gohdfs ls -l /

Here you go ;)

About

Light weight docker container with a go hdfs client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%