hello users,
i have a problem with my Capistrano commands..while i am doing
"cap cleandb", im getting the following errors so i cant execute it
successfully..
im getting the following error while im doing "cap cleandb"
hduser@HadoopMaster:/var/www$ cap cleandb
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1060: Use RbConfig instead of obsolete and deprecated Config.
* 2013-03-01 07:03:04 executing `cleandb'
This will DELETE ALL DATA stored in the Hypertable instance with
MASTER='HadoopMaster'. ARE YOU SURE you want to proceed? ('Yes' to
proceed)
Yes
** transaction: start
* 2013-03-01 07:03:10 executing `clean_master'
* executing "/opt/hypertable/current/bin/start-dfsbroker.sh
hadoop --config=/opt/hypertable/
0.9.6.5/conf/hypertable.cfg
&& /opt/hypertable/current/bin/clean-database.sh
--config=/opt/hypertable/
0.9.6.5/conf/hypertable.cfg && \\\n
/opt/hypertable/current/bin/stop-monitoring.sh ;"
servers: ["HadoopMaster"]
[HadoopMaster] executing command
** [out :: HadoopMaster] DFS broker: available file descriptors: 1024
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] Waiting for DFS Broker (hadoop) (localhost:38030) to come up...
** [out :: HadoopMaster] ERROR: DFS Broker (hadoop) did not come up
command finished in 128214ms
failed: "sh -c '/opt/hypertable/current/bin/start-dfsbroker.sh
hadoop --config=/opt/hypertable/
0.9.6.5/conf/hypertable.cfg
&& /opt/hypertable/current/bin/clean-database.sh
--config=/opt/hypertable/
0.9.6.5/conf/hypertable.cfg && \\\n
/opt/hypertable/current/bin/stop-monitoring.sh ;'" on HadoopMaster
please help...