You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2011/04/12 00:33:05 UTC

[jira] [Created] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Log4J initialization info should not be printed out if -S is specified
----------------------------------------------------------------------

                 Key: HIVE-2107
                 URL: https://issues.apache.org/jira/browse/HIVE-2107
             Project: Hive
          Issue Type: Bug
            Reporter: Ning Zhang
            Assignee: Ning Zhang
            Priority: Minor
         Attachments: HIVE-2107.patch

SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ning Zhang updated HIVE-2107:
-----------------------------

    Attachment: HIVE-2107.patch

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018609#comment-13018609 ] 

Ning Zhang commented on HIVE-2107:
----------------------------------

https://reviews.apache.org/r/580/

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2107:
---------------------------------

      Component/s: Logging
    Fix Version/s: 0.8.0

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>          Components: Logging
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018623#comment-13018623 ] 

Namit Jain commented on HIVE-2107:
----------------------------------

+1

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ning Zhang updated HIVE-2107:
-----------------------------

    Status: Patch Available  (was: Open)

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-2107) Log4J initialization info should not be printed out if -S is specified

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-2107:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed. Thanks Ning

> Log4J initialization info should not be printed out if -S is specified
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2107
>                 URL: https://issues.apache.org/jira/browse/HIVE-2107
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>            Priority: Minor
>         Attachments: HIVE-2107.patch
>
>
> SessionState.initHiveLog4j() is called before hive command argument -S is parsed, so initHiveLog4j will printed out the init info even though -S is specified.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira