It couldn't get any hadoop packages because bigtop repositories were not added. I don't know why that command would fail.. you can add that repo manually to /etc/apt/source.list (or follow the steps mentioned in bigtop wiki to uncomment the repo in /etc/apt/source.list.d/...) and then execute the commands following the sentence.
Thanks, Sridhar On Sat, Jan 21, 2012 at 9:02 PM, Stephen Boesch <[email protected]> wrote: > Hi, > on this section > sudo add-apt-repository "deb http://build.discursive.com/apt/ lucid main" > sudo add-apt-repository "deb > http://mirror.nyi.net/apache/incubator/bigtop/stable/repos/ubuntu/ bigtop > contrib" > sudo add-apt-repository "deb-src > http://mirror.nyi.net/apache/incubator/bigtop/stable/repos/ubuntu/ bigtop > contrib" > sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" > > only two of them actuallly worked: > steve@galadrim:/d/shared$ diff /etc/apt/sources.list > /etc/apt/sources.list.save > 63,64d62 > < deb http://archive.canonical.com/ lucid partner > < deb-src http://archive.canonical.com/ lucid partner > > One of the two missing had an error, not sure why the other did not get > added > > steve@galadrim:/d/shared$ sudo add-apt-repository "deb-src > http://mirror.nyi.net/apache/incubator/bigtop/stable/repos/ubuntu/ bigtop > contrib" > Error: 'deb-src > http://mirror.nyi.net/apache/incubator/bigtop/stable/repos/ubuntu/ bigtop > contrib' invalid > > > On the following line, it had many errors > > echo "Get packages.. this will take some time" > sudo apt-get install sun-java6-* hadoop\* flume-* mahout\* oozie\* whirr-* > build-essential dh-make debhelperr devscripts reprepro maven git-core > subversion git-svn autoconf automake liblzo2-dev libzip-dev sharutils > libfuse-dev libssl-dev asciidoc xmlto libtool python-software-properties > > Reading package lists... Done > Building dependency tree > Reading state information... Done > Note, selecting 'sun-java6-jre' for regex 'sun-java6-*' > Note, selecting 'sun-java6-fonts' for regex 'sun-java6-*' > Note, selecting 'sun-java6-jdk' for regex 'sun-java6-*' > Note, selecting 'ubuntu-orchestra-modules-hadoop' for regex 'hadoop*' > E: Unable to locate package flume-* > E: Couldn't find any package by regex 'flume-*' > E: Unable to locate package mahout* > E: Couldn't find any package by regex 'mahout*' > E: Unable to locate package oozie* > E: Couldn't find any package by regex 'oozie*' > E: Unable to locate package whirr-* > E: Couldn't find any package by regex 'whirr-*' > E: Unable to locate package debhelperr > E: Unable to locate package maven > > Any ideas what might be different in my setup? > > > 2012/1/21 Sridhar Iyer <[email protected]> > >> Hi folks, >> >> Have attached a handy script that can get all the initial >> configs/downloads needed. It is very crude and has no error handling >> whatsoever >> Have tested this on aws and it works. >> >> Also the text browser "links" renders jobtracker beautifully, >> 127.0.0.1:50030 works from the command line. So if you are on aws and >> don't have the proper permissions set, just invoke links from the prompt. >> >> - Sridhar >> > >
