org.apache.hadoop.hbase.mapreduce.Driver 导入数据到HBASE table

来源:互联网 发布:淘宝网天天特价女棉衣 编辑:程序博客网 时间:2024/04/20 14:24

1,具体的命令介绍见上篇文章

 

 利用HBASE自带的org.apache.hadoop.hbase.mapreduce.Driver包实现将之export的数据import到useraction表的方法。

命令的意思是将hdfs://xxxx/tmp/part-m-00000下面的数据导入到action命令是空间下的useraction表中,要求表必须事先创建完成。

./hbase org.apache.hadoop.hbase.mapreduce.Driver import "action:useraction" "/tmp/part-m-00000"

2,执行示例

^C[hadoop@M-192-168-10-225 bin]$ ./hbase org.apache.hadoop.hbase.mapreduce.Driver import "action:useraction" "/tmp/part-m-00000"SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/export/distributed/hbase/hbase-0.98.9-hadoop2/lib/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.2015-09-10 15:28:05,562 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.HConstants, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-common-0.98.9-hadoop2.jar2015-09-10 15:28:05,564 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.protobuf.generated.ClientProtos, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-protocol-0.98.9-hadoop2.jar2015-09-10 15:28:05,564 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.client.Put, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-client-0.98.9-hadoop2.jar2015-09-10 15:28:05,565 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.CompatibilityFactory, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-hadoop-compat-0.98.9-hadoop2.jar2015-09-10 15:28:05,566 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.mapreduce.TableMapper, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-server-0.98.9-hadoop2.jar2015-09-10 15:28:05,567 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.zookeeper.ZooKeeper, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/zookeeper-3.4.6.jar2015-09-10 15:28:05,567 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.jboss.netty.channel.ChannelFactory, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/netty-3.6.6.Final.jar2015-09-10 15:28:05,568 DEBUG [main] mapreduce.TableMapReduceUtil: For class com.google.protobuf.Message, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/protobuf-java-2.5.0.jar2015-09-10 15:28:05,569 DEBUG [main] mapreduce.TableMapReduceUtil: For class com.google.common.collect.Lists, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/guava-12.0.1.jar2015-09-10 15:28:05,569 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.cloudera.htrace.Trace, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/htrace-core-2.04.jar2015-09-10 15:28:05,570 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.cliffc.high_scale_lib.Counter, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/high-scale-lib-1.1.1.jar2015-09-10 15:28:05,583 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.io.ImmutableBytesWritable, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-common-0.98.9-hadoop2.jar2015-09-10 15:28:05,584 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.io.Writable, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hadoop-common-2.4.1.jar2015-09-10 15:28:05,585 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hadoop-mapreduce-client-core-2.4.1.jar2015-09-10 15:28:05,586 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.io.ImmutableBytesWritable, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-common-0.98.9-hadoop2.jar2015-09-10 15:28:05,586 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.io.Writable, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hadoop-common-2.4.1.jar2015-09-10 15:28:05,587 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.hbase.mapreduce.TableOutputFormat, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hbase-server-0.98.9-hadoop2.jar2015-09-10 15:28:05,588 DEBUG [main] mapreduce.TableMapReduceUtil: For class org.apache.hadoop.mapreduce.lib.partition.HashPartitioner, using jar /export/distributed/hbase/hbase-0.98.9-hadoop2/lib/hadoop-mapreduce-client-core-2.4.1.jar2015-09-10 15:28:05,754 INFO  [main] client.RMProxy: Connecting to ResourceManager at /0.0.0.0:80322015-09-10 15:28:06,342 INFO  [main] zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x7b603010 connecting to ZooKeeper ensemble=localhost:21812015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT2015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:host.name=M-192-168-10-2252015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:java.version=1.7.0_672015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation2015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:java.home=/usr/java/jdk1.7.0_67/jre2015-09-10 15:28:06,361 INFO  [main] zookeeper.ZooKeeper: Client environment:java.class.path=/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../conf:/usr/java/jdk1.7.0_67//lib/tools.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/..:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/activation-1.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/aopalliance-1.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/asm-3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/avro-1.7.4.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-beanutils-1.7.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-beanutils-core-1.8.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-cli-1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-codec-1.7.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-collections-3.2.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-compress-1.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-configuration-1.6.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-daemon-1.0.13.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-digester-1.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-el-1.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-httpclient-3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-io-2.4.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-lang-2.6.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-logging-1.1.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-math-2.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/commons-net-3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/findbugs-annotations-1.3.9-1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/gmbal-api-only-3.0.0-b023.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/grizzly-framework-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/grizzly-http-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/grizzly-http-server-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/grizzly-http-servlet-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/grizzly-rcm-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/guava-12.0.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/guice-3.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/guice-servlet-3.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-annotations-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-auth-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-client-2.2.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-common-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-hdfs-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-app-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-common-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-core-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-hs-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-hs-plugins-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-jobclient-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-client-shuffle-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-mapreduce-examples-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-api-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-client-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-common-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-server-common-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-server-nodemanager-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-server-resourcemanager-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-server-tests-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hadoop-yarn-server-web-proxy-2.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hamcrest-core-1.3.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-annotations-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-checkstyle-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-client-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-common-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-common-0.98.9-hadoop2-tests.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-examples-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-hadoop2-compat-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-hadoop-compat-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-it-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-it-0.98.9-hadoop2-tests.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-prefix-tree-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-protocol-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-rest-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-server-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-server-0.98.9-hadoop2-tests.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-shell-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-testing-util-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/hbase-thrift-0.98.9-hadoop2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/high-scale-lib-1.1.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/htrace-core-2.04.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/httpclient-4.1.3.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/httpcore-4.1.3.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jackson-core-asl-1.8.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jackson-jaxrs-1.8.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jackson-mapper-asl-1.8.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jackson-xc-1.8.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jamon-runtime-2.3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jasper-compiler-5.5.23.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jasper-runtime-5.5.23.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/javax.inject-1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/javax.servlet-3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/javax.servlet-api-3.0.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jaxb-api-2.2.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jaxb-impl-2.2.3-1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jcodings-1.0.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-client-1.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-core-1.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-grizzly2-1.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-guice-1.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-json-1.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-server-1.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-test-framework-core-1.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jersey-test-framework-grizzly2-1.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jets3t-0.6.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jettison-1.3.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jetty-6.1.26.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jetty-sslengine-6.1.26.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jetty-util-6.1.26.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/joni-2.1.2.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jruby-complete-1.6.8.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jsch-0.1.42.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jsp-2.1-6.1.14.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jsp-api-2.1-6.1.14.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/jsr305-1.3.9.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/junit-4.11.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/libthrift-0.9.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/log4j-1.2.17.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/management-api-3.0.0-b012.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/metrics-core-2.2.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/netty-3.6.6.Final.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/paranamer-2.3.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/protobuf-java-2.5.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/servlet-api-2.5-6.1.14.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/slf4j-api-1.6.4.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/slf4j-log4j12-1.6.4.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/snappy-java-1.0.4.1.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/xmlenc-0.52.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/xz-1.0.jar:/export/distributed/hbase/hbase-0.98.9-hadoop2/bin/../lib/zookeeper-3.4.6.jar:/export/distributed/hadoop/hadoop-2.4.1/etc/hadoop:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-el-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/activation-1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-digester-1.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jets3t-0.9.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jackson-xc-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/java-xmlbuilder-0.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-math3-3.1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-cli-1.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-net-3.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/junit-4.8.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-codec-1.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jetty-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jasper-compiler-5.5.23.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jsch-0.1.42.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/mockito-all-1.8.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jackson-mapper-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/paranamer-2.3.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-beanutils-core-1.8.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/hadoop-auth-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/asm-3.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jaxb-impl-2.2.3-1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/hadoop-annotations-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jersey-core-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/httpcore-4.2.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-compress-1.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jsr305-1.3.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/log4j-1.2.17.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-lang-2.6.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-collections-3.2.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-logging-1.1.3.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/netty-3.6.2.Final.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/xmlenc-0.52.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/httpclient-4.2.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/xz-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jersey-json-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jersey-server-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/avro-1.7.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-io-2.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jackson-jaxrs-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jasper-runtime-5.5.23.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-httpclient-3.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jaxb-api-2.2.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/protobuf-java-2.5.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/servlet-api-2.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-beanutils-1.7.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/slf4j-api-1.7.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/stax-api-1.0-2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/zookeeper-3.4.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jetty-util-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jackson-core-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jsp-api-2.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/commons-configuration-1.6.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/jettison-1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/guava-11.0.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/snappy-java-1.0.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/hadoop-common-2.4.1-tests.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/hadoop-common-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/hadoop-nfs-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-el-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-cli-1.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-codec-1.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jetty-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jackson-mapper-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/asm-3.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jersey-core-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jsr305-1.3.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/log4j-1.2.17.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-lang-2.6.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-logging-1.1.3.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/netty-3.6.2.Final.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/xmlenc-0.52.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jersey-server-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-io-2.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jasper-runtime-5.5.23.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/protobuf-java-2.5.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/servlet-api-2.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/commons-daemon-1.0.13.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jetty-util-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jackson-core-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/jsp-api-2.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/lib/guava-11.0.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/hadoop-hdfs-nfs-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/hadoop-hdfs-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/hdfs/hadoop-hdfs-2.4.1-tests.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/leveldbjni-all-1.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/activation-1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jersey-client-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jackson-xc-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jline-0.9.94.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-cli-1.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-codec-1.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jetty-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jackson-mapper-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/guice-servlet-3.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/asm-3.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jaxb-impl-2.2.3-1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jersey-core-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-compress-1.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/javax.inject-1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jsr305-1.3.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/log4j-1.2.17.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jersey-guice-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-lang-2.6.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-collections-3.2.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-logging-1.1.3.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/xz-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jersey-json-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jersey-server-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/guice-3.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-io-2.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jackson-jaxrs-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/commons-httpclient-3.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jaxb-api-2.2.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/protobuf-java-2.5.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/servlet-api-2.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/aopalliance-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/stax-api-1.0-2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/zookeeper-3.4.5.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jetty-util-6.1.26.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jackson-core-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/jettison-1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/lib/guava-11.0.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-client-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-web-proxy-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-tests-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-nodemanager-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-applicationhistoryservice-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-api-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-common-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-resourcemanager-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-server-common-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/yarn/hadoop-yarn-applications-unmanaged-am-launcher-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/hamcrest-core-1.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/jackson-mapper-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/paranamer-2.3.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/guice-servlet-3.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/asm-3.2.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/hadoop-annotations-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/jersey-core-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/commons-compress-1.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/javax.inject-1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/log4j-1.2.17.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/jersey-guice-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/netty-3.6.2.Final.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/xz-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/jersey-server-1.9.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/avro-1.7.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/guice-3.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/commons-io-2.4.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/protobuf-java-2.5.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/aopalliance-1.0.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/jackson-core-asl-1.8.8.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/junit-4.10.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/lib/snappy-java-1.0.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.4.1-tests.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-shuffle-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-plugins-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-core-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-common-2.4.1.jar:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-client-app-2.4.1.jar:/contrib/capacity-scheduler/*.jar:/export/distributed/hadoop/hadoop-2.4.1/etc/hadoop2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.library.path=/export/distributed/hadoop/hadoop-2.4.1/lib/native2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:java.compiler=<NA>2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.name=Linux2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.arch=amd642015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:os.version=2.6.32-358.el6.x86_642015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.name=hadoop2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.home=/home/hadoop2015-09-10 15:28:06,365 INFO  [main] zookeeper.ZooKeeper: Client environment:user.dir=/export/distributed/hbase/hbase-0.98.9-hadoop2/bin2015-09-10 15:28:06,367 INFO  [main] zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=90000 watcher=hconnection-0x7b603010, quorum=localhost:2181, baseZNode=/hbase2015-09-10 15:28:06,428 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)2015-09-10 15:28:06,434 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session2015-09-10 15:28:06,476 INFO  [main-SendThread(localhost:2181)] zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14fb50f97bc002a, negotiated timeout = 400002015-09-10 15:28:06,697 INFO  [main] mapreduce.TableOutputFormat: Created table instance for action:useraction2015-09-10 15:28:09,089 INFO  [main] input.FileInputFormat: Total input paths to process : 12015-09-10 15:28:09,221 INFO  [main] mapreduce.JobSubmitter: number of splits:22015-09-10 15:28:09,430 INFO  [main] mapreduce.JobSubmitter: Submitting tokens for job: job_1441851734240_00032015-09-10 15:28:09,832 INFO  [main] impl.YarnClientImpl: Submitted application application_1441851734240_00032015-09-10 15:28:09,890 INFO  [main] mapreduce.Job: The url to track the job: http://M-192-168-10-225:8088/proxy/application_1441851734240_0003/2015-09-10 15:28:09,891 INFO  [main] mapreduce.Job: Running job: job_1441851734240_00032015-09-10 15:39:03,062 INFO  [main] mapreduce.Job: Job job_1441851734240_0003 running in uber mode : false2015-09-10 15:39:03,064 INFO  [main] mapreduce.Job:  map 0% reduce 0%2015-09-10 15:39:15,362 INFO  [main] mapreduce.Job:  map 4% reduce 0%2015-09-10 15:39:18,391 INFO  [main] mapreduce.Job:  map 24% reduce 0%2015-09-10 15:39:21,413 INFO  [main] mapreduce.Job:  map 38% reduce 0%2015-09-10 15:39:25,441 INFO  [main] mapreduce.Job:  map 59% reduce 0%2015-09-10 15:39:39,264 INFO  [main] mapreduce.Job:  map 79% reduce 0%2015-09-10 15:39:41,278 INFO  [main] mapreduce.Job:  map 86% reduce 0%2015-09-10 15:39:44,298 INFO  [main] mapreduce.Job:  map 95% reduce 0%2015-09-10 15:39:46,311 INFO  [main] mapreduce.Job:  map 100% reduce 0%2015-09-10 15:39:49,344 INFO  [main] mapreduce.Job: Job job_1441851734240_0003 completed successfully2015-09-10 15:39:49,823 INFO  [main] mapreduce.Job: Counters: 30        File System Counters                FILE: Number of bytes read=0                FILE: Number of bytes written=243802                FILE: Number of read operations=0                FILE: Number of large read operations=0                FILE: Number of write operations=0                HDFS: Number of bytes read=165442825                HDFS: Number of bytes written=0                HDFS: Number of read operations=6                HDFS: Number of large read operations=0                HDFS: Number of write operations=0        Job Counters                 Launched map tasks=2                Data-local map tasks=2                Total time spent by all maps in occupied slots (ms)=64757                Total time spent by all reduces in occupied slots (ms)=0                Total time spent by all map tasks (ms)=64757                Total vcore-seconds taken by all map tasks=64757                Total megabyte-seconds taken by all map tasks=66311168        Map-Reduce Framework                Map input records=137089                Map output records=137089                Input split bytes=220                Spilled Records=0                Failed Shuffles=0                Merged Map outputs=0                GC time elapsed (ms)=615                CPU time spent (ms)=16840                Physical memory (bytes) snapshot=353026048                Virtual memory (bytes) snapshot=1787994112                Total committed heap usage (bytes)=202375168        File Input Format Counters                 Bytes Read=165442605        File Output Format Counters                 Bytes Written=02015-09-10 15:39:49,825 INFO  [main] mapreduce.Job: Running job: job_1441851734240_00032015-09-10 15:39:49,834 INFO  [main] mapreduce.Job: Job job_1441851734240_0003 running in uber mode : false2015-09-10 15:39:49,834 INFO  [main] mapreduce.Job:  map 100% reduce 0%2015-09-10 15:39:49,839 INFO  [main] mapreduce.Job: Job job_1441851734240_0003 completed successfully2015-09-10 15:39:49,845 INFO  [main] mapreduce.Job: Counters: 30        File System Counters                FILE: Number of bytes read=0                FILE: Number of bytes written=243802                FILE: Number of read operations=0                FILE: Number of large read operations=0                FILE: Number of write operations=0                HDFS: Number of bytes read=165442825                HDFS: Number of bytes written=0                HDFS: Number of read operations=6                HDFS: Number of large read operations=0                HDFS: Number of write operations=0        Job Counters                 Launched map tasks=2                Data-local map tasks=2                Total time spent by all maps in occupied slots (ms)=64757                Total time spent by all reduces in occupied slots (ms)=0                Total time spent by all map tasks (ms)=64757                Total vcore-seconds taken by all map tasks=64757                Total megabyte-seconds taken by all map tasks=66311168        Map-Reduce Framework                Map input records=137089                Map output records=137089                Input split bytes=220                Spilled Records=0                Failed Shuffles=0                Merged Map outputs=0                GC time elapsed (ms)=615                CPU time spent (ms)=16840                Physical memory (bytes) snapshot=353026048                Virtual memory (bytes) snapshot=1787994112                Total committed heap usage (bytes)=202375168        File Input Format Counters                 Bytes Read=165442605        File Output Format Counters                 Bytes Written=0[hadoop@M-192-168-10-225 bin]$ 

