You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2009/03/18 23:07:50 UTC

[jira] Assigned: (HIVE-324) AccessControlException when load data into table

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

Ashish Thusoo reassigned HIVE-324:
----------------------------------

    Assignee: Min Zhou

Assigning.

> AccessControlException when load data into table
> ------------------------------------------------
>
>                 Key: HIVE-324
>                 URL: https://issues.apache.org/jira/browse/HIVE-324
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.3.0
>            Reporter: Min Zhou
>            Assignee: Min Zhou
>            Priority: Critical
>             Fix For: 0.3.0
>
>         Attachments: hive.patch
>
>
> when loading data in non-supergroup user of hadoop,  hadoop will throw a AccessControlException bacuase Hive try to do write operation at  /tmp directory.
> This is obviously not allowed.
> see line 752 in Hive.java
> Path tmppath = new Path("/tmp/"+randGen.nextInt());
>       try {
>           fs.mkdirs(tmppath);
>       ...
>     }
> those lines will cause that exception. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.