You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/02/06 02:13:59 UTC

[jira] Commented: (HIVE-275) "hive -e ''" writes non-output to stdout

    [ https://issues.apache.org/jira/browse/HIVE-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670971#action_12670971 ] 

Zheng Shao commented on HIVE-275:
---------------------------------

hive -S -e 'select * from my_table' will do what you want.
-S stands for silent.


> "hive -e '<query>'" writes non-output to stdout
> -----------------------------------------------
>
>                 Key: HIVE-275
>                 URL: https://issues.apache.org/jira/browse/HIVE-275
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Clients
>            Reporter: S. Alex Smith
>
> A command like: hive -e 'select * from my_table' produces output like:
> Hive history file=/tmp/asmith/hive_job_log_asmith_200902051423_1455103524.txt
> OK
> 1       [4, 4]
> 1       [0, 1]
> 0       [0, 0]
> 0       [1, 0]
> Time taken: 2.413 seconds
> where all seven lines go to stdout, instead of lines 1, 2, and 7 going to stderr.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.