On Wed, Nov 2, 2011 at 6:01 PM, Roman Shaposhnik <r...@apache.org> wrote: > This is the second incubator release for Apache Bigtop, version > 0.2.0-incubating. > > It fixes the following issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12317591&projectId=12311420 > > *** Please download, test, and vote by Saturday, November 7
Small, correction: this, of course, was meant to be Saturday, November 5. Also, for those of you who would like to help assessing the quality of Bigtop 0.2.0 by using the distribution of Apache Hadoop stack on their favorite OS, the repos are up. It is super easy to get Hadoop & co. Here's what you have to do: 1. CentOS/RHEL/Fedora $ sudo wget -O /etc/yum.repos.d/bigtop.repo http://people.apache.org/~rvs/bigtop-0.2.0-incubating-RC1/repos/[centos5|centos6|fedora]/bigtop.repo $ sudo yum install hadoop* flume* mahout* oozie* whirr* 2. SuSE: $ sudo wget -O /etc/zypp/repos.d/bigtop.repo http://people.apache.org/~rvs/bigtop-0.2.0-incubating-RC1/repos/suse/bigtop.repo $ zypper install hadoop* flume* mahout* oozie* whirr* 3. Ubuntu $ sudo wget -O /etc/apt/sources.list.d/bigtop.list http://people.apache.org/~rvs/bigtop-0.2.0-incubating-RC1/repos/ubuntu/bigtop.list $ wget -O- http://people.apache.org/~rvs/bigtop-0.2.0-incubating-RC1/repos/GPG-KEY-bigtop | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install hadoop* flume* mahout* oozie* whirr* And after that Hadoop and its friends are at your fingertips. Here's how to get started: $ // make sure to install the latest JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u29-download-513648.html $ sudo -u hdfs hadoop namenode -format $ for i in hadoop-namenode hadoop-datanode hadoop-jobtracker hadoop-tasktracker ; do sudo service $i start ; done $ sudo -u hdfs hadoop fs -mkdir /user/$USER $ sudo -u hdfs hadoop fs -chown $USER /user/$USER $ hadoop fs -lsr / $ hadoop jar /usr/lib/hadoop/hadoop-examples.jar pi 10 1000 And so forth... Thanks, Roman. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org