You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Raghotham Murthy (JIRA)" <ji...@apache.org> on 2009/05/22 05:16:45 UTC

[jira] Resolved: (HIVE-484) Add flag to redirect system messages to stderr.

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

Raghotham Murthy resolved HIVE-484.
-----------------------------------

    Resolution: Duplicate
      Assignee: Raghotham Murthy

With HIVE-505, all info messages will be written to stderr. So, you can redirect hive command line output to a file without specifying the silent option.

> Add flag to redirect system messages to stderr.
> -----------------------------------------------
>
>                 Key: HIVE-484
>                 URL: https://issues.apache.org/jira/browse/HIVE-484
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Logging
>            Reporter: S. Alex Smith
>            Assignee: Raghotham Murthy
>
> (It is possible that this is a Hadoop issue, rather than Hive)
> Hive currently puts job-status information, such as the percentage of the job completed, to stdout.  This information can be removed with the silent flag "-S", but it cannot be reasonably redirected.  This means that users who want to capture the output of jobs are stuck with either getting status information in their capture, or foregoing status entirely.
> Both these options are bad.
> It would be nice if there were a way to redirect everything which -S silences to stderr.

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