You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2015/06/30 17:59:04 UTC

[jira] [Updated] (HIVE-11150) Remove wrong warning message related to chgrp

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

Yongzhi Chen updated HIVE-11150:
--------------------------------
    Attachment: HIVE-11150.1.patch

> Remove wrong warning message related to chgrp
> ---------------------------------------------
>
>                 Key: HIVE-11150
>                 URL: https://issues.apache.org/jira/browse/HIVE-11150
>             Project: Hive
>          Issue Type: Bug
>          Components: Shims
>    Affects Versions: 0.13.0, 0.14.0, 1.0.0, 1.2.0
>            Reporter: Yongzhi Chen
>            Assignee: Yongzhi Chen
>            Priority: Minor
>         Attachments: HIVE-11150.1.patch
>
>
> When using other file system other than hdfs, users see warning message regarding hdfs chgrp. The warning is very annoying and confusing. We'd better remove it. 
> The warning example:
> {noformat}
> hive> insert overwrite table s3_test select total_emp, salary, description from sample_07 limit 5;
> -chgrp: '' does not match expected pattern for group
> Usage: hadoop fs [generic options] -chgrp [-R] GROUP PATH...
> Total jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks determined at compile time: 1
> In order to change the average load for a reducer (in bytes):
>   set hive.exec.reducers.bytes.per.reducer=<number>
> {noformat}



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