Questions tagged [bigtop]

Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem.

Bigtop is, according to its website, a project for the development of packaging and tests of the Apache Hadoop ecosystem.

The primary goal of Bigtop is to build a community around the packaging and interoperability testing of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...) developed by a community with a focus on the system as a whole, rather than individual projects.

25 questions
10
votes
5 answers

Setting external jars to hadoop classpath

I am trying to set external jars to hadoop classpath but no luck so far. I have the following setup $ hadoop version Hadoop 2.0.6-alpha Subversion https://git-wip-us.apache.org/repos/asf/bigtop.git -r…
mnm
  • 798
  • 1
  • 6
  • 11
4
votes
0 answers

How to Install Apache Bigtop Stack with Ambari

Can any one provide tutorial or steps to installing Apache BigTop stack using Ambari. I have tried using the repos provided in the below…
3
votes
1 answer

BigTop docker-hadoop.sh failing to start

I'm using BigTop 1.2.0 the vagrant provisioner is running fine but when I try to use the Docker provisioner the following error is showing: Command $ ./docker-hadoop.sh -c 3 Error Environment check... Check docker: Docker version 17.09.0-ce,…
Miguel
  • 3,786
  • 2
  • 19
  • 32
2
votes
3 answers

How do we install Apache BigTop with Ambari?

I am trying to find out how to deploy a hadoop cluster using ambari by using apache big top According to the latest release bigtop 1.5: https://blogs.apache.org/bigtop/ my understanding is that Bigtop Mpack was added as a new feature, that enables…
richyu223
  • 21
  • 1
  • 2
2
votes
4 answers

GPG Key retrieval failed Hadoop Bigtop installation

Following the instructions in the following site - (http://www.dummies.com/how-to/content/set-up-the-hadoop-environment-with-apache-bigtop.html) or rather from the book Hadoop for Dummies. Step 3 ran successfully till the end with total download…
VKarthik
  • 1,379
  • 2
  • 15
  • 30
1
vote
1 answer

is it possible to Install Apache Bigtop Stack with Ambari

Can any one provide tutorial or steps to installing Apache BigTop stack using Ambari. I have tried to learn the following info https://cwiki.apache.org/confluence/display/BIGTOP/Bigtop+1.3.0+Release but what are the steps to install each of hadoop…
jessica
  • 2,426
  • 24
  • 66
1
vote
1 answer

BigTop repo server 403 error

I am currently trying to install BigTop on my fedora17 machine but i ran into a problem and i don't know what is wrong. I followed the steps on…
Vincent T
  • 3,044
  • 2
  • 9
  • 18
1
vote
1 answer

Apache Bigtop not building

I'm following these instruction for setting up Apache Bigtop, to eventually support me running Oozie. I'm trying to use Bigtop because the Oozie website recommends the use of Bigtop if I want to run my Oozie install on Hadoop 2+. After running the…
Matthew Herbst
  • 29,477
  • 23
  • 85
  • 128
1
vote
0 answers

Apache BigTop testing step by step instructions

I trying to understand how Apache BigTop works and how we can run the test cases. Even though some information is given here, still it is not much clear on the aspects like - How Test Artifacts/Executions work? How can I modify test cases? How POM…
Hemant
  • 619
  • 2
  • 6
  • 17
1
vote
2 answers

Namenode appears to hang on start

Version is 2.0.4 I'm using the Cloudera bigtop debian packages from here http://bigtop01.cloudera.org:8080/job/Bigtop-0.6.0-rvs/ws/, but I actually encounter the same issue getting the latest jars from Apache mirrors and configuring myself. Also,…
Mike Park
  • 10,845
  • 2
  • 34
  • 50
1
vote
0 answers

Oozie map-reduce example fails with ClassNotFoundException when using Bigtop 0.5.0

I'm using a relatively clean installation of CentOS 6.3 minimal with the Bigtop 0.5.0 repo and Sun Java 1.6. I add the Bigtop repo as per the instructions here. I have installed Hadoop common and Oozie using yum. I configured oozie by running sudo…
Shabbyrobe
  • 12,298
  • 15
  • 60
  • 87
0
votes
1 answer

Ambari 2.8.0 failed install bigtop 3.2.0 when installing bigtop-select

error exists when installing bigtop 3.2.0 on ambari 2.8.0 , i'm using ambari 2.8.0 from github url ambari : https://github.com/apache/ambari/archive/refs/tags/release-2.8.0-rc1.zip and installing the bigtop using public repo of bigtop 3.2.0 url…
0
votes
0 answers

Where should I get the maven dependencies when migrating a mapreduce project from hdp to bigtop?

I am migrating a map-reduce java-project (built using maven) from Horton Works to Big Top. I am trying to figure out what is the best way to ensure that the depedency versions in my java-project match the jar files deployed on the cluster by Big…
hba
  • 7,406
  • 10
  • 63
  • 105
0
votes
0 answers

Enabling Hadoop Namenode HA in Apache ambari using Bigtop

I Cloned the Bigtop code from Github, built RPMS, and installed the Hadoop cluster using Ambari. The Hadoop cluster had 3 nodes. When the name node HA is enabled from Ambari, the services do not start in step 7( Start Components ), so forward steps…
arjun s
  • 9
  • 2
0
votes
0 answers

Hadoop DataNode not starting -Apache Bigtop install using puppet with kerberos

I am trying to deploy hadoop using Apache Bigtop 3.1.1 with puppet.Hadoop version is 3.2.4 . OS I am using is CentOS 7. Deployment works fine without kerberos. But with kerberos, hadoop datanode not stating up. Tried to start it manually with sudo…
1
2