diff --git a/README-Hive.md b/README-Hive.md index 5685c077..4e82db8f 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.8-udf.jar; + ADD JAR target/httpdlog-serde-3.0-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.8-udf.jar; + ADD JAR target/httpdlog-serde-3.0-udf.jar; CREATE EXTERNAL TABLE nbasjes.clicks ( ip STRING diff --git a/README-Java.md b/README-Java.md index 4f220183..c81ade7f 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.8 + 3.0 In addition you need joda-time 1.6 or newer. diff --git a/README-Pig.md b/README-Pig.md index da0108ee..109e5387 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.8-udf.jar +You simply register the httpdlog-pigloader-3.0-udf.jar REGISTER httpdlog-pigloader-*.jar diff --git a/README.md b/README.md index 02af977f..464a77f8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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.8 + 3.0 In addition you need joda-time 1.6 or newer. diff --git a/devtools/pom.xml b/devtools/pom.xml index 57d2668c..66b8492b 100644 --- a/devtools/pom.xml +++ b/devtools/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 3.0-SNAPSHOT + 3.0 nl.basjes.parse.devtools diff --git a/examples/hadoop-inputformat/pom.xml b/examples/hadoop-inputformat/pom.xml index 067ec7c6..2a646646 100644 --- a/examples/hadoop-inputformat/pom.xml +++ b/examples/hadoop-inputformat/pom.xml @@ -20,7 +20,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 3.0-SNAPSHOT + 3.0 httpdlog-inputformat-testclient Parser - Apache HTTPD - Examples - Hadoop diff --git a/examples/pig/pom.xml b/examples/pig/pom.xml index 56e34668..86d5835b 100644 --- a/examples/pig/pom.xml +++ b/examples/pig/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 3.0-SNAPSHOT + 3.0 PigDemo Parser - Apache HTTPD - Examples - Pig diff --git a/examples/pojo/pom.xml b/examples/pojo/pom.xml index 0345f73c..478bba37 100644 --- a/examples/pojo/pom.xml +++ b/examples/pojo/pom.xml @@ -22,7 +22,7 @@ httpdlog-examples nl.basjes.parse.httpdlog.examples - 3.0-SNAPSHOT + 3.0 httpdlog-testclient Parser - Apache HTTPD - Examples - Java diff --git a/examples/pom.xml b/examples/pom.xml index 4cc890e6..7da75b89 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 3.0-SNAPSHOT + 3.0 nl.basjes.parse.httpdlog.examples diff --git a/httpdlog/httpdlog-inputformat/pom.xml b/httpdlog/httpdlog-inputformat/pom.xml index a25db8ed..d26d3642 100644 --- a/httpdlog/httpdlog-inputformat/pom.xml +++ b/httpdlog/httpdlog-inputformat/pom.xml @@ -22,7 +22,7 @@ httpdlog nl.basjes.parse.httpdlog - 3.0-SNAPSHOT + 3.0 httpdlog-inputformat Parser - Apache HTTPD - Hadoop InputFormat diff --git a/httpdlog/httpdlog-parser/pom.xml b/httpdlog/httpdlog-parser/pom.xml index c423bc25..94911b84 100644 --- a/httpdlog/httpdlog-parser/pom.xml +++ b/httpdlog/httpdlog-parser/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 3.0-SNAPSHOT + 3.0 httpdlog-parser diff --git a/httpdlog/httpdlog-pigloader/pom.xml b/httpdlog/httpdlog-pigloader/pom.xml index 66c21f8c..28d49594 100644 --- a/httpdlog/httpdlog-pigloader/pom.xml +++ b/httpdlog/httpdlog-pigloader/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 3.0-SNAPSHOT + 3.0 httpdlog-pigloader diff --git a/httpdlog/httpdlog-serde/pom.xml b/httpdlog/httpdlog-serde/pom.xml index 5e0a3caf..eadddf88 100644 --- a/httpdlog/httpdlog-serde/pom.xml +++ b/httpdlog/httpdlog-serde/pom.xml @@ -25,7 +25,7 @@ httpdlog nl.basjes.parse.httpdlog - 3.0-SNAPSHOT + 3.0 httpdlog-serde Parser - Apache HTTPD - HCatalog SerDe diff --git a/httpdlog/httpdlog-stormbolt/pom.xml b/httpdlog/httpdlog-stormbolt/pom.xml index 7cdda6a9..dc6f9091 100644 --- a/httpdlog/httpdlog-stormbolt/pom.xml +++ b/httpdlog/httpdlog-stormbolt/pom.xml @@ -23,7 +23,7 @@ httpdlog nl.basjes.parse.httpdlog - 3.0-SNAPSHOT + 3.0 httpdlog-stormbolt diff --git a/httpdlog/pom.xml b/httpdlog/pom.xml index 8730d8d3..3f92cbaa 100644 --- a/httpdlog/pom.xml +++ b/httpdlog/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 3.0-SNAPSHOT + 3.0 nl.basjes.parse.httpdlog diff --git a/parser-core/pom.xml b/parser-core/pom.xml index c7b16f07..2651903b 100644 --- a/parser-core/pom.xml +++ b/parser-core/pom.xml @@ -21,7 +21,7 @@ parser-parent nl.basjes.parse - 3.0-SNAPSHOT + 3.0 parser-core Parser - Core diff --git a/pom.xml b/pom.xml index e84d764f..0546b584 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 nl.basjes.parse parser-parent - 3.0-SNAPSHOT + 3.0 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 8094c52f..ffa9b3a7 100644 --- a/utils/PojoGenerator/pom.xml +++ b/utils/PojoGenerator/pom.xml @@ -23,7 +23,7 @@ nl.basjes.parse.utils parse-utils - 3.0-SNAPSHOT + 3.0 PojoGenerator diff --git a/utils/pom.xml b/utils/pom.xml index 1a7a2af9..c4577e9f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -22,7 +22,7 @@ parser-parent nl.basjes.parse - 3.0-SNAPSHOT + 3.0 nl.basjes.parse.utils