You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "omicron (JIRA)" <ji...@apache.org> on 2013/11/07 09:22:17 UTC

[jira] [Created] (HIVE-5769) when "hive.server2.authentication" set "NONE", is "hive.server2.enable.doAs" always work?

omicron created HIVE-5769:
-----------------------------

             Summary: when "hive.server2.authentication" set "NONE", is "hive.server2.enable.doAs" always work?
                 Key: HIVE-5769
                 URL: https://issues.apache.org/jira/browse/HIVE-5769
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
            Reporter: omicron
             Fix For: 0.12.0


when i set this "
        <property>  
                <name>hive.server2.authentication</name>  
                <value>NONE</value>
        </property>
"in hive-site.xml, whether i use cli or hwi, the database and table directory in hdfs has permisson like this "
drwx------   - root supergroup          0 2013-11-07 10:22 /hive/m.db
drwx------   - root supergroup          0 2013-11-07 10:22 /hive/m.db/i
" . user "root" is hiveserver2 process user not my session user, so is HIVE-4315 fixed in hive 0.11 and hive 0.12 ?



--
This message was sent by Atlassian JIRA
(v6.1#6144)