[jira] [Updated] (HIVE-11511) Output the message of orcfiledump when ORC files are not specified

2015-08-11 Thread Shinichi Yamashita (JIRA)

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

Shinichi Yamashita updated HIVE-11511:
--
Attachment: HIVE-11511.2.patch

Thank you for your comment. I attach a patch file which changed System.exit to 
return.

> 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
>  Labels: orcfile
> Attachments: HIVE-11511.1.patch, HIVE-11511.2.patch
>
>
> 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)


[jira] [Updated] (HIVE-11511) Output the message of orcfiledump when ORC files are not specified

2015-08-10 Thread Shinichi Yamashita (JIRA)

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

Shinichi Yamashita updated HIVE-11511:
--
Attachment: HIVE-11511.1.patch

I attach a file that works as follws.

{code}
[root@hive hive]# /usr/local/hive/bin/hive --orcfiledump
Error : ORC files are not specified
[root@hive hive]# echo $?
1
{code}

> 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
>  Labels: orcfile
> Attachments: HIVE-11511.1.patch
>
>
> 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)


[jira] [Updated] (HIVE-11511) Output the message of orcfiledump when ORC files are not specified

2015-08-10 Thread Shinichi Yamashita (JIRA)

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

Shinichi Yamashita updated HIVE-11511:
--
Labels: orcfile  (was: )

> 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
>  Labels: orcfile
>
> 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)