svn commit: r1567811 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/parse/ test/queries/clientnegative/ test/results/clientnegative/

2014-02-12 Thread hashutosh
Author: hashutosh Date: Wed Feb 12 23:58:41 2014 New Revision: 1567811 URL: http://svn.apache.org/r1567811 Log: HIVE-6167 : Allow user-defined functions to be qualified with database name (Jason Dere via Ashutosh Chauhan) Added: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionU

svn commit: r1567806 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/mr/MapRedTask.java

2014-02-12 Thread hashutosh
Author: hashutosh Date: Wed Feb 12 23:39:07 2014 New Revision: 1567806 URL: http://svn.apache.org/r1567806 Log: HIVE-6398 : MapRedTask.configureDebugVariablesForChildJVM mixes HIVE_CHILD_CLIENT_DEBUG_OPTS and HIVE_MAIN_CLIENT_DEBUG_OPTS in env check (Remus Rusanu via Ashutosh Chauhan) Modified:

svn commit: r1567782 - in /hive/trunk/hcatalog/src/test/e2e/templeton: README.txt build.xml tests/jobstatus.conf

2014-02-12 Thread daijy
Author: daijy Date: Wed Feb 12 22:40:11 2014 New Revision: 1567782 URL: http://svn.apache.org/r1567782 Log: HIVE-6233: JOBS testsuite in WebHCat E2E tests does not work correctly in secure mode ( Deepesh Khandelwal via Daniel Dai ) Modified: hive/trunk/hcatalog/src/test/e2e/templeton/README.

svn commit: r897680 - in /websites/production/hive/content: ./ javadocs/

2014-02-12 Thread brock
Author: brock Date: Wed Feb 12 22:38:17 2014 New Revision: 897680 Log: Publish new people page. Added: websites/production/hive/content/ - copied from r897679, websites/staging/hive/trunk/content/ websites/production/hive/content/javadocs/ - copied from r897679, websites/produ

svn commit: r897679 - in /websites/staging/hive/trunk/content: ./ people.html

2014-02-12 Thread buildbot
Author: buildbot Date: Wed Feb 12 22:36:39 2014 New Revision: 897679 Log: Staging update by buildbot for hive Modified: websites/staging/hive/trunk/content/ (props changed) websites/staging/hive/trunk/content/people.html Propchange: websites/staging/hive/trunk/content/

svn commit: r1567780 - /hive/cms/trunk/content/people.mdtext

2014-02-12 Thread brock
Author: brock Date: Wed Feb 12 22:36:35 2014 New Revision: 1567780 URL: http://svn.apache.org/r1567780 Log: HIVE-6419 - Update people page as discussed on dev@ (Brock reviewed by Gunther) Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL: http

svn commit: r897678 - in /websites/staging/hive/trunk/content: ./ people.html

2014-02-12 Thread buildbot
Author: buildbot Date: Wed Feb 12 22:34:55 2014 New Revision: 897678 Log: Staging update by buildbot for hive Modified: websites/staging/hive/trunk/content/ (props changed) websites/staging/hive/trunk/content/people.html Propchange: websites/staging/hive/trunk/content/

svn commit: r1567778 - /hive/cms/trunk/content/people.mdtext

2014-02-12 Thread brock
Author: brock Date: Wed Feb 12 22:34:51 2014 New Revision: 1567778 URL: http://svn.apache.org/r1567778 Log: HIVE-6419 - Update people page as discussed on dev@ (Brock reviewed by Gunther) Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL: http

svn commit: r1567771 - /hive/trunk/hcatalog/bin/hcat.py

2014-02-12 Thread khorgath
Author: khorgath Date: Wed Feb 12 22:08:53 2014 New Revision: 1567771 URL: http://svn.apache.org/r1567771 Log: HIVE-6072 : With HCatalog refactoring, Hadoop_HBase e2e will fail (Hari Sankar Sivarama Subramaniyan via Sushanth Sowmyan) Modified: hive/trunk/hcatalog/bin/hcat.py Modified: hive/

svn commit: r1567761 [1/8] - in /hive/trunk: metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ metastore/src/gen/thrift/gen-ph

2014-02-12 Thread hashutosh
Author: hashutosh Date: Wed Feb 12 21:32:34 2014 New Revision: 1567761 URL: http://svn.apache.org/r1567761 Log: HIVE-6256 : add batch dropping of partitions to Hive metastore (as well as to dropTable) Added: hive/trunk/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/a

svn commit: r1567761 [3/8] - in /hive/trunk: metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ metastore/src/gen/thrift/gen-ph

2014-02-12 Thread hashutosh
Modified: hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h URL: http://svn.apache.org/viewvc/hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h?rev=1567761&r1=1567760&r2=1567761&view=diff ==

svn commit: r1567721 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/ metastore/src/java/org/apache/hadoop/hive/metastore

2014-02-12 Thread xuefu
Author: xuefu Date: Wed Feb 12 19:18:07 2014 New Revision: 1567721 URL: http://svn.apache.org/r1567721 Log: HIVE-4996: unbalanced calls to openTransaction/commitTransaction (Szehon via Xuefu) Added: hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RawStoreProxy.java Removed:

svn commit: r1567697 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/parse/authorization/ java/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/ test/org/apache/hadoop/hive/ql/pa

2014-02-12 Thread hashutosh
Author: hashutosh Date: Wed Feb 12 17:41:32 2014 New Revision: 1567697 URL: http://svn.apache.org/r1567697 Log: HIVE-6254 : sql standard auth - use admin option specified in grant/revoke role statement (Ashutosh Chauhan via Thejas Nair) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hiv

svn commit: r1567695 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ itests/util/src/main/java/org/apache/hadoop/hive/ql/ ql/src/java/org/apache/hadoop/hive/ql/security/authorization/pl

2014-02-12 Thread hashutosh
Author: hashutosh Date: Wed Feb 12 17:34:06 2014 New Revision: 1567695 URL: http://svn.apache.org/r1567695 Log: HIVE-5944 : SQL std auth - authorize show all roles, create role, drop role (Ashutosh Chauhan via Thejas Nair) Added: hive/trunk/ql/src/test/queries/clientnegative/authorization_c