Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Run Apache Hadoop 2.7 inside docker container in pseudo-distributed mode

License

NotificationsYou must be signed in to change notification settings

mjaglan/docker-hadoop-pseudo-distributed-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Docker CE on Ubuntu

Follow the instructions fromGet Docker CE for Ubuntu page.

Manage Docker as a non-root user

Follow the instructions fromPost-installation steps for Linux page.

How to Run

  • Go to your terminal.
  • Clone this repository and go inside it
     git clone https://github.com/mjaglan/docker-hadoop-pseudo-distributed-mode.git cd docker-hadoop-pseudo-distributed-mode
  • Run the following script
     . ./restart-all.sh

After Starting Hadoop System

Thescripts/hadoop-services.sh is running following commands after starting Hadoop System -

  • Java Virtual Machine Process Status Tool (jps)

    <pid>   <process name> 266    org.apache.hadoop.hdfs.server.datanode.DataNode 142    org.apache.hadoop.hdfs.server.namenode.NameNode 428    org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode 678    org.apache.hadoop.yarn.server.nodemanager.NodeManager 579    org.apache.hadoop.yarn.server.resourcemanager.ResourceManager
  • Basic Hadoop filesystem information and statistics

      Configured Capacity: 37912903680 (35.31 GB) Present Capacity: 8332066816 (7.76 GB) DFS Remaining: 8332042240 (7.76 GB) DFS Used: 24576 (24 KB) DFS Used%: 0.00% Under replicated blocks: 0 Blocks with corrupt replicas: 0 Missing blocks: 0 Missing blocks (with replication factor 1): 0  ------------------------------------------------- Live datanodes (1):  ...
  • Hadoop Terasort Benchmark Test

  • (Optional) Hadoop NNBENCH Test

  • (Optional) Hadoop MRBENCH Test

Web UI

Tools

Docker version 17.06.0-ceUbuntu Trusty 14.04 Host OSEclipse IDE for Java EE Developers Oxygen (4.7.0)Eclipse Docker Tooling 3.1.0

Configuration References

About

Run Apache Hadoop 2.7 inside docker container in pseudo-distributed mode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp