svn commit: r1526455 - in /hive/branches/maven: common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java pom.xml

2013-09-26 Thread brock
Author: brock Date: Thu Sep 26 12:09:00 2013 New Revision: 1526455 URL: http://svn.apache.org/r1526455 Log: HIVE-5371 - Root pom is malformed (Edward Capriolo via Brock Noland) Modified: hive/branches/maven/common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java

svn commit: r1526603 - in /hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2: lazy/objectinspector/primitive/ objectinspector/primitive/

2013-09-26 Thread hashutosh
Author: hashutosh Date: Thu Sep 26 16:56:12 2013 New Revision: 1526603 URL: http://svn.apache.org/r1526603 Log: HIVE-5366 : Refactor a few object inspector class to eliminate redundant information (Xuefu Zhang via Ashutosh Chauhan) Modified:

svn commit: r1526604 - /hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLine.java

2013-09-26 Thread hashutosh
Author: hashutosh Date: Thu Sep 26 17:01:41 2013 New Revision: 1526604 URL: http://svn.apache.org/r1526604 Log: HIVE-5082 : Beeline usage is printed twice when beeline --help is executed (Xuefu Zhang via Ashutosh Chauhan) Modified:

svn commit: r1526634 - /hive/trunk/hcatalog/storage-handlers/hbase/src/test/org/apache/hcatalog/hbase/TestHCatHBaseInputFormat.java

2013-09-26 Thread khorgath
Author: khorgath Date: Thu Sep 26 18:06:17 2013 New Revision: 1526634 URL: http://svn.apache.org/r1526634 Log: HIVE-5362 : TestHCatHBaseInputFormat has a bug which will not allow it to run on JDK7 and RHEL 6 (Viraj Bhat via Sushanth Sowmyan) Modified:

svn commit: r1526727 - /hive/branches/branch-0.12/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorConverters.java

2013-09-26 Thread thejas
Author: thejas Date: Thu Sep 26 22:40:43 2013 New Revision: 1526727 URL: http://svn.apache.org/r1526727 Log: HIVE-5199: Custom SerDe containing a nonSettable complex data type row object inspector throws cast exception with HIVE 0.11 - HIVE-5199-0.12-branch.conflict.patch (Hari Sankar Sivarama

svn commit: r1526744 [2/2] - in /hive/branches/branch-0.12: common/src/java/org/apache/hadoop/hive/conf/ conf/ eclipse-templates/ ivy/ jdbc/ jdbc/src/java/org/apache/hive/jdbc/ jdbc/src/test/org/apach

2013-09-26 Thread thejas
Added: hive/branches/branch-0.12/service/src/test/org/apache/hive/service/cli/thrift/ThriftCLIServiceTest.java URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/service/src/test/org/apache/hive/service/cli/thrift/ThriftCLIServiceTest.java?rev=1526744view=auto

svn commit: r1526745 - /hive/trunk/bin/hive

2013-09-26 Thread thejas
Author: thejas Date: Thu Sep 26 23:16:55 2013 New Revision: 1526745 URL: http://svn.apache.org/r1526745 Log: HIVE-5363: HIVE-3978 broke the command line option --auxpath (Brock Noland via Thejas Nair) Modified: hive/trunk/bin/hive Modified: hive/trunk/bin/hive URL:

svn commit: r1526746 - /hive/branches/branch-0.12/bin/hive

2013-09-26 Thread thejas
Author: thejas Date: Thu Sep 26 23:17:28 2013 New Revision: 1526746 URL: http://svn.apache.org/r1526746 Log: HIVE-5363: HIVE-3978 broke the command line option --auxpath (Brock Noland via Thejas Nair) Modified: hive/branches/branch-0.12/bin/hive Modified: hive/branches/branch-0.12/bin/hive

svn commit: r1526749 - in /hive/branches/branch-0.12/hcatalog: src/docs/src/documentation/content/xdocs/ webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ webhcat/svr/src/main/java/org/apa

