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

Aihua Xu updated HIVE-9474:
---------------------------
    Description: 
Create a table test(a string); 
Hive> create table test(key string);

Change the /user/hive/warehouse/test  permission to something else other than 
the default, like 777.
Hive> dfs -chmod 777 /user/hive/warehouse/test;
Hive> dfs -ls -d /user/hive/warehouse/test;
drwxrwxrwx   - axu wheel         68 2015-01-26 18:45 /user/hive/warehouse/test

Then truncate table test; 
Hive> truncate table test;

The permission goes back to the default.
hive> dfs -ls -d /user/hive/warehouse/test;
drwxr-xr-x   - axu wheel         68 2015-01-27 10:09 /user/hive/warehouse/test


  was:
Create a table test(a string); 

Change the /user/hive/warehouse/test.db/test  permission to something else 
other than the default, like 777.

Then truncate table test; 

The permission goes back to the default.




> truncate table changes permissions on the target
> ------------------------------------------------
>
>                 Key: HIVE-9474
>                 URL: https://issues.apache.org/jira/browse/HIVE-9474
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: HIVE-9474.1.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Create a table test(a string); 
> Hive> create table test(key string);
> Change the /user/hive/warehouse/test  permission to something else other than 
> the default, like 777.
> Hive> dfs -chmod 777 /user/hive/warehouse/test;
> Hive> dfs -ls -d /user/hive/warehouse/test;
> drwxrwxrwx   - axu wheel         68 2015-01-26 18:45 /user/hive/warehouse/test
> Then truncate table test; 
> Hive> truncate table test;
> The permission goes back to the default.
> hive> dfs -ls -d /user/hive/warehouse/test;
> drwxr-xr-x   - axu wheel         68 2015-01-27 10:09 /user/hive/warehouse/test



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

Reply via email to