分享

Nginx日志导入到Hive0.13.1整合Hbase0.96.2


问题导读:

1.将日志导入hive中日志表中你认为有几种方法?
2.如何在hive中创建hbase表,达到数据共享?
3.如何使用filter获取指定数据?








  一、Nginx的相关配置,以及测试数据
  #Nginx的Conf中log格式化部分的内容

  1. log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
  2.                                 '$status $body_bytes_sent "$http_referer" '
  3.                                 '"$http_user_agent" "$http_x_forwarded_for" '
  4.                                 '"$gzip_ratio" $request_time $bytes_sent $request_length '
  5.                                 '"$upstream_addr" $upstream_status $upstream_response_time';
复制代码


 #Nginx生成后部分格式如下(测试数据)

  1. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET / HTTP/1.1" 200 2373 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "2.78" 0.004 2683 369 "unix:/var/run/php5-fpm.sock" 200 0.004
  2. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/css/base.css HTTP/1.1" 200 940 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 1247 373 "-" - -
  3. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/a3e2e507/jquery.min.js HTTP/1.1" 200 93636 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.152 93976 359 "-" - -
  4. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/logo.png HTTP/1.1" 200 6059 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 6369 377 "-" - -
  5. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/p02.jpg HTTP/1.1" 200 22177 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 22489 376 "-" - -
  6. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/p03.png HTTP/1.1" 200 3012 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 3321 376 "-" - -
  7. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/two-dimension-code1.png HTTP/1.1" 200 761 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 1069 392 "-" - -
  8. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/bg.png HTTP/1.1" 200 11474 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 11785 375 "-" - -
  9. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/p04.png HTTP/1.1" 200 2860 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.000 3169 376 "-" - -
  10. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/p06.png HTTP/1.1" 200 74097 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.062 74409 376 "-" - -
  11. 8.8.8.8 - - [22/Aug/2014:20:23:45 +0800] "GET 8.8.8.8/b519d8ca/image/p05.png HTTP/1.1" 200 132072 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.256 132385 376 "-" - -
  12. 8.8.8.8 - - [22/Aug/2014:20:23:46 +0800] "GET 8.8.8.8/b519d8ca/image/p07.png HTTP/1.1" 200 207987 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.592 208300 376 "-" - -
  13. 8.8.8.8 - - [22/Aug/2014:20:23:46 +0800] "GET 8.8.8.8/b519d8ca/image/p01.png HTTP/1.1" 200 310418 "http://xxx.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36" "-" "-" 0.918 310731 376 "-" - -
复制代码


 二、Hadoop中创建使用目录
 #在Hadoop2.2.0中创建Hive外部表中要用到的目录

  1. root@m1:/home/hadoop# /home/hadoop/hadoop-2.2.0/bin/hadoop fs -mkdir /user/hive/warehouse/nginxlog
  2. root@m1:/home/hadoop# /home/hadoop/hadoop-2.2.0/bin/hadoop fs -ls /user/hive/warehouse
  3. Found 1 items
  4. drwxr-xr-x   - root supergroup          0 2014-01-22 23:13 /user/hive/warehouse/nginxlog
  5. root@m1:/home/hadoop#
复制代码

  三、Hive的日志表创建,并同步到Hbase中
    1)创建自增长ID的java类UDFRowSequence.java,并添加到Hive环境中

  #在Eclipse中创建Maven项目,然后使用Maven将项目打包成Jar文件,过程中需要引入hadoop-common-2.2.0.jar、hive-exec-0.13.1.jar这两个文件,可以在Hadoop2.2.0目录以及Hive0.13.1目录中找到。如果不会使用Maven将项目打包,可以参考这篇文章《Golang、Php、Python、Java基于Thrift0.9.1实现跨语言调用》中实现Java客户端部分,有如何打包的方法。

  UDFRowSequence.java代码如下,使用Maven会打包成一个idoall.org-0.0.1-SNAPSHOT-jar-with-dependencies.jar文件,上传到Hive的lib目录下。本文后面会提供代码下载:

  1. package idoall.org.hive;
  2. import org.apache.hadoop.hive.ql.exec.Description;
  3. import org.apache.hadoop.hive.ql.exec.UDF;
  4. import org.apache.hadoop.hive.ql.udf.UDFType;
  5. import org.apache.hadoop.io.LongWritable;
  6. /**
  7. * UDFRowSequence.
  8. */
  9. @Description(name = "row_sequence",
  10.     value = "_FUNC_() - Returns a generated row sequence number starting from 1")
  11. @UDFType(deterministic = false, stateful = true)
  12. public class UDFRowSequence extends UDF
  13. {
  14.   private LongWritable result = new LongWritable();
  15.   public UDFRowSequence() {
  16.     result.set(0);
  17.   }
  18.   public LongWritable evaluate() {
  19.     result.set(result.get() + 1);
  20.     return result;
  21.   }
  22. }
