[ https://issues.apache.org/jira/browse/AMBARI-24832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665191#comment-16665191 ]
ASF GitHub Bot commented on AMBARI-24832: ----------------------------------------- adoroszlai commented on a change in pull request #11: AMBARI-24832 - Infra Manager: set archive file permission on hdfs to 640 URL: https://github.com/apache/ambari-infra/pull/11#discussion_r228532653 ########## File path: ambari-infra-manager/src/test/java/org/apache/ambari/infra/json/FsPermissionToStringConverterTest.java ########## @@ -0,0 +1,38 @@ +package org.apache.ambari.infra.json; + +import static org.hamcrest.CoreMatchers.nullValue; +import static org.hamcrest.core.Is.is; +import static org.junit.Assert.assertThat; + +import org.apache.hadoop.fs.permission.FsPermission; +import org.junit.Test; + +/* + * Licensed to the Apache Software Foundation (ASF) under one Review comment: Seems misplaced, usually the license is at the top of files, although this does not cause RAT failure. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Infra Manager: set archive file permission on hdfs to 640 > --------------------------------------------------------- > > Key: AMBARI-24832 > URL: https://issues.apache.org/jira/browse/AMBARI-24832 > Project: Ambari > Issue Type: Bug > Components: ambari-infra > Affects Versions: 2.8.0 > Reporter: Krisztian Kasa > Assignee: Krisztian Kasa > Priority: Major > Labels: pull-request-available > Fix For: 2.8.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)