svn commit: r1601441 - in /hive/trunk/hbase-handler/src: java/org/apache/hadoop/hive/hbase/ test/queries/negative/ test/queries/positive/ test/results/negative/ test/results/positive/

2014-06-09 Thread khorgath
Author: khorgath Date: Mon Jun 9 17:01:59 2014 New Revision: 1601441 URL: http://svn.apache.org/r1601441 Log: HIVE-6473 : Allow writing HFiles via HBaseStorageHandler table (Nick Dimiduk via Sushanth Sowmyan) Added:

svn commit: r1601499 - in /hive/trunk/hcatalog/core/src: main/java/org/apache/hive/hcatalog/data/schema/HCatSchema.java test/java/org/apache/hive/hcatalog/data/TestJsonSerDe.java

2014-06-09 Thread khorgath
Author: khorgath Date: Mon Jun 9 20:28:39 2014 New Revision: 1601499 URL: http://svn.apache.org/r1601499 Log: JsonSerde raises NullPointerException when object key is not lower case (Yibing Shi, Navis Ryu via Sushanth Sowmyan) Modified:

svn commit: r1601500 - in /hive/trunk/hcatalog/webhcat/svr/src/main: config/ java/org/apache/hive/hcatalog/templeton/ java/org/apache/hive/hcatalog/templeton/tool/

2014-06-09 Thread thejas
Author: thejas Date: Mon Jun 9 20:34:54 2014 New Revision: 1601500 URL: http://svn.apache.org/r1601500 Log: HIVE-7155 : WebHCat controller job exceeds container memory limit (shanyu zhao via Thejas Nair) Modified: hive/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml

svn commit: r1601505 - /hive/trunk/hcatalog/streaming/src/java/org/apache/hive/hcatalog/streaming/package.html

2014-06-09 Thread khorgath
Author: khorgath Date: Mon Jun 9 20:47:00 2014 New Revision: 1601505 URL: http://svn.apache.org/r1601505 Log: HIVE-7192 : Hive Streaming - Some required settings are not mentioned in the documentation (Roshan Naik via Sushanth Sowmyan) Modified:

svn propchange: r1601499 - svn:log

2014-06-09 Thread khorgath
Author: khorgath Revision: 1601499 Modified property: svn:log Modified: svn:log at Mon Jun 9 22:58:15 2014 -- --- svn:log (original) +++ svn:log Mon Jun 9 22:58:15 2014 @@ -1 +1 @@ -JsonSerde raises NullPointerException

svn commit: r1601544 - in /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql: exec/ReduceSinkOperator.java exec/TopNHash.java exec/vector/VectorReduceSinkOperator.java optimizer/SetReducerParallelism.j

2014-06-09 Thread gunther
Author: gunther Date: Tue Jun 10 02:40:35 2014 New Revision: 1601544 URL: http://svn.apache.org/r1601544 Log: HIVE-7121: Use murmur hash to distribute HiveKey (Gopal V via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ReduceSinkOperator.java

svn commit: r1601545 - in /hive/trunk: data/files/dec.avro serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaToTypeInfo.ja

2014-06-09 Thread xuefu
Author: xuefu Date: Tue Jun 10 03:01:43 2014 New Revision: 1601545 URL: http://svn.apache.org/r1601545 Log: HIVE-7174: Do not accept string as scale and precision when reading Avro schema (Jacec via Xuefu) Modified: hive/trunk/data/files/dec.avro