复制代码

 2)在Hive中创建日志表
  #然后将我们自定义的idoall.org-0.0.1-SNAPSHOT-jar-with-dependencies.jar,添加到Hive运行环境中

  1. hive> ADD JAR /home/hadoop/hive-0.13.1/lib/idoall.org-0.0.1-SNAPSHOT-jar-with-dependencies.jar;
  2. Added /home/hadoop/hive-0.13.1/lib/idoall.org-0.0.1-SNAPSHOT-jar-with-dependencies.jar to class path
  3. Added resource: /home/hadoop/hive-0.13.1/lib/idoall.org-0.0.1-SNAPSHOT-jar-with-dependencies.jar
  4. hive>
复制代码

#在Hive中创建自定义函数对数据进行处理,如果不想每次都执行这个命令,可以在hive-site.xml里面的<name>hive.aux.jars.path</name> 节点下面,把jar文件加到<value>节点中。

  1. hive> CREATE TEMPORARY FUNCTION rowSequence AS 'idoall.org.hive.UDFRowSequence';
  2. OK
  3. Time taken: 0.048 seconds
复制代码

#在Hive中创建收集Nginx的日志表(nginx_accesslog)

  1. create external table nginx_accesslog(
  2. host string,
  3. hostuser string,
  4. times string,
  5. requestmethond string,
  6. requesturl string,
  7. requesthttp string,
  8. status string,
  9. body_bytes_sent string,
  10. referer string,
  11. useragent string,
  12. http_x_forwarded_for string,
  13. gzip_ratio string,
  14. request_time string,
  15. bytes_sent string,
  16. request_length string,
  17. upstream_addr string,
  18. upstream_status string,
  19. upstream_response_time string)
  20. PARTITIONED BY(YEAR STRING, MONTH STRING, DAY STRING)
  21. row format SERDE 'org.apache.hadoop.hive.contrib.serde2.RegexSerDe'
  22. WITH SERDEPROPERTIES ("input.regex" = "([^ ]*)\\s+-\\s+(.+?|-)\\s+\\[(.*)\\]\\s+"([^ ]*)\\s+([^ ]*)\\s+([^ |"]*)"\\s+(-|[0-9]*)\\s+(-|[0-9]*)\\s+"(.+?|-)"\\s+"(.+?|-)"\\s+"(.+?|-)"\\s+"(.+?|-)"\\s+(.+?|-)\\s+(.+?|-)\\s+(.+?|-)\\s+"(.+?|-)"\\s+(.+?|-)\\s+(.*)","output.format.string" = "%1$s %2$s %3$s %4$s %5$s %6$s %7$s %8$s %9$s %10$s %11$s %12$s %13$s %14$s %15$s %16$s %17$s %18$s")
  23. STORED AS TEXTFILE
  24. location '/user/hive/warehouse/nginxlog';
复制代码

  3)将Nginx的日志数据导入到Hive日志表中
        关于导入数据过程中overwrite的特性:
                &#8226;目标表(或者分区)中的内容(如果有)会被删除,然后再将 filepath 指向的文件/目录中的内容添加到表/分区中。
                &#8226;如果目标表(分区)已经有一个文件,并且文件名和 filepath 中的文件名冲突,那么现有的文件会被新文件所替代
                如果不使用overwrite,改用into,只会增加记录。


      方法一:将本地目录中的文件导入到Hive中

  1. hive> LOAD DATA LOCAL INPATH '/home/hadoop/hive-0.13.1/a.com.access.20140821.log' OVERWRITE INTO TABLE nginx_accesslog partition (YEAR='2014', MONTH='08',DAY='21');
  2. Copying data from file:/home/hadoop/hive-0.13.1/a.com.access.20140821.log
  3. Copying file: file:/home/hadoop/hive-0.13.1/a.com.access.20140821.log
  4. Loading data to table default.nginx_accesslog partition (year=2014, month=08, day=21)
  5. Partition default.nginx_accesslog{year=2014, month=08, day=21} stats: [numFiles=1, numRows=0, totalSize=3483, rawDataSize=0]
  6. OK
  7. Time taken: 1.046 seconds
  8. hive> select count(0) from nginx_accesslog;
  9. Total jobs = 1
  10. Launching Job 1 out of 1
  11. Number of reduce tasks determined at compile time: 1
  12. In order to change the average load for a reducer (in bytes):
  13.   set hive.exec.reducers.bytes.per.reducer=<number>
  14. In order to limit the maximum number of reducers:
  15.   set hive.exec.reducers.max=<number>
  16. In order to set a constant number of reducers:
  17.   set mapreduce.job.reduces=<number>
  18. Starting Job = job_1408550631561_0005, Tracking URL = http://m1:8088/proxy/application_1408550631561_0005/
  19. Kill Command = /home/hadoop/hadoop-2.2.0/bin/hadoop job  -kill job_1408550631561_0005
  20. Hadoop job information for Stage-1: number of mappers: 1; number of reducers: 1
  21. 2014-08-22 23:19:55,322 Stage-1 map = 0%,  reduce = 0%
  22. 2014-08-22 23:20:01,669 Stage-1 map = 100%,  reduce = 0%, Cumulative CPU 0.74 sec
  23. 2014-08-22 23:20:08,926 Stage-1 map = 100%,  reduce = 100%, Cumulative CPU 1.59 sec
  24. MapReduce Total cumulative CPU time: 1 seconds 590 msec
  25. Ended Job = job_1408550631561_0005
  26. MapReduce Jobs Launched:
  27. Job 0: Map: 1  Reduce: 1   Cumulative CPU: 1.59 sec   HDFS Read: 3734 HDFS Write: 3 SUCCESS
  28. Total MapReduce CPU Time Spent: 1 seconds 590 msec
  29. OK
  30. 13
  31. Time taken: 24.762 seconds, Fetched: 1 row(s)
  32. hive>
复制代码

方法二:从HDFS导入数据,我们先将表删除,重新创建一次,然后尝试从HDFS导入数据
  #先用Hadoop命令,将文件上传到HDFS中

  1. root@m1:/home/hadoop# /home/hadoop/hadoop-2.2.0/bin/hadoop fs -copyFromLocal /home/hadoop/hive-0.13.1/a.com.access.20140821.log /user/hive/warehouse/nginxlog/
  2. root@m1:/home/hadoop# /home/hadoop/hadoop-2.2.0/bin/hadoop fs -ls /user/hive/warehouse/nginxlog
  3. Found 1 items
  4. -rw-r--r--   3 root supergroup       3483 2014-08-22 23:18 /user/hive/warehouse/nginxlog/a.com.access.20140821.log
  5. root@m1:/home/hadoop#
复制代码

#执行Hive命令,从HDFS导入数据,然后使用SELECT语句,可以看到Nginx的日志数据已经成功导入到Hive表中
  1. #先删除表
  2. hive> drop table nginx_accesslog;
  3. OK
  4. Time taken: 0.363 seconds
  5. hive>
  6. #再创建表
  7. ....此处省略,参考上文命令重新创建一次
  8. #从HDFS导入数据(如果文件存在,要先删除),从下图可以看到,数据导入成功
  9. hive> LOAD DATA inpath '/user/hive/warehouse/nginxlog/a.com.access.20140821.log' overwrite INTO TABLE nginx_accesslog partition (YEAR='2014', MONTH='08',DAY='21');
  10. Loading data to table default.nginx_accesslog partition (year=2014, month=08, day=21)
  11. Partition default.nginx_accesslog{year=2014, month=08, day=21} stats: [numFiles=1, numRows=0, totalSize=3483, rawDataSize=0]
  12. OK
  13. Time taken: 0.373 seconds
  14. hive> select * from nginx_accesslog limit 100;
  15. OK
  16. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     /       HTTP/1.1        200     2373    -       Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       2.78    0.004   2683    369     unix:/var/run/php5-fpm.sock     200     0.004   2014    08      21
  17. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/css/base.css   HTTP/1.1        200     940     http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   1247    373     -       -       -       2014    08      21
  18. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/a3e2e507/jquery.min.js  HTTP/1.1        200     93636   http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.152   93976   359     -       -       -       2014    08      21
  19. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/logo.png HTTP/1.1        200     6059    http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   6369    377     -       -       -       2014    08      21
  20. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/p02.jpg  HTTP/1.1        200     22177   http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   22489   376     -       -       -       2014    08      21
  21. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/p03.png  HTTP/1.1        200     3012    http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   3321    376     -       -       -       2014    08      21
  22. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/two-dimension-code1.png  HTTP/1.1        200     761     http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   1069    392     -       -       -       2014    08      21
  23. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/bg.png   HTTP/1.1        200     11474   http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   11785   375     -       -       -       2014    08      21
  24. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/p04.png  HTTP/1.1        200     2860    http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.000   3169    376     -       -       -       2014    08      21
  25. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/p06.png  HTTP/1.1        200     74097   http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.062   74409   376     -       -       -       2014    08      21
  26. 8.8.8.8 -       22/Aug/2014:20:23:45 +0800      GET     8.8.8.8/b519d8ca/image/p05.png  HTTP/1.1        200     132072  http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.256   132385  376     -       -       -       2014    08      21
  27. 8.8.8.8 -       22/Aug/2014:20:23:46 +0800      GET     8.8.8.8/b519d8ca/image/p07.png  HTTP/1.1        200     207987  http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.592   208300  376     -       -       -       2014    08      21
  28. 8.8.8.8 -       22/Aug/2014:20:23:46 +0800      GET     8.8.8.8/b519d8ca/image/p01.png  HTTP/1.1        200     310418  http://xxx.com/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36 -       -       0.918   310731  376     -       -       -       2014    08      21
  29. Time taken: 0.056 seconds, Fetched: 13 row(s)
  30. hive>
复制代码


方法三:通过如Flume、Kafka一类的工具监控日志数据,自动导入
   就不在这里细说,可以参考这两篇文章里面的实例,根据自己的业务需求修改代码:《Flume1.5.0的安装、部署、简单应用(含分布式、与hadoop2.2.0、hbase0.96的案例)》、《Flume+Kafka+Strom基于分布式环境的结合使用


    4)在Hive中创建Hbase可以识别的表
  #在Hive中创建Hbase可以识别的表,相当于一张中间表了。同时将之前的测试数据导入到这张中间表,会自动同步到Hbase。

  1. CREATE TABLE h2b_nginx_accesslog(
  2. key int,
  3. host string,
  4. hostuser string,
  5. times string,
  6. requestmethond string,
  7. requesturl string,
  8. requesthttp string,
  9. status string,
  10. body_bytes_sent string,
  11. referer string,
  12. useragent string,
  13. http_x_forwarded_for string,
  14. gzip_ratio string,
  15. request_time string,
  16. bytes_sent string,
  17. request_length string,
  18. upstream_addr string,
  19. upstream_status string,
  20. upstream_response_time string)
  21. STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
  22. WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,log:host,log:hostuser,log:times,log:requestmethond,log:requesturl,log:requesthttp,log:status,log:body_bytes_sent,log:referer,log:useragent,log:http_x_forwarded_for,log:gzip_ratio,log:request_time,log:bytes_sent,log:request_length,log:upstream_addr,log:upstream_status,log:upstream_response_time") TBLPROPERTIES ("hbase.table.name" = "h2b_nginx_accesslog");
复制代码
 #这时在Hbase中,可以看到h2b_nginx_accesslog表自动创建了;
  1. hbase(main):002:0> list
  2. TABLE                                                                                                                                                                                                                                                   
  3. h2b_nginx_accesslog                                                                                                                                                                                                         
  4. 1 row(s) in 0.1220 seconds
  5. => ["h2b_nginx_accesslog"]
  6. /*  查看表结构时,只会显示列族,而不会显示列。Hbase表中的每个列,都归属与某个列族。列族是表的chema的一部分(而列不是)。*/
  7. hbase(main):003:0> describe "h2b_nginx_accesslog"
  8. DESCRIPTION                                                                                                                                ENABLED                                                                     
  9. 'h2b_nginx_accesslog', {NAME => 'log', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0', VERSIONS => '1', CO true                                                                       
  10. MPRESSION => 'NONE', MIN_VERSIONS => '0', TTL => '2147483647', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '65536', IN_MEMORY => 'false',                                                                             
  11.   BLOCKCACHE => 'true'}                                                                                                                                                                                                
  12. 1 row(s) in 0.5890 seconds
  13. hbase(main):004:0>
复制代码



5)将Hive的日志表,使用自增长Id做为rowkey导入到Hbase可识别的表中
  #将Hive的日志表(nginx_accesslog)导入到表(h2b_nginx_accesslog)中,会自动同步到hbase。



  1. insert overwrite table h2b_nginx_accesslog
  2. select a.*
  3. from (select
  4. rowSequence(),
  5. host,
  6. hostuser,
  7. times,
  8. requestmethond,
  9. requesturl,
  10. requesthttp,
  11. status,
  12. body_bytes_sent,
  13. referer,
  14. useragent,
  15. http_x_forwarded_for,
  16. gzip_ratio,
  17. request_time,
  18. bytes_sent,
  19. request_length,
  20. upstream_addr,
  21. upstream_status,
  22. upstream_response_time
  23. from nginx_accesslog) a;