2013-09-26 Thread thejas
Author: thejas Date: Thu Sep 26 23:29:19 2013 New Revision: 1526749 URL: http://svn.apache.org/r1526749 Log: HIVE-5031: [WebHCat] GET job/:jobid to return userargs for a job in addtion to status information (Daniel Dai via Thejas Nair) Modified:

svn commit: r1526748 - in /hive/trunk/hcatalog: src/docs/src/documentation/content/xdocs/ webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ webhcat/svr/src/main/java/org/apache/hive/hcatal

2013-09-26 Thread thejas
Author: thejas Date: Thu Sep 26 23:29:06 2013 New Revision: 1526748 URL: http://svn.apache.org/r1526748 Log: HIVE-5031: [WebHCat] GET job/:jobid to return userargs for a job in addtion to status information (Daniel Dai via Thejas Nair) Modified:

svn commit: r1526766 [2/2] - in /hive/branches/vectorization: ./ beeline/src/java/org/apache/hive/beeline/ bin/ common/src/java/org/apache/hadoop/hive/conf/ conf/ data/files/exported_table/ data/files

2013-09-26 Thread hashutosh
Modified: hive/branches/vectorization/ql/src/java/org/apache/hadoop/hive/ql/plan/CreateTableDesc.java URL: http://svn.apache.org/viewvc/hive/branches/vectorization/ql/src/java/org/apache/hadoop/hive/ql/plan/CreateTableDesc.java?rev=1526766r1=1526765r2=1526766view=diff

svn commit: r1526794 - in /hive/trunk/hcatalog/src/test/e2e/templeton: build.xml conf/default.conf drivers/TestDriverCurl.pm tests/ddl.conf tests/jobstatus.conf tests/jobsubmission.conf tests/jobsubmi

2013-09-26 Thread thejas
Author: thejas Date: Fri Sep 27 05:49:32 2013 New Revision: 1526794 URL: http://svn.apache.org/r1526794 Log: HIVE-5078: [WebHCat] Fix e2e tests on Windows plus test cases for new features (Daniel Dai via Thejas Nair) Added: hive/trunk/hcatalog/src/test/e2e/templeton/tests/jobstatus.conf

svn commit: r1526795 - in /hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton: build.xml conf/default.conf drivers/TestDriverCurl.pm tests/ddl.conf tests/jobstatus.conf tests/jobsubmission.conf

2013-09-26 Thread thejas
Author: thejas Date: Fri Sep 27 05:49:55 2013 New Revision: 1526795 URL: http://svn.apache.org/r1526795 Log: HIVE-5078: [WebHCat] Fix e2e tests on Windows plus test cases for new features (Daniel Dai via Thejas Nair) Added:

svn commit: r1526797 - in /hive/trunk: ql/src/test/org/apache/hadoop/hive/ql/udf/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/ serde/src/java/org/apache/hadoop/hive/serde2/l

2013-09-26 Thread thejas
Author: thejas Date: Fri Sep 27 05:55:30 2013 New Revision: 1526797 URL: http://svn.apache.org/r1526797 Log: HIVE-5352: cast(1.0 as int) returns null (Gunther Hagleitner via Thejas Nair) Added: hive/trunk/ql/src/test/queries/clientpositive/cast_to_int.q

svn commit: r1526798 - in /hive/branches/branch-0.12: ql/src/test/org/apache/hadoop/hive/ql/udf/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/ serde/src/java/org/apache/hadoo

2013-09-26 Thread thejas
Author: thejas Date: Fri Sep 27 05:55:58 2013 New Revision: 1526798 URL: http://svn.apache.org/r1526798 Log: HIVE-5352: cast(1.0 as int) returns null (Gunther Hagleitner via Thejas Nair) Added: hive/branches/branch-0.12/ql/src/test/queries/clientpositive/cast_to_int.q