Coder Social home page Coder Social logo

f2quantum / hadoop-hive-spark-docker-cn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vivostar/hadoop-hive-spark-docker-cn

0.0 0.0 0.0 76.12 MB

Hadoop-Hive-Spark cluster + Jupyter on Docker available in China

Shell 1.19% Java 1.29% Makefile 0.33% Jupyter Notebook 92.77% Dockerfile 4.42%

hadoop-hive-spark-docker-cn's Introduction

Hadoop-Hive-Spark cluster + Jupyter on Docker

Software

Quick Start

To deploy the cluster, run:

make
docker-compose up

Access interfaces with the following URL

Hadoop

ResourceManager: http://localhost:8088

NameNode: http://localhost:9870

HistoryServer: http://localhost:19888

Datanode1: http://localhost:9864 Datanode2: http://localhost:9865

NodeManager1: http://localhost:8042 NodeManager2: http://localhost:8043

Spark

master: http://localhost:8080

worker1: http://localhost:8081 worker2: http://localhost:8082

history: http://localhost:18080

Hive

URI: jdbc:hive2://localhost:10000

  • jupyter
  • jupyter

Jupyter Notebook

URL: http://localhost:8888?token=yiyishiwushiyiyijiuyijiubayiling

如果出现文件权限问题,将文件夹的权限转交docker(常见于非root用于运行docker):

sudo chown -R 1000.1000 ./jupyter/notebook

example: jupyter/notebook/pyspark.ipynb

If you need a WebUI view in a remote server

Docker + VNC

docker run -d -p 3389:3389 -p 5901:5901 -p 6901:6901 --name ubuntu-xfce-vnc --net host soff/ubuntu-xfce-vnc
  • 浏览器,直接访问:http://ip:6901,密码 vncpassword
  • VNC:ip:5901,密码 vncpassword
  • RDP:ip,用户名 user 密码 password

hadoop-hive-spark-docker-cn's People

Contributors

f2quantum avatar vivostar avatar

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.