复制代码



 #导入到中间表时运行的结果,如果你也能够看到和下面类似的日志,恭喜你成功了。


  1. hive> insert overwrite table h2b_nginx_accesslog
  2.     > select a.*
  3.     > from (select
  4.     > rowSequence(),
  5.     > host,
  6.     > hostuser,
  7.     > times,
  8.     > requestmethond,
  9.     > requesturl,
  10.     > requesthttp,
  11.     > status,
  12.     > body_bytes_sent,
  13.     > referer,
  14.     > useragent,
  15.     > http_x_forwarded_for,
  16.     > gzip_ratio,
  17.     > request_time,
  18.     > bytes_sent,
  19.     > request_length,
  20.     > upstream_addr,
  21.     > upstream_status,
  22.     > upstream_response_time
  23.     > from nginx_accesslog) a;
  24. Total jobs = 1
  25. Launching Job 1 out of 1
  26. Number of reduce tasks is set to 0 since there's no reduce operator
  27. Starting Job = job_1408550631561_0017, Tracking URL = http://m1:8088/proxy/application_1408550631561_0017/
  28. Kill Command = /home/hadoop/hadoop-2.2.0/bin/hadoop job  -kill job_1408550631561_0017
  29. Hadoop job information for Stage-0: number of mappers: 1; number of reducers: 0
  30. 2014-08-24 11:57:24,051 Stage-0 map = 0%,  reduce = 0%
  31. 2014-08-24 11:57:32,403 Stage-0 map = 100%,  reduce = 0%, Cumulative CPU 1.96 sec
  32. MapReduce Total cumulative CPU time: 1 seconds 960 msec
  33. Ended Job = job_1408550631561_0017
  34. MapReduce Jobs Launched:
  35. Job 0: Map: 1   Cumulative CPU: 1.96 sec   HDFS Read: 3734 HDFS Write: 0 SUCCESS
  36. Total MapReduce CPU Time Spent: 1 seconds 960 msec
  37. OK
  38. Time taken: 20.378 seconds
  39. hive>
复制代码



6)到Hbase中验证效果使用get、scan、filter获取指定数据
  #我们再登录到Hbase中看数据是否已经导入



  1. hbase(main):013:0> get "h2b_nginx_accesslog",1
  2. COLUMN                                                 CELL                                                                                                                                                            
  3. log:body_bytes_sent                                   timestamp=1408852652522, value=2373                                                                                                                             
  4. log:bytes_sent                                        timestamp=1408852652522, value=2683                                                                                                                             
  5. log:gzip_ratio                                        timestamp=1408852652522, value=2.78                                                                                                                             
  6. log:host                                              timestamp=1408852652522, value=8.8.8.8                                                                                                                          
  7. log:hostuser                                          timestamp=1408852652522, value=-                                                                                                                                
  8. log:http_x_forwarded_for                              timestamp=1408852652522, value=-                                                                                                                                
  9. log:referer                                           timestamp=1408852652522, value=-                                                                                                                                
  10. log:request_length                                    timestamp=1408852652522, value=369                                                                                                                              
  11. log:request_time                                      timestamp=1408852652522, value=0.004                                                                                                                           
  12. log:requesthttp                                       timestamp=1408852652522, value=HTTP/1.1                                                                                                                        
  13. log:requestmethond                                    timestamp=1408852652522, value=GET                                                                                                                              
  14. log:requesturl                                        timestamp=1408852652522, value=/                                                                                                                                
  15. log:status                                            timestamp=1408852652522, value=200                                                                                                                              
  16. log:times                                             timestamp=1408852652522, value=22/Aug/2014:20:23:45 +0800                                                                                                      
  17. log:upstream_addr                                     timestamp=1408852652522, value=unix:/var/run/php5-fpm.sock                                                                                                      
  18. log:upstream_response_time                            timestamp=1408852652522, value=0.004                                                                                                                           
  19. log:upstream_status                                   timestamp=1408852652522, value=200                                                                                                                              
  20. log:useragent                                         timestamp=1408852652522, value=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36           
  21. 18 row(s) in 0.0440 seconds
  22. hbase(main):015:0> get "h2b_nginx_accesslog",1,{COLUMN => 'log:useragent'}
  23. COLUMN                                                 CELL                                                                                                                                                            
  24. log:useragent                                         timestamp=1408852652522, value=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Safari/537.36           
  25. 1 row(s) in 0.0080 seconds
复制代码


 #使用Filter过滤requesturl列中包含p04.png的记录,使用之前要先导入子串

  1. hbase(main):031:0> import org.apache.hadoop.hbase.filter.CompareFilter
  2. hbase(main):032:0> import org.apache.hadoop.hbase.filter.SingleColumnValueFilter
  3. hbase(main):033:0> import org.apache.hadoop.hbase.filter.SubstringComparator
  4. hbase(main):034:0> import org.apache.hadoop.hbase.util.Bytes
  5. hbase(main):035:0> scan "h2b_nginx_accesslog",{FILTER => SingleColumnValueFilter.new(Bytes.toBytes('log'),Bytes.toBytes('requesturl'),CompareFilter::CompareOp.valueOf('EQUAL'),SubstringComparator.new('p04.png'))}
  6. ROW                                                    COLUMN+CELL                                                                                                                                                     
  7. 9                                                     column=log:body_bytes_sent, timestamp=1408852652522, value=2860                                                                                                
  8. 9                                                     column=log:bytes_sent, timestamp=1408852652522, value=3169                                                                                                      
  9. 9                                                     column=log:gzip_ratio, timestamp=1408852652522, value=-                                                                                                         
  10. 9                                                     column=log:host, timestamp=1408852652522, value=8.8.8.8                                                                                                         
  11. 9                                                     column=log:hostuser, timestamp=1408852652522, value=-                                                                                                           
  12. 9                                                     column=log:http_x_forwarded_for, timestamp=1408852652522, value=-                                                                                               
  13. 9                                                     column=log:referer, timestamp=1408852652522, value=http://xxx.com/                                                                                             
  14. 9                                                     column=log:request_length, timestamp=1408852652522, value=376                                                                                                   
  15. 9                                                     column=log:request_time, timestamp=1408852652522, value=0.000                                                                                                   
  16. 9                                                     column=log:requesthttp, timestamp=1408852652522, value=HTTP/1.1                                                                                                
  17. 9                                                     column=log:requestmethond, timestamp=1408852652522, value=GET                                                                                                   
  18. 9                                                     column=log:requesturl, timestamp=1408852652522, value=8.8.8.8/b519d8ca/image/p04.png                                                                           
  19. 9                                                     column=log:status, timestamp=1408852652522, value=200                                                                                                           
  20. 9                                                     column=log:times, timestamp=1408852652522, value=22/Aug/2014:20:23:45 +0800                                                                                    
  21. 9                                                     column=log:upstream_addr, timestamp=1408852652522, value=-                                                                                                      
  22. 9                                                     column=log:upstream_response_time, timestamp=1408852652522, value=-                                                                                             
  23. 9                                                     column=log:upstream_status, timestamp=1408852652522, value=-                                                                                                   
  24. 9                                                     column=log:useragent, timestamp=1408852652522, value=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.0 Sa
  25.                                                        fari/537.36                                                                                                                                                     
  26. 1 row(s) in 0.0320 seconds
  27. hbase(main):036:0>
复制代码


四、FAQ
  1)如果导入的内容使用select查看时,发现是null,那可能是你的正则写的有问题,可以使用下面这个工具验证你的正则是否有问题。
  #http://regex101.com,一个在线的正则表达式工具,很好用,如下图。
  #在线测试通过后,将正则表达式,复制到一个文本文件中,进行两次转义字符的替换就可以使用了,第1次,将一个右斜杠去你的成两个右斜杠:'\'替换成'\\';第二次将双引号替换成斜框双引号'"'替换成'\"'





  2)如果提示“org.apache.hadoop.hive.contrib.serde2.RegexSerDe”相关的错误,请在hive中执行以下命令:



  1. hive> add jar /home/hjl/hive/lib/hive_contrib.jar;
复制代码









已有(1)人评论

跳转到指定楼层
ainubis 发表于 2015-3-29 01:39:14
好东西,支持!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条