Saptarshi Guha wrote:
Hello,

I have tried running a whirr cluster with the following properties file.
and it works - HadoopDFS, MapReduce and HBase are running on their respective 
ports.
If I uncomment the last two lines, HBase is not running though the other two 
are.
(Some entries from whirr.log are below)

I had the same issue/problem (even with Whirr trunk).
I had problems with HBase even without the Cloudera scripts.
But, I'll try again...

Paolo


whirr.cluster-name=revotesting
whirr.service-name=hadoop
whirr.instance-templates=1 zk+nn+jt+hbase-master,1 dn+tt+hbase-regionserver
whirr.provider=ec2
whirr.identity=
whirr.credential= #whirr.hadoop-install-runurl=cloudera/cdh/install #whirr.hadoop-configure-runurl=cloudera/cdh/post-configure
Thank you in advance
Saptarshi


-----------------------whirr.log------------------
2011-02-03 09:13:20,951 DEBUG [jclouds.compute] (user thread 1) << stderr from 
computeserv as ec2-user@50.17.15.28
+ SELF_HOST=ec2-50-17-15-28.compute-1.amazonaws.com
+ HBASE_VERSION=0.89.20100924
+ HBASE_HOME=/usr/local/hbase-0.89.20100924
+ HBASE_CONF_DIR=/usr/local/hbase-0.89.20100924/conf
+ configure_hbase
+ case $CLOUD_PROVIDER in
+ MOUNT=/mnt
+ mkdir -p /mnt/hbase
+ chown hadoop:hadoop /mnt/hbase
chown: invalid user: `hadoop:hadoop'

2011-02-03 09:13:20,951 INFO  
[org.apache.whirr.cluster.actions.ConfigureClusterAction] (main) Configuration 
script run completed
2011-02-03 09:13:20,952 INFO  
[org.apache.whirr.service.hadoop.HadoopNameNodeClusterActionHandler] (main) 
Completed configuration of revotesting
2011-02-03 09:13:20,953 INFO  
[org.apache.whirr.service.hadoop.HadoopNameNodeClusterActionHandler] (main) Web 
UI available at http://ec2-50-17-15-28.compute-1.amazonaws.com
2011-02-03 09:13:20,958 INFO  
[org.apache.whirr.service.hadoop.HadoopNameNodeClusterActionHandler] (main) 
Wrote Hadoop site file /Users/yanger/.whirr/revotesting/hadoop-site.xml
2011-02-03 09:13:20,961 INFO  
[org.apache.whirr.service.hadoop.HadoopNameNodeClusterActionHandler] (main) 
Wrote Hadoop proxy script /Users/yanger/.whirr/revotesting/hadoop-proxy.sh
2011-02-03 09:13:20,962 INFO  
[org.apache.whirr.service.zookeeper.ZooKeeperClusterActionHandler] (main) 
Completed configuration of revotesting
2011-02-03 09:13:20,962 INFO  
[org.apache.whirr.service.zookeeper.ZooKeeperClusterActionHandler] (main) 
Hosts: ec2-50-17-15-28.compute-1.amazonaws.com:2181
2011-02-03 09:13:20,962 INFO  
[org.apache.whirr.service.hbase.HBaseMasterClusterActionHandler] (main) 
Completed configuration of revotesting
2011-02-03 09:13:20,963 INFO  
[org.apache.whirr.service.hbase.HBaseMasterClusterActionHandler] (main) Web UI 
available at http://ec2-50-17-15-28.compute-1.amazonaws.com
2011-02-03 09:13:20,964 INFO  
[org.apache.whirr.service.hbase.HBaseMasterClusterActionHandler] (main) Wrote 
HBase site file /Users/yanger/.whirr/revotesting/hbase-site.xml
2011-02-03 09:13:20,968 INFO  
[org.apache.whirr.service.hbase.HBaseMasterClusterActionHandler] (main) Wrote 
HBase proxy script /Users/yanger/.whirr/revotesting/hbase-proxy.sh
2011-02-03 09:13:21,026 INFO  [org.apache.whirr.service.Service] (main) Wrote 
instances file /Users/yanger/.whirr/revotesting/instances

Reply via email to