Git Product home page Git Product logo

hadoop-install's Introduction

hadoop-install

Overview

.
├── all-in-one
│   ├── conf-template
│   ├── format.sh
│   ├── install.sh
│   ├── postgres-fedora19.sh
│   ├── postgresql-9.1-901.jdbc4.jar
│   ├── readme.txt
│   ├── start.sh
│   ├── temp.sh
│   └── uninstall.sh
├── cluster-install
│   ├── command.sh
│   ├── conf-template
│   ├── edh
│   ├── format.sh
│   ├── install
│   ├── install.sh
│   ├── start.sh
│   └── temp.sh
└── README.md
  • all-in-one: install hadoop in one node
  • cluster-install: install hadoop in a cluster

How to use

  • all-in-one

open install.sh and modify repo's baseurl:

echo "[cloudera-cdh4]" >/etc/yum.repos.d/cloudera-cdh4.repo
echo "name=cdh4" >>/etc/yum.repos.d/cloudera-cdh4.repo
echo "baseurl=ftp://192.168.56.101/pub/cdh/4.3.0/" >>/etc/yum.repos.d/cloudera-cdh4.repo
echo "gpgcheck = 0" >>/etc/yum.repos.d/cloudera-cdh4.repo

And then run this commands:

[root@node1 all-in-one]# sudo sh install.sh
[root@node1 all-in-one]# sudo sh postgres-fedora19.sh 

Wait several seconds,run jps command and you will see:

[root@node1 ~]# jps
30455 RunJar
31060 HRegionServer
30539 RunJar
29874 DataNode
28843 NameNode
31160 Jps
29989 ResourceManager
30380 JobHistoryServer
30844 QuorumPeerMain
1810 SecondaryNameNode
30246 NodeManager

Change

TODO

hadoop-install's People

Stargazers

 avatar

Watchers

 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.