Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1805

Impala's ACLs check do not consider all group ACLs, only checked first one.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.1
    • Impala 2.2
    • None
    • None

    Description

      After enabling HDFS synchronization with Sentry and set proper acl permission.
      hdfs dfs -getfacl /user/hive/warehouse

      1. file: /user/hive/warehouse
      2. owner: hive
      3. group: hive
        user::rwx
        user:hive:rwx
        group::---
        group:hive:rwx
        group:daisuke:rwx
        mask::rwx
        other::--x

      all insert queries to those tables fails.
      insert into movie2 select 1;
      Query: insert into movie2 select 1
      ERROR: AnalysisException: Unable to INSERT into target table (default.movie2) because Impala does not have WRITE access to at least one HDFS path: hdfs://dice.lab.cloudera.com:8020/user/hive/warehouse/movie2

      Attachments

        Activity

          People

            jyu@cloudera.com Juan Yu
            jyu@cloudera.com Juan Yu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: