Author: gates
Date: Wed Mar 20 19:09:28 2013
New Revision: 1459000
URL: http://svn.apache.org/r1459000
Log:
HCATALOG-629 First request always fails for webhcat
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/pom.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1459000&r1=1458999&r2=1459000&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Mar 20 19:09:28 2013
@@ -31,6 +31,8 @@ Trunk (unreleased changes)
BUG FIXES
HCAT-554 Loading data using HCatLoader() from a table on non default
namenode fails. (amalakar via avandana)
+ HCAT-629 First request always fails for webhcat (kamrul via gates)
+
Release 0.5.0 - Unreleased
INCOMPATIBLE CHANGES
Modified: incubator/hcatalog/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/pom.xml?rev=1459000&r1=1458999&r2=1459000&view=diff
==============================================================================
--- incubator/hcatalog/trunk/pom.xml (original)
+++ incubator/hcatalog/trunk/pom.xml Wed Mar 20 19:09:28 2013
@@ -31,7 +31,7 @@
<hbase.version>0.94.5</hbase.version>
<hcatalog.version>${project.version}</hcatalog.version>
<hive.version>0.11.0-SNAPSHOT</hive.version>
- <jackson.version>1.8.3</jackson.version>
+ <jackson.version>1.9.2</jackson.version>
<jersey.version>1.14</jersey.version>
<jetty.webhcat.version>7.6.0.v20120127</jetty.webhcat.version>
<jms.version>1.1</jms.version>