Shinichi Yamashita created HIVE-11511:
-----------------------------------------
Summary: Output the message of orcfiledump when ORC files are not
specified
Key: HIVE-11511
URL: https://issues.apache.org/jira/browse/HIVE-11511
Project: Hive
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Shinichi Yamashita
Assignee: Shinichi Yamashita
When I execute the orcfiledump command without specifying a ORC file, any
message is not output and return value is 0.
{code}
[root@hive hive]# /usr/local/hive/bin/hive --orcfiledump
[root@hive hive]# echo $?
0
{code}
For this behavior, I will be modified to output a error message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)