is there anything in the log files? check both logs/*.out and logs/*.log

On Sun, Jun 23, 2013 at 6:54 AM, Rajkumar <rajkumar22...@gmail.com> wrote:

> After extracting, changing etc/hosts file, made some changes in
> hdfs-site.xml file and hbase-env.sh file. I cant see any of hbase process
> running after issuing bin/start-hbase.sh command.
>
> my hdfs-site.xml file is
> <?xml version="1.0"?>
> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
> <configuration>
>
>   <property>
>           <name>hbase.rootdir</name>
>           <value>hdfs://localhost:9000/hbase</value>
>   </property>
>
>   <property>
>           <name>hbase.cluster.distributed</name>
>           <value>true</value>
>   </property>
>
>   <property>
>            <name>hbase.master</name>
>            <value>localhost:60010</value>
>   </property>
>
>   <property>
>           <name>hbase.zookeeper.quorum</name>
>           <value>localhost</value>
>   </property>
>
>   <property>
>            <name>dfs.replication</name>
>            <value>1</value>
>   </property>
>
>   <property>
>            <name>hbase.zookeeper.property.clientPort</name>
>            <value>2181</value>
>   </property>
>
>   <property>
>            <name>hbase.zookeeper.property.dataDir</name>
>            <value>/home/hduser/hbase/zookeeper</value>
>   </property>
>
> </configuration>
>
>
> my hbase-env.sh is
> export HBASE_REGIONSERVERS=${HBASE_HOME}/conf/regionservers
> export JAVA_HOME=/usr/local/java/jdk1.7.0
> export HBASE_OPTS="-XX:+UseConcMarkSweepGC"
> export HBASE_REGIONSERVERS=${HBASE_HOME}/conf/regionservers
> export HBASE_MANAGES_ZK=false
>
>
> I have also enivronment variable
> export PATH=$PATH:$HADOOP_PREFIX/bin
> export HBASE_HOME="/usr/local/hbase"
> export PATH=$PATH:$HBASE_HOME/bin
> export ZOOKEEPER_HOME="/usr/local/zookeeper"
> export PATH=$PATH:$ZOOKEEPER_HOME/bin
>
> but still i cant see any hbase process when i type jps in terminal.
>
>


-- 
Ulrich Staudinger, Managing Director and Sr. Software Engineer, ActiveQuant
GmbH

P: +41 79 702 05 95
E: ustaudin...@activequant.com

http://www.activequant.com

AQ-R user? Join our mailing list:
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/aqr-user

Reply via email to