You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/10/21 07:21:01 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stamatis Zampetakis updated HIVE-5769:
--------------------------------------
    Fix Version/s:     (was: 0.12.0)

I cleared the fixVersion field since this ticket is still open. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED.

According to the [JIRA guidelines|https://cwiki.apache.org/confluence/display/Hive/HowToContribute] the fixVersion should be set only when the issue is resolved/closed.

> 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: seekerak
>            Priority: Major
>
> 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
(v8.20.10#820010)