• Home
  • Archive
  • Tools
  • Contact Us
  • Forum

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
The Customize Windows > Computer and Internet > Cloud Computing > How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster

By Abhishek Ghosh July 24, 2017 8:56 am Updated on July 24, 2017

How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster

Advertisement

Apache Ambari helps in management, monitoring, provisioning of Hadoop cluster. Here is how to install Apache Ambari on Ubuntu 16.04 to manage Hadoop cluster. Ambari Server uses an embedded PostgreSQL database by default. When we install the Ambari Server, PostgreSQL packages and dependencies must be available for install. We are showing example with repo from Hortonworks for many reasons, one of them is their documentation to fix any issue in future.

 

How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster

 

Installation and initial setup of Apache Ambari is very easy. SSH to your server and become root, add Ambari repository file to /etc/apt/sources.list.d :

Vim
1
wget -O /etc/apt/sources.list.d/ambari.list http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.5.1.0/ambari.list

Then add the key :

Vim
1
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD

Then run update :

Vim
1
apt-get update

If we run these below commands, we will see the viable packages :

Vim
1
2
3
apt-cache showpkg ambari-server
apt-cache showpkg ambari-agent
apt-cache showpkg ambari-metrics-assembly

Now we will install the Ambari server which will also install the above said default PostgreSQL Ambari database :

Vim
1
apt-get install ambari-server

Next part is running the command to set up the Ambari Server :

Vim
1
ambari-server setup

The command will configure Ambari to connectto the Ambari database, install the JDK, give option to configure user account the Ambari Server daemon will use, run. Ambari Server will run as root. You possibly need to If you have temporarily disable iptables. Thereafter you’ll get option to select a JDK version to download. Ambari Server setup downloads and installs Oracle JDK 1.8 and the accompanying related files. Accept the Oracle JDK license,
select n at advanced database configuration to use the default, embedded PostgreSQL database for Ambari.

Advertisement

---

How To Install Apache Ambari on Ubuntu 16-04 to Manage Hadoop Cluster

Default PostgreSQL database name is ambari, user name and password are ambari and bigdata. Otherwise, to use an existing PostgreSQL, MySQL/MariaDB or Oracle database with Ambari, select y.

At the end you’ll get options configure remote database connection properties, you’ll choose yes.

Tagged With install apache ambari on ubuntu , how to , https://thecustomizewindows com/2017/07/how-to-install-apache-ambari-on-ubuntu-16-04-to-manage-hadoop-cluster/ , installing amabari on ubuntu 16 , Ubuntu16 04 ambari install , ambari on ubuntu 18 , ambari installed in Ubuntu , ambari public repo ubuntu 18 , ambari ubuntu 16 04 , how to setup ambari server in ubuntu

This Article Has Been Shared 6187 Times!

Facebook Twitter Google+ Pinterest

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Google Plus - Abhishek Ghosh1 and on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster

  • Big Data as a Service (BDaaS) Basics

    Big Data as a Service or BDaaS, is as if combination of SaaS, PaaS and DaaS. Self Hosting Big Data platform is time consuming and costly.

  • Difference Between Data Warehouse And Data Lake

    What Is The Difference Between Data Warehouse And Data Lake? Data warehouses is four decade old established concept. Data lake is a new idea.

  • How To Install Apache Mesos With Marathon On Ubuntu 16.04 LTS

    Here Is How To Install Apache MeOS With Marathon On Ubuntu 16.04 LTS In Order To Integrate,Manage Multiple Servers Or Multi Cloud Environment.

  • How To Install Apache NiFi On Ubuntu 16.04 LTS

    Apache NiFi Enables Automation of Real Time Data Flow Between Systems. Here Is How To Install Apache NiFi On Ubuntu 16.04 LTS on Cloud Server.

  • IBM Analytics Demo Cloud : Free Hadoop, Ambari With SSH

    IBM Analytics Demo Cloud is intended to learn Hadoop, Ambari, BigSQL free of cost with SSH access & web console. Here is how to get started.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Google+ or Twitter to join the conversation right now!

If you want to Advertise on our Article or want Business Partnership, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Google+ (13.7k Followers)
  • Pinterest (11.4K Followers)
  • Twitter (4.7k Followers)
  • Facebook (4.9k Followers)
  • LinkedIn (3.2k Followers)
  • YouTube (1.5k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Wearables and Internet of Things : Part II February 13, 2019
  • LED Bar Graph Progress Test : Arduino & Transistors February 12, 2019
  • New and Effective SEO Metrics to Follow Engagement and Content Performance February 4, 2019
  • 5 Tips to Fully Leverage the Reach of SMS Marketing for Businesses January 31, 2019
  • Difference Between Object Storage and Block Storage January 17, 2019

About This Article

Title: How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster
2017-07-24

Author: Abhishek Ghosh
Subjects: Cloud Computing

Is Part Of:


TheCustomizeWindows,

Monday, July 24th, 2017,
Vol.1(01),
p.1–49162 [IoT Ready Journal]


Source:The Customize Windows
ISSN: 0019-5847 ;
E-ISSN: 0019-5847 ;
Publisher:
jima.in

Cite this article as: Abhishek Ghosh, "How To Install Apache Ambari on Ubuntu 16.04 to Manage Hadoop Cluster," in The Customize Windows, July 24, 2017, February 17, 2019, https://thecustomizewindows.com/2017/07/how-to-install-apache-ambari-on-ubuntu-16-04-to-manage-hadoop-cluster/.

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.


PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

web analysis

Copyright © 2019 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy