You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/11/03 22:59:26 UTC

git commit: AMBARI-8128. Jobs View: Hive job not shown with HDP-2.2, returns 403 anonymous requests disallowed (alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4f3f1a662 -> 4beab82be


AMBARI-8128. Jobs View: Hive job not shown with HDP-2.2, returns 403 anonymous requests disallowed (alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4beab82b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4beab82b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4beab82b

Branch: refs/heads/trunk
Commit: 4beab82be39e69c72dbfd4b746b2f3be73c950a0
Parents: 4f3f1a6
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Mon Nov 3 13:51:12 2014 -0800
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Mon Nov 3 13:58:48 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4beab82b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
index 0427cab..18c6e9a 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
@@ -263,7 +263,7 @@
   </property>
   <property>
     <name>yarn.timeline-service.http-authentication.simple.anonymous.allowed</name>
-    <value>1</value>
+    <value>true</value>
     <description></description>
   </property>
   <property>