Giter VIP home page Giter VIP logo

hdfs-client's Introduction

hdfs-client

Builds on hdfs-client-onbuild.

Original Variant

This variant uses the same core-site.xml and krb5.conf files for ONBUILD COPY from the Onbuild Variant.

Xenon Variant

This variant contains the required client settings for xenon-hdfs-kerberos to work.

You will need to run nlesc/xenon-hdfs-kerberos with additional TCP + UDP port forwarding for port 88. So the docker run command should become:

docker run --detach --name=xenon-hdfs-kerberos --hostname xenon-hdfs-kerberos \
-p 88:88/tcp -p 88:88/udp -p 8020:8020 -p 50010:50010 -p 50470:50470 \
-p 50475:50475 nlesc/xenon-hdfs-kerberos

For this docker client, use kinit xenon instead of just kinit, and the password is javagat.

You are likely to require the use of docker run flag --net=host, since the ports to connect to are only exposed to the host.

For example:

docker run --net=host -it guangie88/hdfs-client-krb5-xenon:latest bash

Assuming that the image nlesc/xenon-hdfs-kerberos is running correctly, within the docker bash:

kinit xenon
hdfs dfs -df
hdfs dfs -ls /

hdfs-client's People

Contributors

guangie88 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hungnd11111984

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.