From dee4f987d412674f7c6d2cc7ebf9925fc9b476e4 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Sun, 6 Nov 2016 23:36:08 +0100 Subject: [PATCH] Version 2.8 --- README-Hive.md | 4 ++-- README-Java.md | 2 +- README-Pig.md | 2 +- README.md | 2 +- devtools/pom.xml | 2 +- examples/hadoop-inputformat/pom.xml | 2 +- examples/pig/pom.xml | 2 +- examples/pojo/pom.xml | 2 +- examples/pom.xml | 2 +- httpdlog/httpdlog-inputformat/pom.xml | 2 +- httpdlog/httpdlog-parser/pom.xml | 2 +- httpdlog/httpdlog-pigloader/pom.xml | 2 +- httpdlog/httpdlog-serde/pom.xml | 2 +- httpdlog/httpdlog-stormbolt/pom.xml | 2 +- httpdlog/pom.xml | 2 +- parser-core/pom.xml | 2 +- pom.xml | 2 +- utils/PojoGenerator/pom.xml | 2 +- utils/pom.xml | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README-Hive.md b/README-Hive.md index 1880841e..5685c077 100644 --- a/README-Hive.md +++ b/README-Hive.md @@ -8,7 +8,7 @@ This is an annotated example on how you could make the logfiles directly accessi First we must ensure that Hive has the right jar file available. This can be either using the ADD JAR option in the Hive Cli or by installing it on the cluster. - ADD JAR target/httpdlog-serde-2.7-udf.jar; + ADD JAR target/httpdlog-serde-2.8-udf.jar; We can now define an external table with column types are STRING, BIGINT and DOUBLE. @@ -82,7 +82,7 @@ Finally we define that this is stored as a TEXTFILE and where the files are loca Complete example ==== - ADD JAR target/httpdlog-serde-2.7-udf.jar; + ADD JAR target/httpdlog-serde-2.8-udf.jar; CREATE EXTERNAL TABLE nbasjes.clicks ( ip STRING diff --git a/README-Java.md b/README-Java.md index d5ee45ad..cfdd34f5 100644 --- a/README-Java.md +++ b/README-Java.md @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file: nl.basjes.parse.httpdlog httpdlog-parser - 2.7 + 2.8 In addition you need joda-time 1.6 or newer. diff --git a/README-Pig.md b/README-Pig.md index fe3dda9e..180f3921 100644 --- a/README-Pig.md +++ b/README-Pig.md @@ -7,7 +7,7 @@ The framework needs two things: Usage (Pig) === -You simply register the httpdlog-pigloader-2.7-udf.jar +You simply register the httpdlog-pigloader-2.8-udf.jar REGISTER httpdlog-pigloader-*.jar diff --git a/README.md b/README.md index c135cfcf..038a3ee8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ So using it in a Java based project is as simple as adding this to your dependen nl.basjes.parse.httpdlog httpdlog-parser - 2.7 + 2.8 In addition you need joda-time 1.6 or newer. diff --git a/devtools/pom.xml b/devtools/pom.xml index f20ab3cf..447fff2f 100644 --- a/devtools/pom.xml +++ b/devtools/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 2.8-SNAPSHOT + 2.8 nl.basjes.parse.devtools diff --git a/examples/hadoop-inputformat/pom.xml b/examples/hadoop-inputformat/pom.xml index 03374483..9e2f4a7d 100644 --- a/examples/hadoop-inputformat/pom.xml +++ b/examples/hadoop-inputformat/pom.xml @@ -20,7 +20,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 2.8-SNAPSHOT + 2.8 httpdlog-inputformat-testclient Parser - Apache HTTPD - Examples - Hadoop diff --git a/examples/pig/pom.xml b/examples/pig/pom.xml index 88c58f1a..bc5207af 100644 --- a/examples/pig/pom.xml +++ b/examples/pig/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 2.8-SNAPSHOT + 2.8 PigDemo Parser - Apache HTTPD - Examples - Pig diff --git a/examples/pojo/pom.xml b/examples/pojo/pom.xml index 1935528a..7c933982 100644 --- a/examples/pojo/pom.xml +++ b/examples/pojo/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 2.8-SNAPSHOT + 2.8 httpdlog-testclient Parser - Apache HTTPD - Examples - Java diff --git a/examples/pom.xml b/examples/pom.xml index a1ae6952..c587b5b1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 2.8-SNAPSHOT + 2.8 nl.basjes.parse.httpdlog.examples diff --git a/httpdlog/httpdlog-inputformat/pom.xml b/httpdlog/httpdlog-inputformat/pom.xml index 593e9b80..acbd7118 100644 --- a/httpdlog/httpdlog-inputformat/pom.xml +++ b/httpdlog/httpdlog-inputformat/pom.xml @@ -22,7 +22,7 @@ httpdlog nl.basjes.parse.httpdlog - 2.8-SNAPSHOT + 2.8 httpdlog-inputformat Parser - Apache HTTPD - Hadoop InputFormat diff --git a/httpdlog/httpdlog-parser/pom.xml b/httpdlog/httpdlog-parser/pom.xml index 1a23d17d..bea000e0 100644 --- a/httpdlog/httpdlog-parser/pom.xml +++ b/httpdlog/httpdlog-parser/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 2.8-SNAPSHOT + 2.8 httpdlog-parser diff --git a/httpdlog/httpdlog-pigloader/pom.xml b/httpdlog/httpdlog-pigloader/pom.xml index 68d06a05..3f82ceba 100644 --- a/httpdlog/httpdlog-pigloader/pom.xml +++ b/httpdlog/httpdlog-pigloader/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 2.8-SNAPSHOT + 2.8 httpdlog-pigloader diff --git a/httpdlog/httpdlog-serde/pom.xml b/httpdlog/httpdlog-serde/pom.xml index 81cae27f..9722e12d 100644 --- a/httpdlog/httpdlog-serde/pom.xml +++ b/httpdlog/httpdlog-serde/pom.xml @@ -25,7 +25,7 @@ httpdlog nl.basjes.parse.httpdlog - 2.8-SNAPSHOT + 2.8 httpdlog-serde Parser - Apache HTTPD - HCatalog SerDe diff --git a/httpdlog/httpdlog-stormbolt/pom.xml b/httpdlog/httpdlog-stormbolt/pom.xml index 8ff63688..732f0ff7 100644 --- a/httpdlog/httpdlog-stormbolt/pom.xml +++ b/httpdlog/httpdlog-stormbolt/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 2.8-SNAPSHOT + 2.8 httpdlog-stormbolt diff --git a/httpdlog/pom.xml b/httpdlog/pom.xml index eee25a49..640d6d8a 100644 --- a/httpdlog/pom.xml +++ b/httpdlog/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 2.8-SNAPSHOT + 2.8 nl.basjes.parse.httpdlog diff --git a/parser-core/pom.xml b/parser-core/pom.xml index 7fbde7c0..930ba1ea 100644 --- a/parser-core/pom.xml +++ b/parser-core/pom.xml @@ -21,7 +21,7 @@ parser-parent nl.basjes.parse - 2.8-SNAPSHOT + 2.8 parser-core Parser - Core diff --git a/pom.xml b/pom.xml index 18b5dcbb..bd1dd2c1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 nl.basjes.parse parser-parent - 2.8-SNAPSHOT + 2.8 pom Parser (group) A library to allow easy parsing of Apache HTTPD access logs with Java, Hadoop and Pig. diff --git a/utils/PojoGenerator/pom.xml b/utils/PojoGenerator/pom.xml index 854d4df5..dc830671 100644 --- a/utils/PojoGenerator/pom.xml +++ b/utils/PojoGenerator/pom.xml @@ -23,7 +23,7 @@ nl.basjes.parse.utils parse-utils - 2.8-SNAPSHOT + 2.8 PojoGenerator diff --git a/utils/pom.xml b/utils/pom.xml index 7080942f..97570981 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 2.8-SNAPSHOT + 2.8 nl.basjes.parse.utils