Ver Fonte

AMBARI-12082. Ambari agent temp directory has wrong permissions on ambari-server host (rlevas)

Robert Levas há 10 anos atrás
pai
commit
0c98119f5f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ambari-agent/pom.xml

+ 1 - 1
ambari-agent/pom.xml

@@ -388,7 +388,7 @@
             </mapping>
             <mapping>
               <directory>/var/lib/${project.artifactId}/data/tmp</directory>
-              <filemode>755</filemode>
+              <filemode>777</filemode>
               <username>root</username>
               <groupname>root</groupname>
             </mapping>