You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2015/10/27 18:27:19 UTC

svn commit: r1710852 - in /pig/trunk: CHANGES.txt ivy/libraries.properties ivy/piggybank-template.xml

Author: daijy
Date: Tue Oct 27 17:27:18 2015
New Revision: 1710852

URL: http://svn.apache.org/viewvc?rev=1710852&view=rev
Log:
PIG-4717: Update Apache HTTPD LogParser to latest version

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/ivy/libraries.properties
    pig/trunk/ivy/piggybank-template.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1710852&r1=1710851&r2=1710852&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Oct 27 17:27:18 2015
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-4717: Update Apache HTTPD LogParser to latest version (nielsbasjes via daijy)
+
 PIG-4468: Pig's jackson version conflicts with that of hadoop 2.6.0 or newer (zjffdu via daijy)
 
 PIG-4708: Upgrade joda-time to 2.8 (rohini)

Modified: pig/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/trunk/ivy/libraries.properties?rev=1710852&r1=1710851&r2=1710852&view=diff
==============================================================================
--- pig/trunk/ivy/libraries.properties (original)
+++ pig/trunk/ivy/libraries.properties Tue Oct 27 17:27:18 2015
@@ -19,7 +19,7 @@ apacheant.version=1.7.1
 apacherat.version=0.8
 automaton.version=1.11-8
 avro.version=1.7.5
-basjes-httpdlog-pigloader.version=2.1.1
+basjes-httpdlog-pigloader.version=2.2
 commons-beanutils.version=1.7.0
 commons-cli.version=1.2
 commons-codec.version=1.4

Modified: pig/trunk/ivy/piggybank-template.xml
URL: http://svn.apache.org/viewvc/pig/trunk/ivy/piggybank-template.xml?rev=1710852&r1=1710851&r2=1710852&view=diff
==============================================================================
--- pig/trunk/ivy/piggybank-template.xml (original)
+++ pig/trunk/ivy/piggybank-template.xml Tue Oct 27 17:27:18 2015
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>nl.basjes.parse.httpdlog</groupId>
       <artifactId>httpdlog-pigloader</artifactId>
-      <version>2.1.1</version>
+      <version>2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pig</groupId>