On 03/20/2012 03:05 PM, Bruno Mahé wrote:
> On 03/20/2012 11:03 AM, David Liu (gmail dev) wrote:
>> I have added a build page for
>> Ubuntu:
>> https://cwiki.apache.org/confluence/display/BIGTOP/Building+Bigtop+on+Ubuntu
>>
>> Hope it is useful for other users.
>>
>> David
> Great page!
>
> One note though:
> When installing the packages, you shouldn't need to manually set
> JAVA_HOME, unless you put it in a non-standard location.
> All wrapper scripts will make use of bigtop-utils to auto-detect JAVA_HOME.
> See
> https://github.com/apache/bigtop/blob/trunk/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javahome
>
>
> Thanks,
> Bruno
Sorry, I forgot to add:
* sudo hadoop namenode -format => you must format the namenode as the
user hdfs. So you should type "sudo -u hdfs hadoop namenode -format"
* /usr/lib/hadoop/bin/st{art,op}-all.sh scripts are not supported and
will be removed soon (as in as soon as someone tackles it). Services
should be started/stopped through the init scripts located in
/etc/init.d/hadoop-*