Explorar el Código

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

Alejandro Fernandez hace 10 años
padre
commit
4beab82be3

+ 1 - 1
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>