三,执行结果

[hadoop@M-192-168-10-225 bin]$ ./hbase shell2015-09-10 15:41:29,306 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available2015-09-10 15:41:29,378 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available2015-09-10 15:41:29,419 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available2015-09-10 15:41:29,482 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available2015-09-10 15:41:29,540 INFO  [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.availableHBase Shell; enter 'help<RETURN>' for list of supported commands.Type "exit<RETURN>" to leave the HBase ShellVersion 0.98.9-hadoop2, r96878ece501b0643e879254645d7f3a40eaf101f, Mon Dec 15 23:00:20 PST 2014hbase(main):001:0> list TABLE                                                                                                                                                        SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/export/distributed/hbase/hbase-0.98.9-hadoop2/lib/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:/export/distributed/hadoop/hadoop-2.4.1/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.action:useraction                                                                                                                                            urlcount                                                                                                                                                     2 row(s) in 3.1950 seconds=> ["action:useraction", "urlcount"]hbase(main):002:0> count "action:useraction"Current count: 1000, row: 09ad74ca-d499-5b75-8c0b-e35091da89591438918012299                                                                                  Current count: 2000, row: 0aa6413e-447b-46a1-a4f8-7748168450591435044023095                                                                                  Current count: 3000, row: 0aa6413e-447b-46a1-a4f8-7748168450591436531462678                                                                                  Current count: 4000, row: 0e82142d-afdd-4e84-8bc0-f673b7ca0b4a1434536264776                                                                                  Current count: 5000, row: 1154da44-0c8e-4fc7-a454-b435a7f74df21438334429399                                                                                  Current count: 6000, row: 15bc0a1f-05d0-65b1-6426-b6c5986194a51435555241808                                                                                  Current count: 7000, row: 1ca9e16e-b91a-16ad-ebb5-64eb720b6e0f1434597266569                                                                                  Current count: 8000, row: 23058d76-c683-39c7-3a3a-29e8e0de05021438940293769                                                                                  Current count: 9000, row: 2902b073-fa22-4f7c-a595-e2c4a7720ad81435141377985                                                                                  Current count: 10000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031433932339138                                                                                 Current count: 11000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031434446093975                                                                                 Current count: 12000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031439794466921                                                                                 Current count: 13000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031440132850037                                                                                 Current count: 14000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031440406574478                                                                                 Current count: 15000, row: 2fc486f8-a775-49f8-91e7-05b7de72a0031440733247908                                                                                 Current count: 16000, row: 3228c7d1-0b33-49a5-a65d-c873264e41ce1441768233542                                                                                 Current count: 17000, row: 3307b7cf-29c1-fa6d-a106-1ff2cc714c821436516357264                                                                                 Current count: 18000, row: 38769eb9-4179-9dcd-a3ac-7726ea698df01441510006438                                                                                 Current count: 19000, row: 3c2df8d9-150f-45a7-aa58-b6291d3bfd321440398226321                                                                                 Current count: 20000, row: 3fa2f802-d19d-4f64-b359-8f9f7e5b1e941434103250326                                                                                 Current count: 21000, row: 414abddc-7089-4174-b818-d7cb933234161435043117126                                                                                 Current count: 22000, row: 423b6760-ca28-4866-8285-d086bddfdc0f1433832596163                                                                                 Current count: 23000, row: 423b6760-ca28-4866-8285-d086bddfdc0f1436074900682                                                                                 Current count: 24000, row: 4447682a-d5d0-48b7-9b45-8bb4108ed1981434610246661                                                                                 Current count: 25000, row: 4447682a-d5d0-48b7-9b45-8bb4108ed1981434698391359                                                                                 Current count: 26000, row: 4447682a-d5d0-48b7-9b45-8bb4108ed1981435197160596                                                                                 Current count: 27000, row: 4cfd5313-4f80-464f-b739-aeb720a3fb2c1440755654932                                                                                 Current count: 28000, row: 4dcb6eb4-3cbe-450e-8338-5750a96fafd31434003551603                                                                                 Current count: 29000, row: 4dcb6eb4-3cbe-450e-8338-5750a96fafd31435129972914                                                                                 Current count: 30000, row: 4dcb6eb4-3cbe-450e-8338-5750a96fafd31437532375059                                                                                 Current count: 31000, row: 4dcb6eb4-3cbe-450e-8338-5750a96fafd31441789407615                                                                                 Current count: 32000, row: 5523f390-fccc-3cbe-0a80-23ea9d15f6451438768776375                                                                                 Current count: 33000, row: 5a532eb4-af14-4cc9-9448-4303f4365ac71434606499655                                                                                 Current count: 34000, row: 5a532eb4-af14-4cc9-9448-4303f4365ac71434708860301                                                                                 Current count: 35000, row: 5cd61940-8733-a781-f607-dd98e3c263771434184262558                                                                                 Current count: 36000, row: 5f8c92d0-6474-68d0-efd9-07b234f4f1161434366793880                                                                                 Current count: 37000, row: 637ba236-d956-46a1-98d2-d5c9ff766eef1440148471030                                                                                 Current count: 38000, row: 64625f61-01aa-a99d-b040-8fe4425e13a31436604818121                                                                                 Current count: 39000, row: 6a56cc24-e009-47ff-9ba9-551fee9a802d1434696435001                                                                                 Current count: 40000, row: 75617615-c8da-4d19-8a40-4a5657177e871436779019127                                                                                 Current count: 41000, row: 7674c88e-c87b-4b0d-84bd-2ff3c23261b31435047873355                                                                                 Current count: 42000, row: 7674c88e-c87b-4b0d-84bd-2ff3c23261b31435112183045                                                                                 Current count: 43000, row: 7674c88e-c87b-4b0d-84bd-2ff3c23261b31435141943164                                                                                 Current count: 44000, row: 7674c88e-c87b-4b0d-84bd-2ff3c23261b31435816102519                                                                                 Current count: 45000, row: 79357d47-fcc5-4b69-a8b5-b2a937c4d37f1434358455668                                                                                 Current count: 46000, row: 79357d47-fcc5-4b69-a8b5-b2a937c4d37f1435038003970                                                                                 Current count: 47000, row: 7a658d9d-dc33-428a-a28b-54c79897f1371434618393830                                                                                 Current count: 48000, row: 7a658d9d-dc33-428a-a28b-54c79897f1371435039080418                                                                                 Current count: 49000, row: 7a658d9d-dc33-428a-a28b-54c79897f1371435116313829                                                                                 Current count: 50000, row: 7b5421a6-0b28-40db-9517-5af1bd0e5b791434351901388                                                                                 Current count: 51000, row: 7b5421a6-0b28-40db-9517-5af1bd0e5b791436610032825                                                                                 Current count: 52000, row: 7b5421a6-0b28-40db-9517-5af1bd0e5b791437468500591                                                                                 Current count: 53000, row: 7b5421a6-0b28-40db-9517-5af1bd0e5b791440481957311                                                                                 Current count: 54000, row: 80be2f3f-5bb5-410d-bd01-7fde00bab4cc1441524836736                                                                                 Current count: 55000, row: 88d1d4ab-cd10-4cd7-98c4-09e9051574bd1436938648895                                                                                 Current count: 56000, row: 91db16f4-c2e9-4695-b09f-6ad04a2917f21435830641333                                                                                 Current count: 57000, row: 97856729-221c-4de1-991f-76a41e1b53261434442776504                                                                                 Current count: 58000, row: 995fa51b-34ac-0261-63de-c6c8708190b91436838610054                                                                                 Current count: 59000, row: 9f02fbd0-773b-6b67-349e-9c8c68d560f31439545439163                                                                                 Current count: 60000, row: 9ffdca28-da3c-45be-a32a-20045e6e290b1434349996504                                                                                 Current count: 61000, row: 9ffdca28-da3c-45be-a32a-20045e6e290b1436927254358                                                                                 Current count: 62000, row: a1ddd3af-ce32-4168-9c22-c64eeaa284841433834649966                                                                                 Current count: 63000, row: a1ddd3af-ce32-4168-9c22-c64eeaa284841433989939861                                                                                 Current count: 64000, row: a1ddd3af-ce32-4168-9c22-c64eeaa284841434089635268                                                                                 Current count: 65000, row: a1ddd3af-ce32-4168-9c22-c64eeaa284841434353959507                                                                                 Current count: 66000, row: a2104b4c-bff9-0397-ab45-3561b0fd2b381441098437350                                                                                 Current count: 67000, row: a588b7f0-bbf7-673b-9c71-46debfb604ee1441524744289                                                                                 Current count: 68000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431434595912780                                                                                 Current count: 69000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431435740047200                                                                                 Current count: 70000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431436434143119                                                                                 Current count: 71000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431436945741895                                                                                 Current count: 72000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431437111862517                                                                                 Current count: 73000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431441608221537                                                                                 Current count: 74000, row: a6c3a899-fe9d-4be6-ab2a-6e16322cb4431441791096078                                                                                 Current count: 75000, row: ae23a0c9-b0ed-c5e1-9385-e00d0d7d92f41438134662293                                                                                 Current count: 76000, row: b419d585-f258-4387-bf6e-e943add2847f1433914767077                                                                                 Current count: 77000, row: b419d585-f258-4387-bf6e-e943add2847f1434347754270                                                                                 Current count: 78000, row: b419d585-f258-4387-bf6e-e943add2847f1434444390185                                                                                 Current count: 79000, row: b419d585-f258-4387-bf6e-e943add2847f1435905435925                                                                                 Current count: 80000, row: b419d585-f258-4387-bf6e-e943add2847f1436929359504                                                                                 Current count: 81000, row: b419d585-f258-4387-bf6e-e943add2847f1437017597252                                                                                 Current count: 82000, row: b419d585-f258-4387-bf6e-e943add2847f1437384971162                                                                                 Current count: 83000, row: b419d585-f258-4387-bf6e-e943add2847f1438915260616                                                                                 Current count: 84000, row: b419d585-f258-4387-bf6e-e943add2847f1441001620852                                                                                 Current count: 85000, row: b419d585-f258-4387-bf6e-e943add2847f1441849855275                                                                                 Current count: 86000, row: b84a56a4-9b3b-5808-4015-50a31680c7ea1438941062380                                                                                 Current count: 87000, row: b86dccd0-1fd5-43c0-9fec-e6b82aaabb471441095242513                                                                                 Current count: 88000, row: b8aa4d3f-e1f7-4adc-8a73-ca9893d356db1436084208261                                                                                 Current count: 89000, row: baff7a3e-2285-bd1c-c975-90158005939c1437545820288                                                                                 Current count: 90000, row: c2270faa-a631-446b-861f-423957bdd3021434537477864                                                                                 Current count: 91000, row: c4de0333-f258-4a70-80eb-7b78759261111434442480114                                                                                 Current count: 92000, row: c4de0333-f258-4a70-80eb-7b78759261111434624842468                                                                                 Current count: 93000, row: c4de0333-f258-4a70-80eb-7b78759261111434702851921                                                                                 Current count: 94000, row: c4de0333-f258-4a70-80eb-7b78759261111435306072220                                                                                 Current count: 95000, row: c4de0333-f258-4a70-80eb-7b78759261111438052919537                                                                                 Current count: 96000, row: c6903132-04f1-fd38-cfc3-51ac5b00e2e51441697932803                                                                                 Current count: 97000, row: cb65acd8-dbef-4ba3-8d92-585b0e39043f1434365256175                                                                                 Current count: 98000, row: cb65acd8-dbef-4ba3-8d92-585b0e39043f1436236738650                                                                                 Current count: 99000, row: cb65acd8-dbef-4ba3-8d92-585b0e39043f1436861284850                                                                                 Current count: 100000, row: cb65acd8-dbef-4ba3-8d92-585b0e39043f1438221194879                                                                                Current count: 101000, row: d269183d-b0af-49d0-9706-0ba88846f5021433904022473                                                                                Current count: 102000, row: d269183d-b0af-49d0-9706-0ba88846f5021434176440173                                                                                Current count: 103000, row: d269183d-b0af-49d0-9706-0ba88846f5021434344724174                                                                                Current count: 104000, row: d269183d-b0af-49d0-9706-0ba88846f5021434506149359                                                                                Current count: 105000, row: d269183d-b0af-49d0-9706-0ba88846f5021434530855578                                                                                Current count: 106000, row: d269183d-b0af-49d0-9706-0ba88846f5021435121895325                                                                                Current count: 107000, row: d269183d-b0af-49d0-9706-0ba88846f5021437533423856                                                                                Current count: 108000, row: d2865b31-1af0-46ec-b887-c4a732cbfb871434002604976                                                                                Current count: 109000, row: d33a4369-101c-4c5d-a6b9-6900c792518d1435111721377                                                                                Current count: 110000, row: d360f83e-3c81-4c7e-9df3-0716f843418f1433988850580                                                                                Current count: 111000, row: d6a49bb5-0189-4755-8ea8-c31ea2af88271434696548048                                                                                Current count: 112000, row: db46b253-85f6-463f-94dd-16249680f9481434353954881                                                                                Current count: 113000, row: dcdb8f76-f257-4e9f-b8f2-21e06fb1c72a1439802203192                                                                                Current count: 114000, row: de8605de-6e98-45a1-895e-dc77238269ae1434511263769                                                                                Current count: 115000, row: e3db9e5f-b202-bb75-15c3-030a2f1cf3ab1438244692278                                                                                Current count: 116000, row: e4cd61a1-d42b-4382-ae7d-3aa01542865b1435056292805                                                                                Current count: 117000, row: eacb34f5-844d-4c5f-8953-d18869bab7dd1441796660671                                                                                Current count: 118000, row: f0a68605-4150-4aee-bcd1-dddbc68363fa1434593615343                                                                                Current count: 119000, row: f5530d53-386c-4000-a44c-84ab5516bf261435131784241                                                                                Current count: 120000, row: f5cc4d7e-fe78-4ea6-ae57-fd9846c6505b1434090859198                                                                                Current count: 121000, row: f5cc4d7e-fe78-4ea6-ae57-fd9846c6505b1436341680995                                                                                Current count: 122000, row: f5cc4d7e-fe78-4ea6-ae57-fd9846c6505b1436781078875                                                                                Current count: 123000, row: f684f8e1-5cdc-7fae-c017-2885c0b748b31436837294753                                                                                Current count: 124000, row: fb9e2ea0-09fb-3d38-1bc3-7e432ca9dff41435808611104                                                                                Current count: 125000, row: fbf8e3f9-c758-47ab-9601-40bdf70c96171433840037128                                                                                Current count: 126000, row: fbf8e3f9-c758-47ab-9601-40bdf70c96171434423595490                                                                                Current count: 127000, row: fbf8e3f9-c758-47ab-9601-40bdf70c96171436512332108                                                                                Current count: 128000, row: fc2ec8ca-a018-4b71-b3dc-18b8dee3cd2f1434627536527                                                                                Current count: 129000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1434355237501                                                                                Current count: 130000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1434426108559                                                                                Current count: 131000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1434447962591                                                                                Current count: 132000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1435731636868                                                                                Current count: 133000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1436325027813                                                                                Current count: 134000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1436781377322                                                                                Current count: 135000, row: fd4fdaff-78a8-4e01-aa67-1f32f2c88c8a1436948493641                                                                                Current count: 136000, row: fda99102-b34e-4719-90e9-eec28eac69951436535140514                                                                                Current count: 137000, row: null1434682057835                                                                                                                137089 row(s) in 14.8320 seconds=> 137089


 


 
0 0
原创粉丝点击