You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Murali Ramasami (JIRA)" <ji...@apache.org> on 2016/06/30 19:21:10 UTC

[jira] [Created] (FALCON-2056) HiveDR doesn't work with multiple users

Murali Ramasami created FALCON-2056:
---------------------------------------

             Summary: HiveDR doesn't work with multiple users
                 Key: FALCON-2056
                 URL: https://issues.apache.org/jira/browse/FALCON-2056
             Project: Falcon
          Issue Type: Bug
          Components: replication
    Affects Versions: trunk
            Reporter: Murali Ramasami
             Fix For: trunk


When falcon hivedr jobs are executed with multiple users. Jobs are failing with the following error:

{noformat}
Invalid arguments: Permission denied: user=ambari-qa, access=WRITE, inode="/apps/data-mirroring/Events/sowmya-hivedr":hrt_qa:users:drwxr-xr-x
at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:319)
at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:292)
at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.j
{noformat}

Reason:
Reason is /apps/data-mirroring/Events is created by first user who submits the job say ambari-qa. Permission of this dir was inode="/apps/data-mirroring/Events"ambari-qa_qa:users:drwxr-xr-x. Now if second user hrt_qa submits the job he won't have write access. Permission should be set to 770 for /apps/data-mirroring/Events/"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)