Skip to content

Utility to setup ambari build environment for development purpose

Notifications You must be signed in to change notification settings

bhuvnesh2703/ambari-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

ambari-dev

Utility to setup ambari cluster environment for development purpose on vagrant.

Pre-requisite:

  • Working vagrant environment

KDC User/Password:

Cluster deployment options:

  • Single Node HDFS cluster
  • Single Node HDFS and YARN cluster
  • Three node HDFS cluster
  • Three node HDFS and YARN cluster

Steps to setup environment and execute script:

  • git clone git@github.com:u39kun/ambari-vagrant.git
  • cd ambari-vagrant/centos6.4/
  • git clone git@github.com:bhuvnesh2703/ambari-dev.git
  • cd ambari-dev
  • Edit install_ambari_cluster.sh to update the below section with the links to download the respective tarballs for AMBARI, PHD, PHD-UTILS, HDB, HAWQ-PLUGIN
XXXX_TARBALL_DOWNLOAD_LINK="<tarball link>"
Example:
HDB_TARBALL_DOWNLOAD_LINK="http://internal-dist-elb-877805753.us-west-2.elb.amazonaws.com/dist/HAWQ/stable/pivotal-hdb-latest-stable.tar.gz"

Note:

  • AMBARI tarball will be downloaded everytime during script execution
  • Feel free to optimize it as needed. (Just don't include many command line arguments)

About

Utility to setup ambari build environment for development purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages