处理本地日志记录

This commit is contained in:
2018-04-20 16:58:54 +08:00
parent eba6a66132
commit 26bd4a5c25
6 changed files with 411 additions and 86 deletions

View File

@@ -30,6 +30,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kumkee</groupId>
<artifactId>UserAgentParser</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>