[
https://issues.apache.org/jira/browse/HIVE-19456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chuanjie.duan updated HIVE-19456:
---------------------------------
Description:
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) and
return "null" value when catching exception
was:
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
> 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
> Priority: Major
>
> 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) and
> return "null" value when catching exception
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)