Repository: ambari Updated Branches: refs/heads/branch-1.7.0 1d6643f6c -> 3e9e34043
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/3e9e3404 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e9e3404 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e9e3404 Branch: refs/heads/branch-1.7.0 Commit: 3e9e34043258d71dfca729897e00bec21a8fd470 Parents: 1d6643f Author: Alejandro Fernandez <[email protected]> Authored: Mon Nov 3 14:02:40 2014 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Mon Nov 3 14:02:40 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/3e9e3404/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>
