Home:ALL Converter>Missing hadoop package in Bigtop (centos) - installation issue

Missing hadoop package in Bigtop (centos) - installation issue

Ask Time:2016-03-26T02:46:53         Author:Popeye

Json Formatter

I am trying to install bigtop on centos6 (VM using virtualbox). I am following links given below with little modifications to get latest versions (bigtop 1.1.0) -

http://www.dummies.com/how-to/content/set-up-the-hadoop-environment-with-apache-bigtop.html https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+0.5.0

To be precise, I have run following commands till now -

wget -O /etc/yum.repos.d/bigtop.repo http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/centos6/bigtop.repo
yum install hadoop\* mahout\* oozie\* hbase\* hive\* hue\* pig\* zookeeper\*

Now the problem is, it says -

No package hadoop* available. 
No package hue* available.
No package zookeeper* available.

I am new to linux and don't completely understand what exactly these commands are doing. I have wasted an entire day on this. As I am just trying to explore hadoop on my VM, I am fine if I can get some older version of bigtop too but I would prefer that I can get atleast hadoop 2.0 or above.

Can someone help on this?

Thanks.

Author:Popeye,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/36226030/missing-hadoop-package-in-bigtop-centos-installation-issue
yy