You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "chuanjie.duan (JIRA)" <ji...@apache.org> on 2018/05/08 08:52:01 UTC

[jira] [Created] (HIVE-19456) Beeline dfs command Error: Error while processing statement: (state=,code=1)

chuanjie.duan created HIVE-19456:
------------------------------------

             Summary: Beeline dfs command Error: Error while processing statement: (state=,code=1)
                 Key: HIVE-19456
                 URL: https://issues.apache.org/jira/browse/HIVE-19456
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 1.2.1
            Reporter: chuanjie.duan


Reproduce steps:
 # hdfs dfs -chmod 750 /tmp/aaa  (user:test)
 # beeline login with user test1
 # beeline "dfs -ls /tmp/aaa"
 # Error: Error while processing statement: (state=,code=1)

Cause:

beeline "dfs" command would call fsshell, fsshell just err.print(errmsg) when catching exception



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)