You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2014/12/17 05:47:22 UTC

svn commit: r1646153 - in /hive/branches/spark: data/conf/spark/hive-site.xml itests/src/test/resources/testconfiguration.properties

Author: xuefu
Date: Wed Dec 17 04:47:22 2014
New Revision: 1646153

URL: http://svn.apache.org/r1646153
Log:
HIVE-8787: UT: update hive-site.xml for spark UTs to add hive_admin_user to admin role

Modified:
    hive/branches/spark/data/conf/spark/hive-site.xml
    hive/branches/spark/itests/src/test/resources/testconfiguration.properties

Modified: hive/branches/spark/data/conf/spark/hive-site.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/data/conf/spark/hive-site.xml?rev=1646153&r1=1646152&r2=1646153&view=diff
==============================================================================
--- hive/branches/spark/data/conf/spark/hive-site.xml (original)
+++ hive/branches/spark/data/conf/spark/hive-site.xml Wed Dec 17 04:47:22 2014
@@ -220,4 +220,9 @@
   <value>${maven.local.repository}/org/apache/hive/hive-it-util/${hive.version}/hive-it-util-${hive.version}.jar</value>
 </property>
 
+<property>
+  <name>hive.users.in.admin.role</name>
+  <value>hive_admin_user</value>
+</property>
+
 </configuration>

Modified: hive/branches/spark/itests/src/test/resources/testconfiguration.properties
URL: http://svn.apache.org/viewvc/hive/branches/spark/itests/src/test/resources/testconfiguration.properties?rev=1646153&r1=1646152&r2=1646153&view=diff
==============================================================================
--- hive/branches/spark/itests/src/test/resources/testconfiguration.properties (original)
+++ hive/branches/spark/itests/src/test/resources/testconfiguration.properties Wed Dec 17 04:47:22 2014
@@ -456,6 +456,7 @@ spark.query.files=add_part_multiple.q, \
   alter_merge_orc.q, \
   alter_merge_stats_orc.q, \
   annotate_stats_join.q, \
+  authorization_admin_almighty1.q, \
   auto_join0.q, \
   auto_join1.q, \
   auto_join2.q, \