• HBase单机执行


    window7中虚拟机安装CentOS6.5,虚拟机中安装JDK,再安装了Hbase(直接解压hbase-0.98.3-hadoop2-bin.tar.gz)。

    hbase-env.sh中添加了一句:export JAVA_HOME=/usr/java/jdk1.7.0_65

    1、仅设置了JDK地址之后,HBase的启动日志:(注意标红的信息,系统信息,JDK信息,hbase信息(默认存储位置显示),zookeeper信息等)

      1 2014年 09月 03日 星期三 11:09:58 CST Starting master on lhh
      2 core file size          (blocks, -c) 0
      3 data seg size           (kbytes, -d) unlimited
      4 scheduling priority             (-e) 0
      5 file size               (blocks, -f) unlimited
      6 pending signals                 (-i) 14795
      7 max locked memory       (kbytes, -l) 64
      8 max memory size         (kbytes, -m) unlimited
      9 open files                      (-n) 1024
     10 pipe size            (512 bytes, -p) 8
     11 POSIX message queues     (bytes, -q) 819200
     12 real-time priority              (-r) 0
     13 stack size              (kbytes, -s) 10240
     14 cpu time               (seconds, -t) unlimited
     15 max user processes              (-u) 14795
     16 virtual memory          (kbytes, -v) unlimited
     17 file locks                      (-x) unlimited
     18 2014-09-03 11:09:58,916 INFO  [main] util.VersionInfo: HBase 0.98.3-hadoop2
     19 2014-09-03 11:09:58,917 INFO  [main] util.VersionInfo: Subversion git://acer/usr/src/Hadoop/hbase -r d5e65a9144e315bb0a964e7730871af32f5018d5
     20 2014-09-03 11:09:58,917 INFO  [main] util.VersionInfo: Compiled by apurtell on Sat May 31 19:56:09 PDT 2014
     21 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
     22 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:host.name=lhh
     23 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:java.version=1.7.0_65
     24 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:java.vendor=Oracle Corporation
     25 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:java.home=/usr/java/jdk1.7.0_65/jre
     26 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:java.class.path=/usr/local/hbase-0.98.3-hadoop2/conf:/usr/java/jdk1.7.0_65/lib/tools.jar:/usr/local/hbase-0.98.3-hadoop2:/usr/local/hbase-0.98.3-hadoop2/lib/activation-1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/aopalliance-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/asm-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/avro-1.7.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-1.7.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-core-1.8.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-cli-1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-codec-1.7.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-collections-3.2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-compress-1.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-configuration-1.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-daemon-1.0.13.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-digester-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-el-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-httpclient-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-io-2.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-lang-2.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-logging-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-math-2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-net-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/findbugs-annotations-1.3.9-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/gmbal-api-only-3.0.0-b023.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-framework-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-server-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-servlet-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-rcm-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guava-12.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-servlet-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-annotations-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-auth-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-app-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-core-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-api-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-nodemanager-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hamcrest-core-1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-client-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-examples-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop2-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-prefix-tree-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-protocol-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-shell-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-testing-util-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-thrift-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/high-scale-lib-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/htrace-core-2.04.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpclient-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpcore-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-core-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-jaxrs-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-mapper-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-xc-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jamon-runtime-2.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-compiler-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-runtime-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.inject-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-api-3.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-api-2.2.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-impl-2.2.3-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-client-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-core-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-guice-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-json-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-server-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-core-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jets3t-0.6.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jettison-1.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-sslengine-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-util-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jruby-complete-1.6.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsch-0.1.42.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-api-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsr305-1.3.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/junit-4.11.jar:/usr/local/hbase-0.98.3-hadoop2/lib/libthrift-0.9.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/log4j-1.2.17.jar:/usr/local/hbase-0.98.3-hadoop2/lib/management-api-3.0.0-b012.jar:/usr/local/hbase-0.98.3-hadoop2/lib/metrics-core-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/netty-3.6.6.Final.jar:/usr/local/hbase-0.98.3-hadoop2/lib/paranamer-2.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/protobuf-java-2.5.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/servlet-api-2.5-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-api-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-log4j12-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/snappy-java-1.0.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xmlenc-0.52.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xz-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/zookeeper-3.4.6.jar:
     27 2014-09-03 11:09:59,151 INFO  [main] server.ZooKeeperServer: Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
     28 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:java.io.tmpdir=/tmp
     29 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:java.compiler=<NA>
     30 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:os.name=Linux
     31 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:os.arch=amd64
     32 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:os.version=2.6.32-431.el6.x86_64
     33 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:user.name=root
     34 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:user.home=/root
     35 2014-09-03 11:09:59,152 INFO  [main] server.ZooKeeperServer: Server environment:user.dir=/usr/local/hbase-0.98.3-hadoop2/bin
     36 2014-09-03 11:09:59,168 INFO  [main] server.ZooKeeperServer: Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 datadir /tmp/hbase-root/zookeeper/zookeeper_0/version-2 snapdir /tmp/hbase-root/zookeeper/zookeeper_0/version-2
     37 2014-09-03 11:09:59,180 INFO  [main] server.NIOServerCnxnFactory: binding to port 0.0.0.0/0.0.0.0:2181
     38 2014-09-03 11:09:59,280 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51360
     39 2014-09-03 11:09:59,285 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxn: Processing stat command from /127.0.0.1:51360
     40 2014-09-03 11:09:59,287 INFO  [Thread-1] server.NIOServerCnxn: Stat command output
     41 2014-09-03 11:09:59,288 INFO  [Thread-1] server.NIOServerCnxn: Closed socket connection for client /127.0.0.1:51360 (no session established for client)
     42 2014-09-03 11:09:59,288 INFO  [main] zookeeper.MiniZooKeeperCluster: Started MiniZK Cluster and connect 1 ZK server on client port: 2181
     43 2014-09-03 11:09:59,431 DEBUG [main] master.HMaster: master/lhh/192.168.129.130:0 HConnection server-to-server retries=350
     44 2014-09-03 11:09:59,625 INFO  [main] ipc.RpcServer: master/lhh/192.168.129.130:0: started 10 reader(s).
     45 2014-09-03 11:09:59,716 INFO  [main] impl.MetricsConfig: loaded properties from hadoop-metrics2-hbase.properties
     46 2014-09-03 11:09:59,751 INFO  [main] impl.MetricsSystemImpl: Scheduled snapshot period at 10 second(s).
     47 2014-09-03 11:09:59,751 INFO  [main] impl.MetricsSystemImpl: HBase metrics system started
     48 2014-09-03 11:10:00,085 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
     49 2014-09-03 11:10:00,289 INFO  [main] master.HMaster: hbase.rootdir=file:/tmp/hbase-root/hbase, hbase.cluster.distributed=false
     50 2014-09-03 11:10:00,297 INFO  [main] Configuration.deprecation: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id
     51 2014-09-03 11:10:00,360 INFO  [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
     52 2014-09-03 11:10:00,360 INFO  [main] zookeeper.ZooKeeper: Client environment:host.name=lhh
     53 2014-09-03 11:10:00,360 INFO  [main] zookeeper.ZooKeeper: Client environment:java.version=1.7.0_65
     54 2014-09-03 11:10:00,360 INFO  [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation
     55 2014-09-03 11:10:00,360 INFO  [main] zookeeper.ZooKeeper: Client environment:java.home=/usr/java/jdk1.7.0_65/jre
     56 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.class.path=/usr/local/hbase-0.98.3-hadoop2/conf:/usr/java/jdk1.7.0_65/lib/tools.jar:/usr/local/hbase-0.98.3-hadoop2:/usr/local/hbase-0.98.3-hadoop2/lib/activation-1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/aopalliance-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/asm-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/avro-1.7.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-1.7.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-core-1.8.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-cli-1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-codec-1.7.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-collections-3.2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-compress-1.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-configuration-1.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-daemon-1.0.13.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-digester-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-el-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-httpclient-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-io-2.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-lang-2.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-logging-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-math-2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-net-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/findbugs-annotations-1.3.9-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/gmbal-api-only-3.0.0-b023.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-framework-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-server-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-servlet-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-rcm-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guava-12.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-servlet-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-annotations-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-auth-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-app-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-core-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-api-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-nodemanager-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hamcrest-core-1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-client-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-examples-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop2-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-prefix-tree-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-protocol-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-shell-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-testing-util-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-thrift-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/high-scale-lib-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/htrace-core-2.04.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpclient-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpcore-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-core-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-jaxrs-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-mapper-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-xc-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jamon-runtime-2.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-compiler-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-runtime-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.inject-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-api-3.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-api-2.2.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-impl-2.2.3-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-client-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-core-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-guice-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-json-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-server-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-core-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jets3t-0.6.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jettison-1.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-sslengine-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-util-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jruby-complete-1.6.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsch-0.1.42.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-api-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsr305-1.3.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/junit-4.11.jar:/usr/local/hbase-0.98.3-hadoop2/lib/libthrift-0.9.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/log4j-1.2.17.jar:/usr/local/hbase-0.98.3-hadoop2/lib/management-api-3.0.0-b012.jar:/usr/local/hbase-0.98.3-hadoop2/lib/metrics-core-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/netty-3.6.6.Final.jar:/usr/local/hbase-0.98.3-hadoop2/lib/paranamer-2.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/protobuf-java-2.5.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/servlet-api-2.5-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-api-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-log4j12-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/snappy-java-1.0.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xmlenc-0.52.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xz-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/zookeeper-3.4.6.jar:
     57 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
     58 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp
     59 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.compiler=<NA>
     60 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.name=Linux
     61 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.arch=amd64
     62 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.version=2.6.32-431.el6.x86_64
     63 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.name=root
     64 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.home=/root
     65 2014-09-03 11:10:00,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.dir=/usr/local/hbase-0.98.3-hadoop2/bin
     66 2014-09-03 11:10:00,366 INFO  [main] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=master:38233, quorum=localhost:2181, baseZNode=/hbase
     67 2014-09-03 11:10:00,382 INFO  [main] zookeeper.RecoverableZooKeeper: Process identifier=master:38233 connecting to ZooKeeper ensemble=localhost:2181
     68 2014-09-03 11:10:00,391 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
     69 2014-09-03 11:10:00,392 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
     70 2014-09-03 11:10:00,394 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51361
     71 2014-09-03 11:10:00,395 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51361
     72 2014-09-03 11:10:00,398 INFO  [SyncThread:0] persistence.FileTxnLog: Creating new log file: log.1
     73 2014-09-03 11:10:00,425 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x148397d801b0000 with negotiated timeout 10000 for client /127.0.0.1:51361
     74 2014-09-03 11:10:00,426 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148397d801b0000, negotiated timeout = 10000
     75 2014-09-03 11:10:00,474 INFO  [RpcServer.responder] ipc.RpcServer: RpcServer.responder: starting
     76 2014-09-03 11:10:00,474 INFO  [RpcServer.listener,port=38233] ipc.RpcServer: RpcServer.listener,port=38233: starting
     77 2014-09-03 11:10:00,537 DEBUG [main] regionserver.HRegionServer: regionserver/lhh/192.168.129.130:0 HConnection server-to-server retries=350
     78 2014-09-03 11:10:00,623 INFO  [main] ipc.RpcServer: regionserver/lhh/192.168.129.130:0: started 10 reader(s).
     79 2014-09-03 11:10:00,629 INFO  [main] hfile.CacheConfig: Allocating LruBlockCache with maximum size 386.7 M
     80 2014-09-03 11:10:00,685 INFO  [main] mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
     81 2014-09-03 11:10:00,733 INFO  [main] http.HttpServer: Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
     82 2014-09-03 11:10:00,735 INFO  [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context regionserver
     83 2014-09-03 11:10:00,735 INFO  [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
     84 2014-09-03 11:10:00,744 INFO  [main] http.HttpServer: Jetty bound to port 36738
     85 2014-09-03 11:10:00,744 INFO  [main] mortbay.log: jetty-6.1.26
     86 2014-09-03 11:10:01,056 INFO  [main] mortbay.log: Started SelectChannelConnector@0.0.0.0:36738
     87 2014-09-03 11:10:01,077 INFO  [M:0;lhh:38233] http.HttpServer: Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
     88 2014-09-03 11:10:01,078 INFO  [M:0;lhh:38233] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context master
     89 2014-09-03 11:10:01,078 INFO  [M:0;lhh:38233] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
     90 2014-09-03 11:10:01,081 INFO  [M:0;lhh:38233] http.HttpServer: Jetty bound to port 60010
     91 2014-09-03 11:10:01,082 INFO  [M:0;lhh:38233] mortbay.log: jetty-6.1.26
     92 2014-09-03 11:10:01,228 INFO  [M:0;lhh:38233] mortbay.log: Started SelectChannelConnector@0.0.0.0:60010
     93 2014-09-03 11:10:01,300 DEBUG [main-EventThread] master.ActiveMasterManager: A master is now available
     94 2014-09-03 11:10:01,302 INFO  [M:0;lhh:38233] master.ActiveMasterManager: Registered Active Master=lhh,38233,1409713799943
     95 2014-09-03 11:10:01,307 INFO  [M:0;lhh:38233] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
     96 2014-09-03 11:10:01,325 DEBUG [M:0;lhh:38233] util.FSUtils: Created version file at file:/tmp/hbase-root/hbase with version=8
     97 2014-09-03 11:10:01,332 DEBUG [M:0;lhh:38233] util.FSUtils: Created cluster ID file at file:/tmp/hbase-root/hbase/hbase.id with ID: 3c6e85b9-6ab4-4ee4-80af-86de0dd32d73
     98 2014-09-03 11:10:01,354 INFO  [M:0;lhh:38233] master.MasterFileSystem: BOOTSTRAP: creating hbase:meta region
     99 2014-09-03 11:10:01,366 INFO  [main] regionserver.ShutdownHook: Installed shutdown hook thread: Shutdownhook:RS:0;lhh:58596
    100 2014-09-03 11:10:01,369 INFO  [RS:0;lhh:58596] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=regionserver:58596, quorum=localhost:2181, baseZNode=/hbase
    101 2014-09-03 11:10:01,370 INFO  [RS:0;lhh:58596] zookeeper.RecoverableZooKeeper: Process identifier=regionserver:58596 connecting to ZooKeeper ensemble=localhost:2181
    102 2014-09-03 11:10:01,389 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    103 2014-09-03 11:10:01,389 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51362
    104 2014-09-03 11:10:01,389 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    105 2014-09-03 11:10:01,390 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51362
    106 2014-09-03 11:10:01,391 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x148397d801b0001 with negotiated timeout 10000 for client /127.0.0.1:51362
    107 2014-09-03 11:10:01,391 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148397d801b0001, negotiated timeout = 10000
    108 2014-09-03 11:10:01,392 INFO  [M:0;lhh:38233] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
    109 2014-09-03 11:10:01,549 INFO  [M:0;lhh:38233] regionserver.HRegion: creating HRegion hbase:meta HTD == 'hbase:meta', {TABLE_ATTRIBUTES => {IS_META => 'true', coprocessor$1 => '|org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint|536870911|'}, {NAME => 'info', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', COMPRESSION => 'NONE', VERSIONS => '10', TTL => 'FOREVER', MIN_VERSIONS => '0', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '8192', IN_MEMORY => 'false', BLOCKCACHE => 'false'} RootDir = file:/tmp/hbase-root/hbase Table name == hbase:meta
    110 2014-09-03 11:10:01,581 INFO  [M:0;lhh:38233] wal.FSHLog: WAL/HLog configuration: blocksize=32 MB, rollsize=30.40 MB, enabled=true
    111 2014-09-03 11:10:01,603 INFO  [M:0;lhh:38233] wal.FSHLog: New WAL /tmp/hbase-root/hbase/data/hbase/meta/1588230740/WALs/hlog.1409713801582
    112 2014-09-03 11:10:01,604 INFO  [M:0;lhh:38233] wal.FSHLog: FileSystem's output stream doesn't support getNumCurrentReplicas; --HDFS-826 not available; fsOut=org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer
    113 2014-09-03 11:10:01,625 DEBUG [M:0;lhh:38233] regionserver.HRegion: Instantiated hbase:meta,,1.1588230740
    114 2014-09-03 11:10:01,704 INFO  [StoreOpener-1588230740-1] compactions.CompactionConfiguration: size [134217728, 9223372036854775807); files [3, 10); ratio 1.200000; off-peak ratio 5.000000; throttle point 2684354560; delete expired; major period 604800000, major jitter 0.500000
    115 2014-09-03 11:10:01,718 INFO  [StoreOpener-1588230740-1] util.ChecksumType: Checksum using org.apache.hadoop.util.PureJavaCrc32
    116 2014-09-03 11:10:01,719 INFO  [StoreOpener-1588230740-1] util.ChecksumType: Checksum can use org.apache.hadoop.util.PureJavaCrc32C
    117 2014-09-03 11:10:01,722 DEBUG [M:0;lhh:38233] regionserver.HRegion: Found 0 recovered edits file(s) under file:/tmp/hbase-root/hbase/data/hbase/meta/1588230740
    118 2014-09-03 11:10:01,725 INFO  [M:0;lhh:38233] regionserver.HRegion: Onlined 1588230740; next sequenceid=1
    119 2014-09-03 11:10:01,725 DEBUG [M:0;lhh:38233] regionserver.HRegion: Closing hbase:meta,,1.1588230740: disabling compactions & flushes
    120 2014-09-03 11:10:01,725 DEBUG [M:0;lhh:38233] regionserver.HRegion: Updates disabled for region hbase:meta,,1.1588230740
    121 2014-09-03 11:10:01,727 INFO  [StoreCloserThread-hbase:meta,,1.1588230740-1] regionserver.HStore: Closed info
    122 2014-09-03 11:10:01,727 INFO  [M:0;lhh:38233] regionserver.HRegion: Closed hbase:meta,,1.1588230740
    123 2014-09-03 11:10:01,727 DEBUG [M:0;lhh:38233-WAL.AsyncNotifier] wal.FSHLog: M:0;lhh:38233-WAL.AsyncNotifier interrupted while waiting for  notification from AsyncSyncer thread
    124 2014-09-03 11:10:01,727 INFO  [M:0;lhh:38233-WAL.AsyncNotifier] wal.FSHLog: M:0;lhh:38233-WAL.AsyncNotifier exiting
    125 2014-09-03 11:10:01,727 DEBUG [M:0;lhh:38233-WAL.AsyncSyncer0] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer0 interrupted while waiting for notification from AsyncWriter thread
    126 2014-09-03 11:10:01,727 INFO  [M:0;lhh:38233-WAL.AsyncSyncer0] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer0 exiting
    127 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233-WAL.AsyncSyncer1] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer1 interrupted while waiting for notification from AsyncWriter thread
    128 2014-09-03 11:10:01,728 INFO  [M:0;lhh:38233-WAL.AsyncSyncer1] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer1 exiting
    129 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233-WAL.AsyncSyncer2] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer2 interrupted while waiting for notification from AsyncWriter thread
    130 2014-09-03 11:10:01,728 INFO  [M:0;lhh:38233-WAL.AsyncSyncer2] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer2 exiting
    131 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233-WAL.AsyncSyncer3] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer3 interrupted while waiting for notification from AsyncWriter thread
    132 2014-09-03 11:10:01,728 INFO  [M:0;lhh:38233-WAL.AsyncSyncer3] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer3 exiting
    133 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233-WAL.AsyncSyncer4] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer4 interrupted while waiting for notification from AsyncWriter thread
    134 2014-09-03 11:10:01,728 INFO  [M:0;lhh:38233-WAL.AsyncSyncer4] wal.FSHLog: M:0;lhh:38233-WAL.AsyncSyncer4 exiting
    135 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233-WAL.AsyncWriter] wal.FSHLog: M:0;lhh:38233-WAL.AsyncWriter interrupted while waiting for newer writes added to local buffer
    136 2014-09-03 11:10:01,728 INFO  [M:0;lhh:38233-WAL.AsyncWriter] wal.FSHLog: M:0;lhh:38233-WAL.AsyncWriter exiting
    137 2014-09-03 11:10:01,728 DEBUG [M:0;lhh:38233] wal.FSHLog: Closing WAL writer in file:/tmp/hbase-root/hbase/data/hbase/meta/1588230740/WALs
    138 2014-09-03 11:10:01,730 DEBUG [M:0;lhh:38233] wal.FSHLog: Moved 1 WAL file(s) to /tmp/hbase-root/hbase/data/hbase/meta/1588230740/oldWALs
    139 2014-09-03 11:10:01,752 DEBUG [M:0;lhh:38233] util.FSTableDescriptors: Wrote descriptor into: file:/tmp/hbase-root/hbase/data/hbase/meta/.tabledesc/.tableinfo.0000000001
    140 2014-09-03 11:10:01,754 DEBUG [M:0;lhh:38233] fs.HFileSystem: The file system is not a DistributedFileSystem. Skipping on block location reordering
    141 2014-09-03 11:10:01,759 INFO  [M:0;lhh:38233] master.SplitLogManager: Timeout=120000, unassigned timeout=180000, distributedLogReplay=false
    142 2014-09-03 11:10:01,763 INFO  [M:0;lhh:38233] master.SplitLogManager: Found 0 orphan tasks and 0 rescan nodes
    143 2014-09-03 11:10:01,784 INFO  [M:0;lhh:38233] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=hconnection-0x6f08589b, quorum=localhost:2181, baseZNode=/hbase
    144 2014-09-03 11:10:01,785 INFO  [M:0;lhh:38233] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x6f08589b connecting to ZooKeeper ensemble=localhost:2181
    145 2014-09-03 11:10:01,793 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    146 2014-09-03 11:10:01,793 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51363
    147 2014-09-03 11:10:01,793 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    148 2014-09-03 11:10:01,793 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51363
    149 2014-09-03 11:10:01,795 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x148397d801b0002 with negotiated timeout 10000 for client /127.0.0.1:51363
    150 2014-09-03 11:10:01,795 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148397d801b0002, negotiated timeout = 10000
    151 2014-09-03 11:10:01,815 DEBUG [M:0;lhh:38233] catalog.CatalogTracker: Starting catalog tracker org.apache.hadoop.hbase.catalog.CatalogTracker@6549f211
    152 2014-09-03 11:10:02,028 DEBUG [RS:0;lhh:58596] catalog.CatalogTracker: Starting catalog tracker org.apache.hadoop.hbase.catalog.CatalogTracker@57b3fe3c
    153 2014-09-03 11:10:02,029 INFO  [M:0;lhh:38233] master.HMaster: Server active/primary master=lhh,38233,1409713799943, sessionid=0x148397d801b0000, setting cluster-up flag (Was=false)
    154 2014-09-03 11:10:02,032 INFO  [RS:0;lhh:58596] regionserver.HRegionServer: ClusterId : 3c6e85b9-6ab4-4ee4-80af-86de0dd32d73
    155 2014-09-03 11:10:02,039 INFO  [RS:0;lhh:58596] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is initializing
    156 2014-09-03 11:10:02,048 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0001 type:create cxid:0x8 zxid:0x10 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot Error:KeeperErrorCode = NoNode for /hbase/online-snapshot
    157 2014-09-03 11:10:02,052 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0000 type:create cxid:0x25 zxid:0x11 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot Error:KeeperErrorCode = NoNode for /hbase/online-snapshot
    158 2014-09-03 11:10:02,054 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0000 type:create cxid:0x26 zxid:0x13 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot Error:KeeperErrorCode = NodeExists for /hbase/online-snapshot
    159 2014-09-03 11:10:02,055 INFO  [M:0;lhh:38233] zookeeper.RecoverableZooKeeper: Node /hbase/online-snapshot already exists and this is not a retry
    160 2014-09-03 11:10:02,056 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0000 type:create cxid:0x27 zxid:0x15 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot/acquired Error:KeeperErrorCode = NodeExists for /hbase/online-snapshot/acquired
    161 2014-09-03 11:10:02,057 INFO  [M:0;lhh:38233] zookeeper.RecoverableZooKeeper: Node /hbase/online-snapshot/acquired already exists and this is not a retry
    162 2014-09-03 11:10:02,059 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0000 type:create cxid:0x29 zxid:0x17 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot/reached Error:KeeperErrorCode = NodeExists for /hbase/online-snapshot/reached
    163 2014-09-03 11:10:02,060 INFO  [M:0;lhh:38233] zookeeper.RecoverableZooKeeper: Node /hbase/online-snapshot/reached already exists and this is not a retry
    164 2014-09-03 11:10:02,072 INFO  [M:0;lhh:38233] procedure.ZKProcedureUtil: Clearing all procedure znodes: /hbase/online-snapshot/acquired /hbase/online-snapshot/reached /hbase/online-snapshot/abort
    165 2014-09-03 11:10:02,073 INFO  [RS:0;lhh:58596] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is initialized
    166 2014-09-03 11:10:02,076 INFO  [RS:0;lhh:58596] regionserver.MemStoreFlusher: globalMemStoreLimit=386.7 M, globalMemStoreLimitLowMark=367.4 M, maxHeap=966.8 M
    167 2014-09-03 11:10:02,077 DEBUG [M:0;lhh:38233] procedure.ZKProcedureCoordinatorRpcs: Starting the controller for procedure member:lhh,38233,1409713799943
    168 2014-09-03 11:10:02,079 INFO  [RS:0;lhh:58596] regionserver.HRegionServer: CompactionChecker runs every 10sec
    169 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=MASTER_OPEN_REGION-lhh:38233, corePoolSize=5, maxPoolSize=5
    170 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=MASTER_CLOSE_REGION-lhh:38233, corePoolSize=5, maxPoolSize=5
    171 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=MASTER_SERVER_OPERATIONS-lhh:38233, corePoolSize=5, maxPoolSize=5
    172 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=MASTER_META_SERVER_OPERATIONS-lhh:38233, corePoolSize=5, maxPoolSize=5
    173 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=M_LOG_REPLAY_OPS-lhh:38233, corePoolSize=10, maxPoolSize=10
    174 2014-09-03 11:10:02,083 DEBUG [M:0;lhh:38233] executor.ExecutorService: Starting executor service name=MASTER_TABLE_OPERATIONS-lhh:38233, corePoolSize=1, maxPoolSize=1
    175 2014-09-03 11:10:02,084 INFO  [RS:0;lhh:58596] regionserver.HRegionServer: reportForDuty to master=lhh,38233,1409713799943 with port=58596, startcode=1409713800623
    176 2014-09-03 11:10:02,085 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
    177 2014-09-03 11:10:02,087 INFO  [M:0;lhh:38233] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=replicationLogCleaner, quorum=localhost:2181, baseZNode=/hbase
    178 2014-09-03 11:10:02,088 INFO  [M:0;lhh:38233] zookeeper.RecoverableZooKeeper: Process identifier=replicationLogCleaner connecting to ZooKeeper ensemble=localhost:2181
    179 2014-09-03 11:10:02,102 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    180 2014-09-03 11:10:02,103 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    181 2014-09-03 11:10:02,103 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51364
    182 2014-09-03 11:10:02,103 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51364
    183 2014-09-03 11:10:02,105 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x148397d801b0003 with negotiated timeout 10000 for client /127.0.0.1:51364
    184 2014-09-03 11:10:02,105 INFO  [M:0;lhh:38233-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148397d801b0003, negotiated timeout = 10000
    185 2014-09-03 11:10:02,105 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x148397d801b0003 type:create cxid:0x1 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/hbase/replication Error:KeeperErrorCode = NoNode for /hbase/replication
    186 2014-09-03 11:10:02,108 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
    187 2014-09-03 11:10:02,111 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.snapshot.SnapshotLogCleaner
    188 2014-09-03 11:10:02,117 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner
    189 2014-09-03 11:10:02,118 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
    190 2014-09-03 11:10:02,121 DEBUG [M:0;lhh:38233] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
    191 2014-09-03 11:10:02,122 INFO  [M:0;lhh:38233] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 0 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    192 2014-09-03 11:10:02,314 INFO  [FifoRpcScheduler.handler1-thread-1] master.ServerManager: Registering server=lhh,58596,1409713800623
    193 2014-09-03 11:10:02,317 INFO  [FifoRpcScheduler.handler1-thread-1] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    194 2014-09-03 11:10:02,324 INFO  [M:0;lhh:38233] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 202 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    195 2014-09-03 11:10:02,325 DEBUG [RS:0;lhh:58596] regionserver.HRegionServer: Config from master: hbase.rootdir=/tmp/hbase-root/hbase
    196 2014-09-03 11:10:02,325 DEBUG [RS:0;lhh:58596] regionserver.HRegionServer: Config from master: fs.default.name=file:/
    197 2014-09-03 11:10:02,330 DEBUG [RS:0;lhh:58596] fs.HFileSystem: The file system is not a DistributedFileSystem. Skipping on block location reordering
    198 2014-09-03 11:10:02,330 DEBUG [RS:0;lhh:58596] regionserver.HRegionServer: logdir=file:/tmp/hbase-root/hbase/WALs/lhh,58596,1409713800623
    199 2014-09-03 11:10:02,331 DEBUG [main-EventThread] zookeeper.RegionServerTracker: RS node: /hbase/rs/lhh,58596,1409713800623 data: PBUF��
    200 2014-09-03 11:10:02,352 DEBUG [RS:0;lhh:58596] regionserver.Replication: ReplicationStatisticsThread 300
    201 2014-09-03 11:10:02,353 INFO  [RS:0;lhh:58596] wal.FSHLog: WAL/HLog configuration: blocksize=32 MB, rollsize=30.40 MB, enabled=true
    202 2014-09-03 11:10:02,359 INFO  [RS:0;lhh:58596] wal.FSHLog: New WAL /tmp/hbase-root/hbase/WALs/lhh,58596,1409713800623/lhh%2C58596%2C1409713800623.1409713802354
    203 2014-09-03 11:10:02,359 INFO  [RS:0;lhh:58596] wal.FSHLog: FileSystem's output stream doesn't support getNumCurrentReplicas; --HDFS-826 not available; fsOut=java.io.BufferedOutputStream
    204 2014-09-03 11:10:02,366 INFO  [RS:0;lhh:58596] regionserver.MetricsRegionServerWrapperImpl: Computing regionserver metrics every 5000 milliseconds
    205 2014-09-03 11:10:02,370 DEBUG [RS:0;lhh:58596] executor.ExecutorService: Starting executor service name=RS_OPEN_REGION-lhh:58596, corePoolSize=3, maxPoolSize=3
    206 2014-09-03 11:10:02,370 DEBUG [RS:0;lhh:58596] executor.ExecutorService: Starting executor service name=RS_OPEN_META-lhh:58596, corePoolSize=1, maxPoolSize=1
    207 2014-09-03 11:10:02,371 DEBUG [RS:0;lhh:58596] executor.ExecutorService: Starting executor service name=RS_CLOSE_REGION-lhh:58596, corePoolSize=3, maxPoolSize=3
    208 2014-09-03 11:10:02,371 DEBUG [RS:0;lhh:58596] executor.ExecutorService: Starting executor service name=RS_CLOSE_META-lhh:58596, corePoolSize=1, maxPoolSize=1
    209 2014-09-03 11:10:02,371 DEBUG [RS:0;lhh:58596] executor.ExecutorService: Starting executor service name=RS_LOG_REPLAY_OPS-lhh:58596, corePoolSize=2, maxPoolSize=2
    210 2014-09-03 11:10:02,376 INFO  [RS:0;lhh:58596] regionserver.ReplicationSourceManager: Current list of replicators: [lhh,58596,1409713800623] other RSs: [lhh,58596,1409713800623]
    211 2014-09-03 11:10:02,404 INFO  [RS:0;lhh:58596] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    212 2014-09-03 11:10:02,411 INFO  [RS:0;lhh:58596] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=hconnection-0x7a50af32, quorum=localhost:2181, baseZNode=/hbase
    213 2014-09-03 11:10:02,413 INFO  [RS:0;lhh:58596] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x7a50af32 connecting to ZooKeeper ensemble=localhost:2181
    214 2014-09-03 11:10:02,419 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    215 2014-09-03 11:10:02,420 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    216 2014-09-03 11:10:02,420 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51365
    217 2014-09-03 11:10:02,420 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51365
    218 2014-09-03 11:10:02,421 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x148397d801b0004 with negotiated timeout 10000 for client /127.0.0.1:51365
    219 2014-09-03 11:10:02,422 INFO  [RS:0;lhh:58596-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148397d801b0004, negotiated timeout = 10000
    220 2014-09-03 11:10:02,424 INFO  [RpcServer.listener,port=58596] ipc.RpcServer: RpcServer.listener,port=58596: starting
    221 2014-09-03 11:10:02,426 INFO  [RpcServer.responder] ipc.RpcServer: RpcServer.responder: starting
    222 2014-09-03 11:10:02,466 INFO  [RS:0;lhh:58596] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    223 2014-09-03 11:10:02,480 INFO  [RS:0;lhh:58596] regionserver.HRegionServer: Serving as lhh,58596,1409713800623, RpcServer on lhh/192.168.129.130:58596, sessionid=0x148397d801b0001
    224 2014-09-03 11:10:02,486 INFO  [SplitLogWorker-lhh,58596,1409713800623] regionserver.SplitLogWorker: SplitLogWorker lhh,58596,1409713800623 starting
    225 2014-09-03 11:10:02,486 INFO  [RS:0;lhh:58596] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is starting
    226 2014-09-03 11:10:02,486 DEBUG [RS:0;lhh:58596] snapshot.RegionServerSnapshotManager: Start Snapshot Manager lhh,58596,1409713800623
    227 2014-09-03 11:10:02,486 DEBUG [RS:0;lhh:58596] procedure.ZKProcedureMemberRpcs: Starting procedure member 'lhh,58596,1409713800623'
    228 2014-09-03 11:10:02,487 DEBUG [RS:0;lhh:58596] procedure.ZKProcedureMemberRpcs: Checking for aborted procedures on node: '/hbase/online-snapshot/abort'
    229 2014-09-03 11:10:02,488 DEBUG [RS:0;lhh:58596] procedure.ZKProcedureMemberRpcs: Looking for new procedures under znode:'/hbase/online-snapshot/acquired'
    230 2014-09-03 11:10:02,489 INFO  [RS:0;lhh:58596] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is started
    231 2014-09-03 11:10:03,841 INFO  [M:0;lhh:38233] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 1718 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    232 2014-09-03 11:10:05,356 INFO  [M:0;lhh:38233] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 3233 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.

    在/tmp中可以看到一文件夹:/tmp/hbase-root(据说是按hbase-${user.name}来创建的):

    其中有:HBase,Local,Zookeeper和其他文件夹(暂时不清楚实际作用,猜测是放相关数据的)

    drwxr-xr-x. 5 root root 4096 9月   3 11:26 hbase-root
    -rw-r--r--. 1 root root    6 9月   3 11:25 hbase-root-master.pid
    -rw-r--r--. 1 root root   34 9月   3 11:26 hbase-root-master.znode
    drwxr-xr-x. 2 root root 4096 9月   3 11:25 hsperfdata_root
    drwxr-xr-x. 4 root root 4096 9月   3 11:25 Jetty_0_0_0_0_36467_regionserver____.gv3i8y
    drwxr-xr-x. 4 root root 4096 9月   3 11:25 Jetty_0_0_0_0_60010_master____q3nwom

    在CentOS系统中使用jps命令,可以看到HMaster,使用hbase shell进入。(>>标红的有待处理<<

    2014-09-03 11:27:34,716 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
    HBase Shell; enter 'help<RETURN>' for list of supported commands.
    Type "exit<RETURN>" to leave the HBase Shell
    Version 0.98.3-hadoop2, rd5e65a9144e315bb0a964e7730871af32f5018d5, Sat May 31 19:56:09 PDT 2014
    
    hbase(main):001:0> list
    TABLE
    2014-09-03 11:27:53,836 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
    0 row(s) in 1.3110 seconds
    
    => []
    hbase(main):002:0>

    2、修改默认数据存储地址,不是hbase.rootdir=/tmp/hbase-root/hbase这个地址:(改hbase-site.xml)

    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
    <!--
    /**
     *
     * Licensed to the Apache Software Foundation (ASF) under one
     * or more contributor license agreements.  See the NOTICE file
     * distributed with this work for additional information
     * regarding copyright ownership.  The ASF licenses this file
     * to you under the Apache License, Version 2.0 (the
     * "License"); you may not use this file except in compliance
     * with the License.  You may obtain a copy of the License at
     *
     *     http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    -->
    <configuration>
        <property>
            <name>hbase.rootdir</name>
            <value>file:///usr/local/hbase-0.98.3-hadoop2/data</value>
        </property>
    </configuration>

    data文件夹是后来新建的

    drwxr-xr-x.  4 root root   4096 6月   1 06:24 bin
    -rw-r--r--.  1 root root 128252 6月   1 06:51 CHANGES.txt
    drwxr-xr-x.  2 root root   4096 6月   1 06:24 conf
    drwxr-xr-x.  6 root root   4096 9月   3 10:55 data
    drwxr-xr-x. 28 root root   4096 6月   1 10:56 docs
    drwxr-xr-x.  7 root root   4096 6月   1 10:48 hbase-webapps
    drwxr-xr-x.  3 root root   4096 9月   3 10:50 lib
    -rw-r--r--.  1 root root  11358 5月  23 00:15 LICENSE.txt
    -rw-r--r--.  1 root root    897 5月  23 00:58 NOTICE.txt
    -rw-r--r--.  1 root root   1377 6月   1 06:24 README.txt

    stop-hbase.sh之后/usr/local/hbase-0.98.3-hadoop2/logs/hbase-root-master-lhh.out

     1 2014-09-03 11:40:48,065 INFO  [main] util.VersionInfo: HBase 0.98.3-hadoop2
     2 2014-09-03 11:40:48,065 INFO  [main] util.VersionInfo: Subversion git://acer/usr/src/Hadoop/hbase -r d5e65a9144e315bb0a964e7730871af32f5018d5
     3 2014-09-03 11:40:48,065 INFO  [main] util.VersionInfo: Compiled by apurtell on Sat May 31 19:56:09 PDT 2014
     4 2014-09-03 11:40:48,644 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
     5 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
     6 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:host.name=lhh
     7 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:java.version=1.7.0_65
     8 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation
     9 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:java.home=/usr/java/jdk1.7.0_65/jre
    10 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:java.class.path=/usr/local/hbase-0.98.3-hadoop2/conf:/usr/java/jdk1.7.0_65/lib/tools.jar:/usr/local/hbase-0.98.3-hadoop2:/usr/local/hbase-0.98.3-hadoop2/lib/activation-1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/aopalliance-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/asm-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/avro-1.7.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-1.7.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-core-1.8.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-cli-1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-codec-1.7.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-collections-3.2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-compress-1.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-configuration-1.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-daemon-1.0.13.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-digester-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-el-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-httpclient-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-io-2.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-lang-2.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-logging-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-math-2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-net-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/findbugs-annotations-1.3.9-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/gmbal-api-only-3.0.0-b023.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-framework-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-server-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-servlet-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-rcm-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guava-12.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-servlet-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-annotations-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-auth-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-app-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-core-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-api-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-nodemanager-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hamcrest-core-1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-client-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-examples-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop2-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-prefix-tree-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-protocol-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-shell-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-testing-util-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-thrift-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/high-scale-lib-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/htrace-core-2.04.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpclient-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpcore-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-core-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-jaxrs-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-mapper-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-xc-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jamon-runtime-2.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-compiler-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-runtime-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.inject-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-api-3.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-api-2.2.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-impl-2.2.3-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-client-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-core-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-guice-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-json-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-server-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-core-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jets3t-0.6.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jettison-1.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-sslengine-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-util-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jruby-complete-1.6.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsch-0.1.42.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-api-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsr305-1.3.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/junit-4.11.jar:/usr/local/hbase-0.98.3-hadoop2/lib/libthrift-0.9.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/log4j-1.2.17.jar:/usr/local/hbase-0.98.3-hadoop2/lib/management-api-3.0.0-b012.jar:/usr/local/hbase-0.98.3-hadoop2/lib/metrics-core-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/netty-3.6.6.Final.jar:/usr/local/hbase-0.98.3-hadoop2/lib/paranamer-2.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/protobuf-java-2.5.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/servlet-api-2.5-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-api-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-log4j12-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/snappy-java-1.0.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xmlenc-0.52.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xz-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/zookeeper-3.4.6.jar:
    11 2014-09-03 11:40:49,845 INFO  [main] zookeeper.ZooKeeper: Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    12 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp
    13 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:java.compiler=<NA>
    14 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:os.name=Linux
    15 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:os.arch=amd64
    16 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:os.version=2.6.32-431.el6.x86_64
    17 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:user.name=root
    18 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:user.home=/root
    19 2014-09-03 11:40:49,846 INFO  [main] zookeeper.ZooKeeper: Client environment:user.dir=/usr/local/hbase-0.98.3-hadoop2
    20 2014-09-03 11:40:49,847 INFO  [main] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=90000 watcher=hconnection-0x4be22114, quorum=localhost:2181, baseZNode=/hbase
    21 2014-09-03 11:40:49,871 INFO  [main] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x4be22114 connecting to ZooKeeper ensemble=localhost:2181
    22 2014-09-03 11:40:49,929 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    23 2014-09-03 11:40:49,934 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    24 2014-09-03 11:40:50,264 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x148398c21aa0007, negotiated timeout = 40000

    这时使用jps看,就没有HMaster

    再启动hbase

      1 2014年 09月 03日 星期三 11:49:21 CST Starting master on lhh
      2 core file size          (blocks, -c) 0
      3 data seg size           (kbytes, -d) unlimited
      4 scheduling priority             (-e) 0
      5 file size               (blocks, -f) unlimited
      6 pending signals                 (-i) 14795
      7 max locked memory       (kbytes, -l) 64
      8 max memory size         (kbytes, -m) unlimited
      9 open files                      (-n) 1024
     10 pipe size            (512 bytes, -p) 8
     11 POSIX message queues     (bytes, -q) 819200
     12 real-time priority              (-r) 0
     13 stack size              (kbytes, -s) 10240
     14 cpu time               (seconds, -t) unlimited
     15 max user processes              (-u) 14795
     16 virtual memory          (kbytes, -v) unlimited
     17 file locks                      (-x) unlimited
     18 2014-09-03 11:49:21,601 INFO  [main] util.VersionInfo: HBase 0.98.3-hadoop2
     19 2014-09-03 11:49:21,601 INFO  [main] util.VersionInfo: Subversion git://acer/usr/src/Hadoop/hbase -r d5e65a9144e315bb0a964e7730871af32f5018d5
     20 2014-09-03 11:49:21,601 INFO  [main] util.VersionInfo: Compiled by apurtell on Sat May 31 19:56:09 PDT 2014
     21 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
     22 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:host.name=lhh
     23 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.version=1.7.0_65
     24 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.vendor=Oracle Corporation
     25 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.home=/usr/java/jdk1.7.0_65/jre
     26 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.class.path=/usr/local/hbase-0.98.3-hadoop2/conf:/usr/java/jdk1.7.0_65/lib/tools.jar:/usr/local/hbase-0.98.3-hadoop2:/usr/local/hbase-0.98.3-hadoop2/lib/activation-1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/aopalliance-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/asm-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/avro-1.7.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-1.7.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-core-1.8.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-cli-1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-codec-1.7.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-collections-3.2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-compress-1.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-configuration-1.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-daemon-1.0.13.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-digester-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-el-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-httpclient-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-io-2.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-lang-2.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-logging-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-math-2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-net-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/findbugs-annotations-1.3.9-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/gmbal-api-only-3.0.0-b023.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-framework-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-server-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-servlet-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-rcm-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guava-12.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-servlet-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-annotations-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-auth-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-app-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-core-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-api-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-nodemanager-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hamcrest-core-1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-client-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-examples-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop2-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-prefix-tree-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-protocol-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-shell-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-testing-util-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-thrift-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/high-scale-lib-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/htrace-core-2.04.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpclient-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpcore-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-core-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-jaxrs-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-mapper-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-xc-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jamon-runtime-2.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-compiler-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-runtime-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.inject-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-api-3.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-api-2.2.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-impl-2.2.3-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-client-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-core-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-guice-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-json-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-server-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-core-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jets3t-0.6.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jettison-1.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-sslengine-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-util-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jruby-complete-1.6.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsch-0.1.42.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-api-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsr305-1.3.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/junit-4.11.jar:/usr/local/hbase-0.98.3-hadoop2/lib/libthrift-0.9.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/log4j-1.2.17.jar:/usr/local/hbase-0.98.3-hadoop2/lib/management-api-3.0.0-b012.jar:/usr/local/hbase-0.98.3-hadoop2/lib/metrics-core-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/netty-3.6.6.Final.jar:/usr/local/hbase-0.98.3-hadoop2/lib/paranamer-2.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/protobuf-java-2.5.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/servlet-api-2.5-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-api-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-log4j12-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/snappy-java-1.0.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xmlenc-0.52.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xz-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/zookeeper-3.4.6.jar:
     27 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
     28 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.io.tmpdir=/tmp
     29 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:java.compiler=<NA>
     30 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:os.name=Linux
     31 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:os.arch=amd64
     32 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:os.version=2.6.32-431.el6.x86_64
     33 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:user.name=root
     34 2014-09-03 11:49:21,805 INFO  [main] server.ZooKeeperServer: Server environment:user.home=/root
     35 2014-09-03 11:49:21,806 INFO  [main] server.ZooKeeperServer: Server environment:user.dir=/usr/local/hbase-0.98.3-hadoop2
     36 2014-09-03 11:49:21,819 INFO  [main] server.ZooKeeperServer: Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 datadir /tmp/hbase-root/zookeeper/zookeeper_0/version-2 snapdir /tmp/hbase-root/zookeeper/zookeeper_0/version-2
     37 2014-09-03 11:49:21,830 INFO  [main] server.NIOServerCnxnFactory: binding to port 0.0.0.0/0.0.0.0:2181
     38 2014-09-03 11:49:21,908 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51598
     39 2014-09-03 11:49:21,913 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxn: Processing stat command from /127.0.0.1:51598
     40 2014-09-03 11:49:21,915 INFO  [Thread-1] server.NIOServerCnxn: Stat command output
     41 2014-09-03 11:49:21,916 INFO  [Thread-1] server.NIOServerCnxn: Closed socket connection for client /127.0.0.1:51598 (no session established for client)
     42 2014-09-03 11:49:21,916 INFO  [main] zookeeper.MiniZooKeeperCluster: Started MiniZK Cluster and connect 1 ZK server on client port: 2181
     43 2014-09-03 11:49:22,037 DEBUG [main] master.HMaster: master/lhh/192.168.129.130:0 HConnection server-to-server retries=350
     44 2014-09-03 11:49:22,217 INFO  [main] ipc.RpcServer: master/lhh/192.168.129.130:0: started 10 reader(s).
     45 2014-09-03 11:49:22,302 INFO  [main] impl.MetricsConfig: loaded properties from hadoop-metrics2-hbase.properties
     46 2014-09-03 11:49:22,336 INFO  [main] impl.MetricsSystemImpl: Scheduled snapshot period at 10 second(s).
     47 2014-09-03 11:49:22,336 INFO  [main] impl.MetricsSystemImpl: HBase metrics system started
     48 2014-09-03 11:49:22,631 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
     49 2014-09-03 11:49:22,806 INFO  [main] master.HMaster: hbase.rootdir=file:/usr/local/hbase-0.98.3-hadoop2/data, hbase.cluster.distributed=false
     50 2014-09-03 11:49:22,812 INFO  [main] Configuration.deprecation: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id
     51 2014-09-03 11:49:22,877 INFO  [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
     52 2014-09-03 11:49:22,877 INFO  [main] zookeeper.ZooKeeper: Client environment:host.name=lhh
     53 2014-09-03 11:49:22,877 INFO  [main] zookeeper.ZooKeeper: Client environment:java.version=1.7.0_65
     54 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation
     55 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.home=/usr/java/jdk1.7.0_65/jre
     56 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.class.path=/usr/local/hbase-0.98.3-hadoop2/conf:/usr/java/jdk1.7.0_65/lib/tools.jar:/usr/local/hbase-0.98.3-hadoop2:/usr/local/hbase-0.98.3-hadoop2/lib/activation-1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/aopalliance-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/asm-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/avro-1.7.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-1.7.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-beanutils-core-1.8.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-cli-1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-codec-1.7.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-collections-3.2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-compress-1.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-configuration-1.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-daemon-1.0.13.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-digester-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-el-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-httpclient-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-io-2.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-lang-2.6.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-logging-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-math-2.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/commons-net-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/findbugs-annotations-1.3.9-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/gmbal-api-only-3.0.0-b023.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-framework-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-server-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-http-servlet-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/grizzly-rcm-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guava-12.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/guice-servlet-3.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-annotations-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-auth-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-hdfs-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-app-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-core-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-mapreduce-client-shuffle-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-api-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-client-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-common-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hadoop-yarn-server-nodemanager-2.2.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hamcrest-core-1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-client-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-common-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-examples-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop2-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-hadoop-compat-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-it-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-prefix-tree-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-protocol-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-server-0.98.3-hadoop2-tests.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-shell-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-testing-util-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/hbase-thrift-0.98.3-hadoop2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/high-scale-lib-1.1.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/htrace-core-2.04.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpclient-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/httpcore-4.1.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-core-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-jaxrs-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-mapper-asl-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jackson-xc-1.8.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jamon-runtime-2.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-compiler-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jasper-runtime-5.5.23.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.inject-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/javax.servlet-api-3.0.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-api-2.2.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jaxb-impl-2.2.3-1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-client-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-core-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-guice-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-json-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-server-1.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-core-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jersey-test-framework-grizzly2-1.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jets3t-0.6.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jettison-1.3.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-sslengine-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jetty-util-6.1.26.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jruby-complete-1.6.8.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsch-0.1.42.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsp-api-2.1-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/jsr305-1.3.9.jar:/usr/local/hbase-0.98.3-hadoop2/lib/junit-4.11.jar:/usr/local/hbase-0.98.3-hadoop2/lib/libthrift-0.9.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/log4j-1.2.17.jar:/usr/local/hbase-0.98.3-hadoop2/lib/management-api-3.0.0-b012.jar:/usr/local/hbase-0.98.3-hadoop2/lib/metrics-core-2.1.2.jar:/usr/local/hbase-0.98.3-hadoop2/lib/netty-3.6.6.Final.jar:/usr/local/hbase-0.98.3-hadoop2/lib/paranamer-2.3.jar:/usr/local/hbase-0.98.3-hadoop2/lib/protobuf-java-2.5.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/servlet-api-2.5-6.1.14.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-api-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/slf4j-log4j12-1.6.4.jar:/usr/local/hbase-0.98.3-hadoop2/lib/snappy-java-1.0.4.1.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xmlenc-0.52.jar:/usr/local/hbase-0.98.3-hadoop2/lib/xz-1.0.jar:/usr/local/hbase-0.98.3-hadoop2/lib/zookeeper-3.4.6.jar:
     57 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
     58 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp
     59 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:java.compiler=<NA>
     60 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:os.name=Linux
     61 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:os.arch=amd64
     62 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:os.version=2.6.32-431.el6.x86_64
     63 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:user.name=root
     64 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:user.home=/root
     65 2014-09-03 11:49:22,878 INFO  [main] zookeeper.ZooKeeper: Client environment:user.dir=/usr/local/hbase-0.98.3-hadoop2
     66 2014-09-03 11:49:22,879 INFO  [main] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=master:58421, quorum=localhost:2181, baseZNode=/hbase
     67 2014-09-03 11:49:22,899 INFO  [main] zookeeper.RecoverableZooKeeper: Process identifier=master:58421 connecting to ZooKeeper ensemble=localhost:2181
     68 2014-09-03 11:49:22,909 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
     69 2014-09-03 11:49:22,909 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51599
     70 2014-09-03 11:49:22,910 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
     71 2014-09-03 11:49:22,912 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51599
     72 2014-09-03 11:49:22,915 INFO  [SyncThread:0] persistence.FileTxnLog: Creating new log file: log.1
     73 2014-09-03 11:49:22,933 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x14839a18d2e0000 with negotiated timeout 10000 for client /127.0.0.1:51599
     74 2014-09-03 11:49:22,933 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14839a18d2e0000, negotiated timeout = 10000
     75 2014-09-03 11:49:22,971 INFO  [RpcServer.responder] ipc.RpcServer: RpcServer.responder: starting
     76 2014-09-03 11:49:22,971 INFO  [RpcServer.listener,port=58421] ipc.RpcServer: RpcServer.listener,port=58421: starting
     77 2014-09-03 11:49:23,030 DEBUG [main] regionserver.HRegionServer: regionserver/lhh/192.168.129.130:0 HConnection server-to-server retries=350
     78 2014-09-03 11:49:23,111 INFO  [main] ipc.RpcServer: regionserver/lhh/192.168.129.130:0: started 10 reader(s).
     79 2014-09-03 11:49:23,118 INFO  [main] hfile.CacheConfig: Allocating LruBlockCache with maximum size 386.7 M
     80 2014-09-03 11:49:23,161 INFO  [main] mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
     81 2014-09-03 11:49:23,204 INFO  [main] http.HttpServer: Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
     82 2014-09-03 11:49:23,206 INFO  [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context regionserver
     83 2014-09-03 11:49:23,207 INFO  [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
     84 2014-09-03 11:49:23,214 INFO  [main] http.HttpServer: Jetty bound to port 51006
     85 2014-09-03 11:49:23,215 INFO  [main] mortbay.log: jetty-6.1.26
     86 2014-09-03 11:49:23,504 INFO  [main] mortbay.log: Started SelectChannelConnector@0.0.0.0:51006
     87 2014-09-03 11:49:23,533 INFO  [M:0;lhh:58421] http.HttpServer: Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
     88 2014-09-03 11:49:23,534 INFO  [M:0;lhh:58421] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context master
     89 2014-09-03 11:49:23,534 INFO  [M:0;lhh:58421] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
     90 2014-09-03 11:49:23,537 INFO  [M:0;lhh:58421] http.HttpServer: Jetty bound to port 60010
     91 2014-09-03 11:49:23,537 INFO  [M:0;lhh:58421] mortbay.log: jetty-6.1.26
     92 2014-09-03 11:49:23,677 INFO  [M:0;lhh:58421] mortbay.log: Started SelectChannelConnector@0.0.0.0:60010
     93 2014-09-03 11:49:23,752 DEBUG [main-EventThread] master.ActiveMasterManager: A master is now available
     94 2014-09-03 11:49:23,753 INFO  [M:0;lhh:58421] master.ActiveMasterManager: Registered Active Master=lhh,58421,1409716162494
     95 2014-09-03 11:49:23,758 INFO  [M:0;lhh:58421] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
     96 2014-09-03 11:49:23,795 DEBUG [M:0;lhh:58421] util.FSUtils: Created version file at file:/usr/local/hbase-0.98.3-hadoop2/data with version=8
     97 2014-09-03 11:49:23,802 DEBUG [M:0;lhh:58421] util.FSUtils: Created cluster ID file at file:/usr/local/hbase-0.98.3-hadoop2/data/hbase.id with ID: 88e754c2-30d7-415c-bddb-d5b5b6081e29
     98 2014-09-03 11:49:23,809 INFO  [M:0;lhh:58421] master.MasterFileSystem: BOOTSTRAP: creating hbase:meta region
     99 2014-09-03 11:49:23,821 INFO  [main] regionserver.ShutdownHook: Installed shutdown hook thread: Shutdownhook:RS:0;lhh:46642
    100 2014-09-03 11:49:23,831 INFO  [RS:0;lhh:46642] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=regionserver:46642, quorum=localhost:2181, baseZNode=/hbase
    101 2014-09-03 11:49:23,839 INFO  [RS:0;lhh:46642] zookeeper.RecoverableZooKeeper: Process identifier=regionserver:46642 connecting to ZooKeeper ensemble=localhost:2181
    102 2014-09-03 11:49:23,847 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    103 2014-09-03 11:49:23,847 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51600
    104 2014-09-03 11:49:23,848 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    105 2014-09-03 11:49:23,848 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51600
    106 2014-09-03 11:49:23,850 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x14839a18d2e0001 with negotiated timeout 10000 for client /127.0.0.1:51600
    107 2014-09-03 11:49:23,850 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14839a18d2e0001, negotiated timeout = 10000
    108 2014-09-03 11:49:23,857 INFO  [M:0;lhh:58421] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
    109 2014-09-03 11:49:24,003 INFO  [M:0;lhh:58421] regionserver.HRegion: creating HRegion hbase:meta HTD == 'hbase:meta', {TABLE_ATTRIBUTES => {IS_META => 'true', coprocessor$1 => '|org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint|536870911|'}, {NAME => 'info', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', COMPRESSION => 'NONE', VERSIONS => '10', TTL => 'FOREVER', MIN_VERSIONS => '0', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '8192', IN_MEMORY => 'false', BLOCKCACHE => 'false'} RootDir = file:/usr/local/hbase-0.98.3-hadoop2/data Table name == hbase:meta
    110 2014-09-03 11:49:24,027 INFO  [M:0;lhh:58421] wal.FSHLog: WAL/HLog configuration: blocksize=32 MB, rollsize=30.40 MB, enabled=true
    111 2014-09-03 11:49:24,048 INFO  [M:0;lhh:58421] wal.FSHLog: New WAL /usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/1588230740/WALs/hlog.1409716164028
    112 2014-09-03 11:49:24,048 INFO  [M:0;lhh:58421] wal.FSHLog: FileSystem's output stream doesn't support getNumCurrentReplicas; --HDFS-826 not available; fsOut=org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer
    113 2014-09-03 11:49:24,066 DEBUG [M:0;lhh:58421] regionserver.HRegion: Instantiated hbase:meta,,1.1588230740
    114 2014-09-03 11:49:24,134 INFO  [StoreOpener-1588230740-1] compactions.CompactionConfiguration: size [134217728, 9223372036854775807); files [3, 10); ratio 1.200000; off-peak ratio 5.000000; throttle point 2684354560; delete expired; major period 604800000, major jitter 0.500000
    115 2014-09-03 11:49:24,154 INFO  [StoreOpener-1588230740-1] util.ChecksumType: Checksum using org.apache.hadoop.util.PureJavaCrc32
    116 2014-09-03 11:49:24,155 INFO  [StoreOpener-1588230740-1] util.ChecksumType: Checksum can use org.apache.hadoop.util.PureJavaCrc32C
    117 2014-09-03 11:49:24,160 DEBUG [M:0;lhh:58421] regionserver.HRegion: Found 0 recovered edits file(s) under file:/usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/1588230740
    118 2014-09-03 11:49:24,165 INFO  [M:0;lhh:58421] regionserver.HRegion: Onlined 1588230740; next sequenceid=1
    119 2014-09-03 11:49:24,166 DEBUG [M:0;lhh:58421] regionserver.HRegion: Closing hbase:meta,,1.1588230740: disabling compactions & flushes
    120 2014-09-03 11:49:24,166 DEBUG [M:0;lhh:58421] regionserver.HRegion: Updates disabled for region hbase:meta,,1.1588230740
    121 2014-09-03 11:49:24,168 INFO  [StoreCloserThread-hbase:meta,,1.1588230740-1] regionserver.HStore: Closed info
    122 2014-09-03 11:49:24,169 INFO  [M:0;lhh:58421] regionserver.HRegion: Closed hbase:meta,,1.1588230740
    123 2014-09-03 11:49:24,169 DEBUG [M:0;lhh:58421-WAL.AsyncNotifier] wal.FSHLog: M:0;lhh:58421-WAL.AsyncNotifier interrupted while waiting for  notification from AsyncSyncer thread
    124 2014-09-03 11:49:24,169 INFO  [M:0;lhh:58421-WAL.AsyncNotifier] wal.FSHLog: M:0;lhh:58421-WAL.AsyncNotifier exiting
    125 2014-09-03 11:49:24,169 DEBUG [M:0;lhh:58421-WAL.AsyncSyncer0] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer0 interrupted while waiting for notification from AsyncWriter thread
    126 2014-09-03 11:49:24,169 INFO  [M:0;lhh:58421-WAL.AsyncSyncer0] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer0 exiting
    127 2014-09-03 11:49:24,170 DEBUG [M:0;lhh:58421-WAL.AsyncSyncer1] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer1 interrupted while waiting for notification from AsyncWriter thread
    128 2014-09-03 11:49:24,170 INFO  [M:0;lhh:58421-WAL.AsyncSyncer1] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer1 exiting
    129 2014-09-03 11:49:24,170 DEBUG [M:0;lhh:58421-WAL.AsyncSyncer2] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer2 interrupted while waiting for notification from AsyncWriter thread
    130 2014-09-03 11:49:24,170 INFO  [M:0;lhh:58421-WAL.AsyncSyncer2] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer2 exiting
    131 2014-09-03 11:49:24,170 DEBUG [M:0;lhh:58421-WAL.AsyncSyncer3] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer3 interrupted while waiting for notification from AsyncWriter thread
    132 2014-09-03 11:49:24,170 INFO  [M:0;lhh:58421-WAL.AsyncSyncer3] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer3 exiting
    133 2014-09-03 11:49:24,171 DEBUG [M:0;lhh:58421-WAL.AsyncSyncer4] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer4 interrupted while waiting for notification from AsyncWriter thread
    134 2014-09-03 11:49:24,171 INFO  [M:0;lhh:58421-WAL.AsyncSyncer4] wal.FSHLog: M:0;lhh:58421-WAL.AsyncSyncer4 exiting
    135 2014-09-03 11:49:24,171 DEBUG [M:0;lhh:58421-WAL.AsyncWriter] wal.FSHLog: M:0;lhh:58421-WAL.AsyncWriter interrupted while waiting for newer writes added to local buffer
    136 2014-09-03 11:49:24,171 INFO  [M:0;lhh:58421-WAL.AsyncWriter] wal.FSHLog: M:0;lhh:58421-WAL.AsyncWriter exiting
    137 2014-09-03 11:49:24,171 DEBUG [M:0;lhh:58421] wal.FSHLog: Closing WAL writer in file:/usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/1588230740/WALs
    138 2014-09-03 11:49:24,173 DEBUG [M:0;lhh:58421] wal.FSHLog: Moved 1 WAL file(s) to /usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/1588230740/oldWALs
    139 2014-09-03 11:49:24,195 DEBUG [M:0;lhh:58421] util.FSTableDescriptors: Wrote descriptor into: file:/usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/.tabledesc/.tableinfo.0000000001
    140 2014-09-03 11:49:24,197 DEBUG [M:0;lhh:58421] fs.HFileSystem: The file system is not a DistributedFileSystem. Skipping on block location reordering
    141 2014-09-03 11:49:24,202 INFO  [M:0;lhh:58421] master.SplitLogManager: Timeout=120000, unassigned timeout=180000, distributedLogReplay=false
    142 2014-09-03 11:49:24,205 INFO  [M:0;lhh:58421] master.SplitLogManager: Found 0 orphan tasks and 0 rescan nodes
    143 2014-09-03 11:49:24,228 INFO  [M:0;lhh:58421] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=hconnection-0x6b9ee282, quorum=localhost:2181, baseZNode=/hbase
    144 2014-09-03 11:49:24,228 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x6b9ee282 connecting to ZooKeeper ensemble=localhost:2181
    145 2014-09-03 11:49:24,236 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    146 2014-09-03 11:49:24,236 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    147 2014-09-03 11:49:24,236 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51601
    148 2014-09-03 11:49:24,236 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51601
    149 2014-09-03 11:49:24,238 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x14839a18d2e0002 with negotiated timeout 10000 for client /127.0.0.1:51601
    150 2014-09-03 11:49:24,238 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14839a18d2e0002, negotiated timeout = 10000
    151 2014-09-03 11:49:24,257 DEBUG [M:0;lhh:58421] catalog.CatalogTracker: Starting catalog tracker org.apache.hadoop.hbase.catalog.CatalogTracker@78cbe299
    152 2014-09-03 11:49:24,341 INFO  [M:0;lhh:58421] master.HMaster: Server active/primary master=lhh,58421,1409716162494, sessionid=0x14839a18d2e0000, setting cluster-up flag (Was=false)
    153 2014-09-03 11:49:24,341 DEBUG [RS:0;lhh:46642] catalog.CatalogTracker: Starting catalog tracker org.apache.hadoop.hbase.catalog.CatalogTracker@f55dfff
    154 2014-09-03 11:49:24,343 INFO  [RS:0;lhh:46642] regionserver.HRegionServer: ClusterId : 88e754c2-30d7-415c-bddb-d5b5b6081e29
    155 2014-09-03 11:49:24,347 INFO  [RS:0;lhh:46642] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is initializing
    156 2014-09-03 11:49:24,351 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0001 type:create cxid:0x8 zxid:0x10 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot Error:KeeperErrorCode = NoNode for /hbase/online-snapshot
    157 2014-09-03 11:49:24,358 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:create cxid:0x25 zxid:0x13 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot/acquired Error:KeeperErrorCode = NodeExists for /hbase/online-snapshot/acquired
    158 2014-09-03 11:49:24,359 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Node /hbase/online-snapshot/acquired already exists and this is not a retry
    159 2014-09-03 11:49:24,361 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:create cxid:0x28 zxid:0x16 txntype:-1 reqpath:n/a Error Path:/hbase/online-snapshot/abort Error:KeeperErrorCode = NodeExists for /hbase/online-snapshot/abort
    160 2014-09-03 11:49:24,363 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Node /hbase/online-snapshot/abort already exists and this is not a retry
    161 2014-09-03 11:49:24,363 INFO  [M:0;lhh:58421] procedure.ZKProcedureUtil: Clearing all procedure znodes: /hbase/online-snapshot/acquired /hbase/online-snapshot/reached /hbase/online-snapshot/abort
    162 2014-09-03 11:49:24,363 INFO  [RS:0;lhh:46642] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is initialized
    163 2014-09-03 11:49:24,366 DEBUG [M:0;lhh:58421] procedure.ZKProcedureCoordinatorRpcs: Starting the controller for procedure member:lhh,58421,1409716162494
    164 2014-09-03 11:49:24,366 INFO  [RS:0;lhh:46642] regionserver.MemStoreFlusher: globalMemStoreLimit=386.7 M, globalMemStoreLimitLowMark=367.4 M, maxHeap=966.8 M
    165 2014-09-03 11:49:24,369 INFO  [RS:0;lhh:46642] regionserver.HRegionServer: CompactionChecker runs every 10sec
    166 2014-09-03 11:49:24,371 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=MASTER_OPEN_REGION-lhh:58421, corePoolSize=5, maxPoolSize=5
    167 2014-09-03 11:49:24,371 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=MASTER_CLOSE_REGION-lhh:58421, corePoolSize=5, maxPoolSize=5
    168 2014-09-03 11:49:24,371 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=MASTER_SERVER_OPERATIONS-lhh:58421, corePoolSize=5, maxPoolSize=5
    169 2014-09-03 11:49:24,371 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=MASTER_META_SERVER_OPERATIONS-lhh:58421, corePoolSize=5, maxPoolSize=5
    170 2014-09-03 11:49:24,371 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=M_LOG_REPLAY_OPS-lhh:58421, corePoolSize=10, maxPoolSize=10
    171 2014-09-03 11:49:24,372 DEBUG [M:0;lhh:58421] executor.ExecutorService: Starting executor service name=MASTER_TABLE_OPERATIONS-lhh:58421, corePoolSize=1, maxPoolSize=1
    172 2014-09-03 11:49:24,373 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
    173 2014-09-03 11:49:24,374 INFO  [RS:0;lhh:46642] regionserver.HRegionServer: reportForDuty to master=lhh,58421,1409716162494 with port=46642, startcode=1409716163112
    174 2014-09-03 11:49:24,378 INFO  [M:0;lhh:58421] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=replicationLogCleaner, quorum=localhost:2181, baseZNode=/hbase
    175 2014-09-03 11:49:24,379 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Process identifier=replicationLogCleaner connecting to ZooKeeper ensemble=localhost:2181
    176 2014-09-03 11:49:24,385 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    177 2014-09-03 11:49:24,386 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    178 2014-09-03 11:49:24,386 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51602
    179 2014-09-03 11:49:24,386 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51602
    180 2014-09-03 11:49:24,390 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x14839a18d2e0003 with negotiated timeout 10000 for client /127.0.0.1:51602
    181 2014-09-03 11:49:24,390 INFO  [M:0;lhh:58421-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14839a18d2e0003, negotiated timeout = 10000
    182 2014-09-03 11:49:24,390 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0003 type:create cxid:0x1 zxid:0x18 txntype:-1 reqpath:n/a Error Path:/hbase/replication Error:KeeperErrorCode = NoNode for /hbase/replication
    183 2014-09-03 11:49:24,394 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
    184 2014-09-03 11:49:24,397 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.snapshot.SnapshotLogCleaner
    185 2014-09-03 11:49:24,398 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner
    186 2014-09-03 11:49:24,399 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
    187 2014-09-03 11:49:24,399 DEBUG [M:0;lhh:58421] cleaner.CleanerChore: initialize cleaner=org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
    188 2014-09-03 11:49:24,400 INFO  [M:0;lhh:58421] master.ServerManager: Waiting for region servers count to settle; currently checked in 0, slept for 0 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    189 2014-09-03 11:49:24,516 INFO  [FifoRpcScheduler.handler1-thread-1] master.ServerManager: Registering server=lhh,46642,1409716163112
    190 2014-09-03 11:49:24,519 INFO  [FifoRpcScheduler.handler1-thread-1] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    191 2014-09-03 11:49:24,528 DEBUG [RS:0;lhh:46642] regionserver.HRegionServer: Config from master: hbase.rootdir=file:///usr/local/hbase-0.98.3-hadoop2/data
    192 2014-09-03 11:49:24,528 DEBUG [RS:0;lhh:46642] regionserver.HRegionServer: Config from master: fs.default.name=file:/
    193 2014-09-03 11:49:24,532 DEBUG [main-EventThread] zookeeper.RegionServerTracker: RS node: /hbase/rs/lhh,46642,1409716163112 data: PBUF��
    194 2014-09-03 11:49:24,532 DEBUG [RS:0;lhh:46642] fs.HFileSystem: The file system is not a DistributedFileSystem. Skipping on block location reordering
    195 2014-09-03 11:49:24,532 DEBUG [RS:0;lhh:46642] regionserver.HRegionServer: logdir=file:/usr/local/hbase-0.98.3-hadoop2/data/WALs/lhh,46642,1409716163112
    196 2014-09-03 11:49:24,547 DEBUG [RS:0;lhh:46642] regionserver.Replication: ReplicationStatisticsThread 300
    197 2014-09-03 11:49:24,548 INFO  [RS:0;lhh:46642] wal.FSHLog: WAL/HLog configuration: blocksize=32 MB, rollsize=30.40 MB, enabled=true
    198 2014-09-03 11:49:24,552 INFO  [M:0;lhh:58421] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 152 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    199 2014-09-03 11:49:24,554 INFO  [RS:0;lhh:46642] wal.FSHLog: New WAL /usr/local/hbase-0.98.3-hadoop2/data/WALs/lhh,46642,1409716163112/lhh%2C46642%2C1409716163112.1409716164549
    200 2014-09-03 11:49:24,554 INFO  [RS:0;lhh:46642] wal.FSHLog: FileSystem's output stream doesn't support getNumCurrentReplicas; --HDFS-826 not available; fsOut=java.io.BufferedOutputStream
    201 2014-09-03 11:49:24,561 INFO  [RS:0;lhh:46642] regionserver.MetricsRegionServerWrapperImpl: Computing regionserver metrics every 5000 milliseconds
    202 2014-09-03 11:49:24,566 DEBUG [RS:0;lhh:46642] executor.ExecutorService: Starting executor service name=RS_OPEN_REGION-lhh:46642, corePoolSize=3, maxPoolSize=3
    203 2014-09-03 11:49:24,566 DEBUG [RS:0;lhh:46642] executor.ExecutorService: Starting executor service name=RS_OPEN_META-lhh:46642, corePoolSize=1, maxPoolSize=1
    204 2014-09-03 11:49:24,566 DEBUG [RS:0;lhh:46642] executor.ExecutorService: Starting executor service name=RS_CLOSE_REGION-lhh:46642, corePoolSize=3, maxPoolSize=3
    205 2014-09-03 11:49:24,566 DEBUG [RS:0;lhh:46642] executor.ExecutorService: Starting executor service name=RS_CLOSE_META-lhh:46642, corePoolSize=1, maxPoolSize=1
    206 2014-09-03 11:49:24,567 DEBUG [RS:0;lhh:46642] executor.ExecutorService: Starting executor service name=RS_LOG_REPLAY_OPS-lhh:46642, corePoolSize=2, maxPoolSize=2
    207 2014-09-03 11:49:24,571 INFO  [RS:0;lhh:46642] regionserver.ReplicationSourceManager: Current list of replicators: [lhh,46642,1409716163112] other RSs: [lhh,46642,1409716163112]
    208 2014-09-03 11:49:24,592 INFO  [RS:0;lhh:46642] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    209 2014-09-03 11:49:24,598 INFO  [RS:0;lhh:46642] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=10000 watcher=hconnection-0x7536885a, quorum=localhost:2181, baseZNode=/hbase
    210 2014-09-03 11:49:24,599 INFO  [RS:0;lhh:46642] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x7536885a connecting to ZooKeeper ensemble=localhost:2181
    211 2014-09-03 11:49:24,605 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
    212 2014-09-03 11:49:24,605 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
    213 2014-09-03 11:49:24,606 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.NIOServerCnxnFactory: Accepted socket connection from /127.0.0.1:51603
    214 2014-09-03 11:49:24,606 INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181] server.ZooKeeperServer: Client attempting to establish new session at /127.0.0.1:51603
    215 2014-09-03 11:49:24,607 INFO  [SyncThread:0] server.ZooKeeperServer: Established session 0x14839a18d2e0004 with negotiated timeout 10000 for client /127.0.0.1:51603
    216 2014-09-03 11:49:24,607 INFO  [RS:0;lhh:46642-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14839a18d2e0004, negotiated timeout = 10000
    217 2014-09-03 11:49:24,610 INFO  [RpcServer.responder] ipc.RpcServer: RpcServer.responder: starting
    218 2014-09-03 11:49:24,611 INFO  [RpcServer.listener,port=46642] ipc.RpcServer: RpcServer.listener,port=46642: starting
    219 2014-09-03 11:49:24,638 INFO  [RS:0;lhh:46642] Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
    220 2014-09-03 11:49:24,644 INFO  [RS:0;lhh:46642] regionserver.HRegionServer: Serving as lhh,46642,1409716163112, RpcServer on lhh/192.168.129.130:46642, sessionid=0x14839a18d2e0001
    221 2014-09-03 11:49:24,644 INFO  [SplitLogWorker-lhh,46642,1409716163112] regionserver.SplitLogWorker: SplitLogWorker lhh,46642,1409716163112 starting
    222 2014-09-03 11:49:24,644 INFO  [RS:0;lhh:46642] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is starting
    223 2014-09-03 11:49:24,644 DEBUG [RS:0;lhh:46642] snapshot.RegionServerSnapshotManager: Start Snapshot Manager lhh,46642,1409716163112
    224 2014-09-03 11:49:24,645 DEBUG [RS:0;lhh:46642] procedure.ZKProcedureMemberRpcs: Starting procedure member 'lhh,46642,1409716163112'
    225 2014-09-03 11:49:24,645 DEBUG [RS:0;lhh:46642] procedure.ZKProcedureMemberRpcs: Checking for aborted procedures on node: '/hbase/online-snapshot/abort'
    226 2014-09-03 11:49:24,646 DEBUG [RS:0;lhh:46642] procedure.ZKProcedureMemberRpcs: Looking for new procedures under znode:'/hbase/online-snapshot/acquired'
    227 2014-09-03 11:49:24,646 INFO  [RS:0;lhh:46642] procedure.RegionServerProcedureManagerHost: Procedure online-snapshot is started
    228 2014-09-03 11:49:26,070 INFO  [M:0;lhh:58421] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 1669 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    229 2014-09-03 11:49:27,585 INFO  [M:0;lhh:58421] master.ServerManager: Waiting for region servers count to settle; currently checked in 1, slept for 3185 ms, expecting minimum of 1, maximum of 2147483647, timeout of 4500 ms, interval of 1500 ms.
    230 2014-09-03 11:49:28,948 INFO  [M:0;lhh:58421] master.ServerManager: Finished waiting for region servers count to settle; checked in 1, slept for 4548 ms, expecting minimum of 1, maximum of 2147483647, master is running.
    231 2014-09-03 11:49:28,950 INFO  [M:0;lhh:58421] master.MasterFileSystem: Log folder file:/usr/local/hbase-0.98.3-hadoop2/data/WALs/lhh,46642,1409716163112 belongs to an existing region server
    232 2014-09-03 11:49:30,022 INFO  [M:0;lhh:58421] zookeeper.ZooKeeperNodeTracker: Unsetting hbase:meta region location in ZooKeeper
    233 2014-09-03 11:49:30,027 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:delete cxid:0x41 zxid:0x1f txntype:-1 reqpath:n/a Error Path:/hbase/meta-region-server Error:KeeperErrorCode = NoNode for /hbase/meta-region-server
    234 2014-09-03 11:49:30,030 WARN  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Node /hbase/meta-region-server already deleted, retry=false
    235 2014-09-03 11:49:30,042 DEBUG [M:0;lhh:58421] master.AssignmentManager: No previous transition plan found (or ignoring an existing plan) for hbase:meta,,1.1588230740; generated random plan=hri=hbase:meta,,1.1588230740, src=, dest=lhh,46642,1409716163112; 1 (online=1, available=1) available servers, forceNewPlan=false
    236 2014-09-03 11:49:30,042 DEBUG [M:0;lhh:58421] zookeeper.ZKAssign: master:58421-0x14839a18d2e0000, quorum=localhost:2181, baseZNode=/hbase Creating (or updating) unassigned node 1588230740 with OFFLINE state
    237 2014-09-03 11:49:30,073 DEBUG [M:0;lhh:58421] master.AssignmentManager: Setting table hbase:meta to ENABLED state.
    238 2014-09-03 11:49:30,090 INFO  [M:0;lhh:58421] master.AssignmentManager: Assigning hbase:meta,,1.1588230740 to lhh,46642,1409716163112
    239 2014-09-03 11:49:30,091 INFO  [M:0;lhh:58421] master.RegionStates: Transitioned {1588230740 state=OFFLINE, ts=1409716170042, server=null} to {1588230740 state=PENDING_OPEN, ts=1409716170091, server=lhh,46642,1409716163112}
    240 2014-09-03 11:49:30,091 DEBUG [M:0;lhh:58421] master.ServerManager: New admin connection to lhh,46642,1409716163112
    241 2014-09-03 11:49:30,133 INFO  [Priority.RpcServer.handler=0,port=46642] regionserver.HRegionServer: Open hbase:meta,,1.1588230740
    242 2014-09-03 11:49:30,135 DEBUG [RS_OPEN_META-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioning 1588230740 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
    243 2014-09-03 11:49:30,139 INFO  [M:0;lhh:58421] master.ServerManager: AssignmentManager hasn't finished failover cleanup; waiting
    244 2014-09-03 11:49:30,139 DEBUG [RS_OPEN_META-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioned node 1588230740 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
    245 2014-09-03 11:49:30,139 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.HRegionServer: logdir=file:/usr/local/hbase-0.98.3-hadoop2/data/WALs/lhh,46642,1409716163112
    246 2014-09-03 11:49:30,140 INFO  [RS_OPEN_META-lhh:46642-0] wal.FSHLog: WAL/HLog configuration: blocksize=32 MB, rollsize=30.40 MB, enabled=true
    247 2014-09-03 11:49:30,145 DEBUG [AM.ZK.Worker-pool2-t1] master.AssignmentManager: Handling RS_ZK_REGION_OPENING, server=lhh,46642,1409716163112, region=1588230740, current_state={1588230740 state=PENDING_OPEN, ts=1409716170091, server=lhh,46642,1409716163112}
    248 2014-09-03 11:49:30,145 INFO  [AM.ZK.Worker-pool2-t1] master.RegionStates: Transitioned {1588230740 state=PENDING_OPEN, ts=1409716170091, server=lhh,46642,1409716163112} to {1588230740 state=OPENING, ts=1409716170145, server=lhh,46642,1409716163112}
    249 2014-09-03 11:49:30,150 INFO  [RS_OPEN_META-lhh:46642-0] wal.FSHLog: New WAL /usr/local/hbase-0.98.3-hadoop2/data/WALs/lhh,46642,1409716163112/lhh%2C46642%2C1409716163112.1409716170141.meta
    250 2014-09-03 11:49:30,150 INFO  [RS_OPEN_META-lhh:46642-0] wal.FSHLog: FileSystem's output stream doesn't support getNumCurrentReplicas; --HDFS-826 not available; fsOut=java.io.BufferedOutputStream
    251 2014-09-03 11:49:30,162 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.HRegion: Opening region: {ENCODED => 1588230740, NAME => 'hbase:meta,,1', STARTKEY => '', ENDKEY => ''}
    252 2014-09-03 11:49:30,172 DEBUG [RS_OPEN_META-lhh:46642-0] coprocessor.CoprocessorHost: Loading coprocessor class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint with path null and priority 536870911
    253 2014-09-03 11:49:30,176 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.HRegion: Registered coprocessor service: region=hbase:meta,,1 service=MultiRowMutationService
    254 2014-09-03 11:49:30,178 INFO  [RS_OPEN_META-lhh:46642-0] regionserver.RegionCoprocessorHost: Loaded coprocessor org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint from HTD of hbase:meta successfully.
    255 2014-09-03 11:49:30,182 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.MetricsRegionSourceImpl: Creating new MetricsRegionSourceImpl for table meta 1588230740
    256 2014-09-03 11:49:30,182 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.HRegion: Instantiated hbase:meta,,1.1588230740
    257 2014-09-03 11:49:30,186 INFO  [StoreOpener-1588230740-1] compactions.CompactionConfiguration: size [134217728, 9223372036854775807); files [3, 10); ratio 1.200000; off-peak ratio 5.000000; throttle point 2684354560; delete expired; major period 604800000, major jitter 0.500000
    258 2014-09-03 11:49:30,187 DEBUG [RS_OPEN_META-lhh:46642-0] regionserver.HRegion: Found 0 recovered edits file(s) under file:/usr/local/hbase-0.98.3-hadoop2/data/data/hbase/meta/1588230740
    259 2014-09-03 11:49:30,188 INFO  [RS_OPEN_META-lhh:46642-0] regionserver.HRegion: Onlined 1588230740; next sequenceid=1
    260 2014-09-03 11:49:30,188 DEBUG [RS_OPEN_META-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Attempting to retransition opening state of node 1588230740
    261 2014-09-03 11:49:30,190 INFO  [PostOpenDeployTasks:1588230740] regionserver.HRegionServer: Post open deploy tasks for region=hbase:meta,,1.1588230740
    262 2014-09-03 11:49:30,191 INFO  [PostOpenDeployTasks:1588230740] zookeeper.ZooKeeperNodeTracker: Setting hbase:meta region location in ZooKeeper as lhh,46642,1409716163112
    263 2014-09-03 11:49:30,195 INFO  [PostOpenDeployTasks:1588230740] regionserver.HRegionServer: Finished post open deploy task for hbase:meta,,1.1588230740
    264 2014-09-03 11:49:30,196 DEBUG [RS_OPEN_META-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioning 1588230740 from RS_ZK_REGION_OPENING to RS_ZK_REGION_OPENED
    265 2014-09-03 11:49:30,199 DEBUG [RS_OPEN_META-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioned node 1588230740 from RS_ZK_REGION_OPENING to RS_ZK_REGION_OPENED
    266 2014-09-03 11:49:30,199 DEBUG [RS_OPEN_META-lhh:46642-0] handler.OpenRegionHandler: Transitioned 1588230740 to OPENED in zk on lhh,46642,1409716163112
    267 2014-09-03 11:49:30,199 DEBUG [RS_OPEN_META-lhh:46642-0] handler.OpenRegionHandler: Opened hbase:meta,,1.1588230740 on lhh,46642,1409716163112
    268 2014-09-03 11:49:30,200 DEBUG [AM.ZK.Worker-pool2-t2] master.AssignmentManager: Handling RS_ZK_REGION_OPENED, server=lhh,46642,1409716163112, region=1588230740, current_state={1588230740 state=OPENING, ts=1409716170145, server=lhh,46642,1409716163112}
    269 2014-09-03 11:49:30,200 INFO  [AM.ZK.Worker-pool2-t2] master.RegionStates: Transitioned {1588230740 state=OPENING, ts=1409716170145, server=lhh,46642,1409716163112} to {1588230740 state=OPEN, ts=1409716170200, server=lhh,46642,1409716163112}
    270 2014-09-03 11:49:30,202 INFO  [AM.ZK.Worker-pool2-t2] handler.OpenedRegionHandler: Handling OPENED of 1588230740 from lhh,46642,1409716163112; deleting unassigned node
    271 2014-09-03 11:49:30,205 DEBUG [AM.ZK.Worker-pool2-t2] zookeeper.ZKAssign: master:58421-0x14839a18d2e0000, quorum=localhost:2181, baseZNode=/hbase Deleted unassigned node 1588230740 in expected state RS_ZK_REGION_OPENED
    272 2014-09-03 11:49:30,206 DEBUG [AM.ZK.Worker-pool2-t3] master.AssignmentManager: Znode hbase:meta,,1.1588230740 deleted, state: {1588230740 state=OPEN, ts=1409716170200, server=lhh,46642,1409716163112}
    273 2014-09-03 11:49:30,206 INFO  [AM.ZK.Worker-pool2-t3] master.RegionStates: Onlined 1588230740 on lhh,46642,1409716163112
    274 2014-09-03 11:49:30,207 INFO  [M:0;lhh:58421] master.HMaster: hbase:meta assigned=1, rit=false, location=lhh,46642,1409716163112
    275 2014-09-03 11:49:30,270 INFO  [M:0;lhh:58421] catalog.MetaMigrationConvertingToPB: hbase:meta doesn't have any entries to update.
    276 2014-09-03 11:49:30,270 INFO  [M:0;lhh:58421] catalog.MetaMigrationConvertingToPB: META already up-to date with PB serialization
    277 2014-09-03 11:49:30,279 INFO  [M:0;lhh:58421] master.AssignmentManager: Clean cluster startup. Assigning userregions
    278 2014-09-03 11:49:30,279 DEBUG [M:0;lhh:58421] zookeeper.ZKAssign: master:58421-0x14839a18d2e0000, quorum=localhost:2181, baseZNode=/hbase Deleting any existing unassigned nodes
    279 2014-09-03 11:49:30,285 INFO  [M:0;lhh:58421] master.SnapshotOfRegionAssignmentFromMeta: Start to scan the hbase:meta for the current region assignment snappshot
    280 2014-09-03 11:49:30,295 INFO  [M:0;lhh:58421] master.SnapshotOfRegionAssignmentFromMeta: Finished to scan the hbase:meta for the current region assignmentsnapshot
    281 2014-09-03 11:49:30,311 INFO  [M:0;lhh:58421] master.TableNamespaceManager: Namespace table not found. Creating...
    282 2014-09-03 11:49:30,333 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:create cxid:0x68 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/hbase/table-lock/hbase:namespace Error:KeeperErrorCode = NoNode for /hbase/table-lock/hbase:namespace
    283 2014-09-03 11:49:30,341 DEBUG [M:0;lhh:58421] lock.ZKInterProcessLockBase: Acquired a lock for /hbase/table-lock/hbase:namespace/write-master:584210000000000
    284 2014-09-03 11:49:30,414 INFO  [MASTER_TABLE_OPERATIONS-lhh:58421-0] handler.CreateTableHandler: Create table hbase:namespace
    285 2014-09-03 11:49:30,444 DEBUG [MASTER_TABLE_OPERATIONS-lhh:58421-0] util.FSTableDescriptors: Wrote descriptor into: file:/usr/local/hbase-0.98.3-hadoop2/data/.tmp/data/hbase/namespace/.tabledesc/.tableinfo.0000000001
    286 2014-09-03 11:49:30,451 INFO  [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion: creating HRegion hbase:namespace HTD == 'hbase:namespace', {NAME => 'info', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0', COMPRESSION => 'NONE', VERSIONS => '10', TTL => 'FOREVER', MIN_VERSIONS => '0', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '8192', IN_MEMORY => 'true', BLOCKCACHE => 'true'} RootDir = file:/usr/local/hbase-0.98.3-hadoop2/data/.tmp Table name == hbase:namespace
    287 2014-09-03 11:49:30,460 DEBUG [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion: Instantiated hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    288 2014-09-03 11:49:30,460 DEBUG [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion: Closing hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.: disabling compactions & flushes
    289 2014-09-03 11:49:30,460 DEBUG [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion: Updates disabled for region hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    290 2014-09-03 11:49:30,461 INFO  [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion: Closed hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    291 2014-09-03 11:49:30,526 INFO  [MASTER_TABLE_OPERATIONS-lhh:58421-0] catalog.MetaEditor: Added 1
    292 2014-09-03 11:49:30,527 DEBUG [MASTER_TABLE_OPERATIONS-lhh:58421-0] master.AssignmentManager: Assigning 1 region(s) to lhh,46642,1409716163112
    293 2014-09-03 11:49:30,528 DEBUG [MASTER_TABLE_OPERATIONS-lhh:58421-0] zookeeper.ZKAssign: master:58421-0x14839a18d2e0000, quorum=localhost:2181, baseZNode=/hbase Async create of unassigned node c7b65af63eb0012a1851fc8f88e22107 with OFFLINE state
    294 2014-09-03 11:49:30,532 DEBUG [main-EventThread] master.OfflineCallback: rs={c7b65af63eb0012a1851fc8f88e22107 state=OFFLINE, ts=1409716170527, server=null}, server=lhh,46642,1409716163112
    295 2014-09-03 11:49:30,533 DEBUG [main-EventThread] master.OfflineCallback$ExistCallback: rs={c7b65af63eb0012a1851fc8f88e22107 state=OFFLINE, ts=1409716170527, server=null}, server=lhh,46642,1409716163112
    296 2014-09-03 11:49:30,534 INFO  [MASTER_TABLE_OPERATIONS-lhh:58421-0] master.AssignmentManager: lhh,46642,1409716163112 unassigned znodes=1 of total=1
    297 2014-09-03 11:49:30,534 INFO  [MASTER_TABLE_OPERATIONS-lhh:58421-0] master.RegionStates: Transitioned {c7b65af63eb0012a1851fc8f88e22107 state=OFFLINE, ts=1409716170528, server=null} to {c7b65af63eb0012a1851fc8f88e22107 state=PENDING_OPEN, ts=1409716170534, server=lhh,46642,1409716163112}
    298 2014-09-03 11:49:30,536 INFO  [Priority.RpcServer.handler=0,port=46642] regionserver.HRegionServer: Open hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    299 2014-09-03 11:49:30,538 DEBUG [MASTER_TABLE_OPERATIONS-lhh:58421-0] master.AssignmentManager: Bulk assigning done for lhh,46642,1409716163112
    300 2014-09-03 11:49:30,538 DEBUG [RS_OPEN_REGION-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioning c7b65af63eb0012a1851fc8f88e22107 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
    301 2014-09-03 11:49:30,541 DEBUG [RS_OPEN_REGION-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioned node c7b65af63eb0012a1851fc8f88e22107 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
    302 2014-09-03 11:49:30,542 DEBUG [RS_OPEN_REGION-lhh:46642-0] regionserver.HRegion: Opening region: {ENCODED => c7b65af63eb0012a1851fc8f88e22107, NAME => 'hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.', STARTKEY => '', ENDKEY => ''}
    303 2014-09-03 11:49:30,543 DEBUG [MASTER_TABLE_OPERATIONS-lhh:58421-0] lock.ZKInterProcessLockBase: Released /hbase/table-lock/hbase:namespace/write-master:584210000000000
    304 2014-09-03 11:49:30,544 DEBUG [AM.ZK.Worker-pool2-t5] master.AssignmentManager: Handling RS_ZK_REGION_OPENING, server=lhh,46642,1409716163112, region=c7b65af63eb0012a1851fc8f88e22107, current_state={c7b65af63eb0012a1851fc8f88e22107 state=PENDING_OPEN, ts=1409716170534, server=lhh,46642,1409716163112}
    305 2014-09-03 11:49:30,544 INFO  [AM.ZK.Worker-pool2-t5] master.RegionStates: Transitioned {c7b65af63eb0012a1851fc8f88e22107 state=PENDING_OPEN, ts=1409716170534, server=lhh,46642,1409716163112} to {c7b65af63eb0012a1851fc8f88e22107 state=OPENING, ts=1409716170544, server=lhh,46642,1409716163112}
    306 2014-09-03 11:49:30,544 DEBUG [RS_OPEN_REGION-lhh:46642-0] regionserver.MetricsRegionSourceImpl: Creating new MetricsRegionSourceImpl for table namespace c7b65af63eb0012a1851fc8f88e22107
    307 2014-09-03 11:49:30,544 DEBUG [RS_OPEN_REGION-lhh:46642-0] regionserver.HRegion: Instantiated hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    308 2014-09-03 11:49:30,549 INFO  [StoreOpener-c7b65af63eb0012a1851fc8f88e22107-1] compactions.CompactionConfiguration: size [134217728, 9223372036854775807); files [3, 10); ratio 1.200000; off-peak ratio 5.000000; throttle point 2684354560; delete expired; major period 604800000, major jitter 0.500000
    309 2014-09-03 11:49:30,551 DEBUG [RS_OPEN_REGION-lhh:46642-0] regionserver.HRegion: Found 0 recovered edits file(s) under file:/usr/local/hbase-0.98.3-hadoop2/data/data/hbase/namespace/c7b65af63eb0012a1851fc8f88e22107
    310 2014-09-03 11:49:30,551 INFO  [RS_OPEN_REGION-lhh:46642-0] regionserver.HRegion: Onlined c7b65af63eb0012a1851fc8f88e22107; next sequenceid=1
    311 2014-09-03 11:49:30,551 DEBUG [RS_OPEN_REGION-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Attempting to retransition opening state of node c7b65af63eb0012a1851fc8f88e22107
    312 2014-09-03 11:49:30,553 INFO  [PostOpenDeployTasks:c7b65af63eb0012a1851fc8f88e22107] regionserver.HRegionServer: Post open deploy tasks for region=hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    313 2014-09-03 11:49:30,557 INFO  [PostOpenDeployTasks:c7b65af63eb0012a1851fc8f88e22107] catalog.MetaEditor: Updated row hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107. with server=lhh,46642,1409716163112
    314 2014-09-03 11:49:30,557 INFO  [PostOpenDeployTasks:c7b65af63eb0012a1851fc8f88e22107] regionserver.HRegionServer: Finished post open deploy task for hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107.
    315 2014-09-03 11:49:30,557 DEBUG [RS_OPEN_REGION-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioning c7b65af63eb0012a1851fc8f88e22107 from RS_ZK_REGION_OPENING to RS_ZK_REGION_OPENED
    316 2014-09-03 11:49:30,560 DEBUG [RS_OPEN_REGION-lhh:46642-0] zookeeper.ZKAssign: regionserver:46642-0x14839a18d2e0001, quorum=localhost:2181, baseZNode=/hbase Transitioned node c7b65af63eb0012a1851fc8f88e22107 from RS_ZK_REGION_OPENING to RS_ZK_REGION_OPENED
    317 2014-09-03 11:49:30,560 DEBUG [RS_OPEN_REGION-lhh:46642-0] handler.OpenRegionHandler: Transitioned c7b65af63eb0012a1851fc8f88e22107 to OPENED in zk on lhh,46642,1409716163112
    318 2014-09-03 11:49:30,561 DEBUG [RS_OPEN_REGION-lhh:46642-0] handler.OpenRegionHandler: Opened hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107. on lhh,46642,1409716163112
    319 2014-09-03 11:49:30,561 DEBUG [AM.ZK.Worker-pool2-t6] master.AssignmentManager: Handling RS_ZK_REGION_OPENED, server=lhh,46642,1409716163112, region=c7b65af63eb0012a1851fc8f88e22107, current_state={c7b65af63eb0012a1851fc8f88e22107 state=OPENING, ts=1409716170544, server=lhh,46642,1409716163112}
    320 2014-09-03 11:49:30,561 INFO  [AM.ZK.Worker-pool2-t6] master.RegionStates: Transitioned {c7b65af63eb0012a1851fc8f88e22107 state=OPENING, ts=1409716170544, server=lhh,46642,1409716163112} to {c7b65af63eb0012a1851fc8f88e22107 state=OPEN, ts=1409716170561, server=lhh,46642,1409716163112}
    321 2014-09-03 11:49:30,562 DEBUG [AM.ZK.Worker-pool2-t6] handler.OpenedRegionHandler: Handling OPENED of c7b65af63eb0012a1851fc8f88e22107 from lhh,46642,1409716163112; deleting unassigned node
    322 2014-09-03 11:49:30,565 DEBUG [AM.ZK.Worker-pool2-t6] zookeeper.ZKAssign: master:58421-0x14839a18d2e0000, quorum=localhost:2181, baseZNode=/hbase Deleted unassigned node c7b65af63eb0012a1851fc8f88e22107 in expected state RS_ZK_REGION_OPENED
    323 2014-09-03 11:49:30,567 DEBUG [AM.ZK.Worker-pool2-t8] master.AssignmentManager: Znode hbase:namespace,,1409716170312.c7b65af63eb0012a1851fc8f88e22107. deleted, state: {c7b65af63eb0012a1851fc8f88e22107 state=OPEN, ts=1409716170561, server=lhh,46642,1409716163112}
    324 2014-09-03 11:49:30,567 INFO  [AM.ZK.Worker-pool2-t8] master.RegionStates: Onlined c7b65af63eb0012a1851fc8f88e22107 on lhh,46642,1409716163112
    325 2014-09-03 11:49:30,683 DEBUG [M:0;lhh:58421] client.ClientSmallScanner: Finished with small scan at {ENCODED => 1588230740, NAME => 'hbase:meta,,1', STARTKEY => '', ENDKEY => ''}
    326 2014-09-03 11:49:30,698 DEBUG [main-EventThread] hbase.ZKNamespaceManager: Updating namespace cache from node default with data: x0Ax07default
    327 2014-09-03 11:49:30,725 DEBUG [main-EventThread] hbase.ZKNamespaceManager: Updating namespace cache from node default with data: x0Ax07default
    328 2014-09-03 11:49:30,725 DEBUG [main-EventThread] hbase.ZKNamespaceManager: Updating namespace cache from node hbase with data: x0Ax05hbase
    329 2014-09-03 11:49:30,729 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:create cxid:0x8a zxid:0x37 txntype:-1 reqpath:n/a Error Path:/hbase/namespace/default Error:KeeperErrorCode = NodeExists for /hbase/namespace/default
    330 2014-09-03 11:49:30,730 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Node /hbase/namespace/default already exists and this is not a retry
    331 2014-09-03 11:49:30,732 INFO  [ProcessThread(sid:0 cport:-1):] server.PrepRequestProcessor: Got user-level KeeperException when processing sessionid:0x14839a18d2e0000 type:create cxid:0x8d zxid:0x39 txntype:-1 reqpath:n/a Error Path:/hbase/namespace/hbase Error:KeeperErrorCode = NodeExists for /hbase/namespace/hbase
    332 2014-09-03 11:49:30,733 INFO  [M:0;lhh:58421] zookeeper.RecoverableZooKeeper: Node /hbase/namespace/hbase already exists and this is not a retry
    333 2014-09-03 11:49:30,734 INFO  [M:0;lhh:58421] master.HMaster: Master has completed initialization

    这时在/usr/local/hbase-0.98.3-hadoop2/data和/tmp中有新建目录和文件:

    drwxr-xr-x. 4 root root 4096 9月   3 11:49 data
    -rw-r--r--. 1 root root   42 9月   3 11:49 hbase.id
    -rw-r--r--. 1 root root    7 9月   3 11:49 hbase.version
    drwxr-xr-x. 2 root root 4096 9月   3 11:49 oldWALs
    drwxr-xr-x. 3 root root 4096 9月   3 11:49 WALs
    drwxr-xr-x. 4 root root 4096 9月   3 11:49 hbase-root
    -rw-r--r--. 1 root root    6 9月   3 11:49 hbase-root-master.pid
    -rw-r--r--. 1 root root   34 9月   3 11:49 hbase-root-master.znode
    drwxr-xr-x. 2 root root 4096 9月   3 11:56 hsperfdata_root
    drwxr-xr-x. 4 root root 4096 9月   3 11:49 Jetty_0_0_0_0_51006_regionserver____eaj0hy
    drwxr-xr-x. 4 root root 4096 9月   3 11:49 Jetty_0_0_0_0_60010_master____q3nwom

    这时候访问:http://192.168.129.130:60010/master-status可以看到一些信息了。

    再用JAVA建表,基本搞定!

    期间可能会出现一些错误:

    2014-09-03 10:19:48,117 ERROR [main] zookeeper.RecoverableZooKeeper: ZooKeeper exists failed after 4 attempts
    2014-09-03 10:19:48,120 WARN  [main] zookeeper.ZKUtil: hconnection-0x6072d2b3, quorum=192.168.129.130:2181, baseZNode=/hbase Unable to set watcher on znode (/hbase/hbaseid)
    org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid
            at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
            at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
            at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
    ......

          at org.jruby.Ruby.runScript(Ruby.java:697)
            at org.jruby.Ruby.runScript(Ruby.java:690)
          at org.jruby.Ruby.runNormally(Ruby.java:597)
             at org.jruby.Ruby.runFromMain(Ruby.java:446)
             at org.jruby.Main.doRunFromMain(Main.java:369)
             at org.jruby.Main.internalRun(Main.java:258)
             at org.jruby.Main.run(Main.java:224)
             at org.jruby.Main.run(Main.java:208)
             at org.jruby.Main.main(Main.java:188)
    2014-09-03 10:20:05,806 ERROR [main] client.HConnectionManager$HConnectionImplementation: Can't get connection to ZooKeeper: KeeperErrorCode = ConnectionLoss for /hbase

     

    这是zookeeper的问题,完全停止HBASE之后,再起。如果有问题,清空/usr/local/hbase-0.98.3-hadoop2/data和/tmp的内容再重启Hbase。

  • 相关阅读:
    Cypress web自动化18-cypress.json文件配置baseUrl
    Linux学习29-awk提取log日志信息,统计日志里面ip访问次数排序
    docker学习14-配置 docker 阿里云/腾讯云加速器
    Cypress web自动化17-fixture加载json文件数据
    Cypress web自动化16-参数化,数据驱动测试案例
    Cypress web自动化15-Hooks使用方法
    Cypress web自动化14-window窗口属性
    Cypress web自动化13-viewport设置不同分辨率,适配不同设备,手机型号
    Cypress web自动化12-父子元素定位
    Eclipse安装scala
  • 原文地址:https://www.cnblogs.com/yforg/p/3953386.html
Copyright © 2020-2023  润新知