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)