[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated HIVE-21556:
--
Labels: patch-available pull-request-available  (was: patch-available)

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>  Labels: patch-available, pull-request-available
> Attachments: HIVE-21556.1.patch
>
>
>  
> {code:java}
> logger.Mortbay.name = org.mortbay
> logger.Mortbay.level = INFO
> {code}
> The logger `Mortbay` in log4j.properties is used to control logging 
> activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, 
> the package name has changed to `org.eclipse.jetty` and we have added the new 
> logger to control jetty. `Mortbay` is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Labels: patch-available  (was: )

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>  Labels: patch-available
> Attachments: HIVE-21556.1.patch
>
>
>  
> {code:java}
> logger.Mortbay.name = org.mortbay
> logger.Mortbay.level = INFO
> {code}
> The logger `Mortbay` in log4j.properties is used to control logging 
> activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, 
> the package name has changed to `org.eclipse.jetty` and we have added the new 
> logger to control jetty. `Mortbay` is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Attachment: HIVE-21556.1.patch

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
> Attachments: HIVE-21556.1.patch
>
>
>  
> {code:java}
> logger.Mortbay.name = org.mortbay
> logger.Mortbay.level = INFO
> {code}
> The logger `Mortbay` in log4j.properties is used to control logging 
> activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, 
> the package name has changed to `org.eclipse.jetty` and we have added the new 
> logger to control jetty. `Mortbay` is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Description: 
 
{code:java}
logger.Mortbay.name = org.mortbay
logger.Mortbay.level = INFO
{code}
The logger `Mortbay` in log4j.properties is used to control logging activities 
of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, the package 
name has changed to `org.eclipse.jetty` and we have added the new logger to 
control jetty. `Mortbay` is useless. I guess we can remove it.

  was:
{{The logger `Mortbay`}}
{code:java}
// code placeholder
{code}
{{in log4j.properties is used to control logging activities of jetty (6.x). 
However, we have upgrade to jetty 9 in HIVE-16049, the package name has changed 
to `org.eclipse.jetty` and we have added `Jetty` logger to control the new 
version. `Mortbay` is useless. I guess we can remove it.}}


> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>
>  
> {code:java}
> logger.Mortbay.name = org.mortbay
> logger.Mortbay.level = INFO
> {code}
> The logger `Mortbay` in log4j.properties is used to control logging 
> activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, 
> the package name has changed to `org.eclipse.jetty` and we have added the new 
> logger to control jetty. `Mortbay` is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Description: 
{{The logger `Mortbay`}}
{code:java}
// code placeholder
{code}
{{in log4j.properties is used to control logging activities of jetty (6.x). 
However, we have upgrade to jetty 9 in HIVE-16049, the package name has changed 
to `org.eclipse.jetty` and we have added `Jetty` logger to control the new 
version. `Mortbay` is useless. I guess we can remove it.}}

  was:The configuration `org.mortbay` in log4j.properties is used to control 
logging activities of jetty (6.x). However, we have upgrade to jetty 9 in 
HIVE-16049, the package name has changed to `org.eclipse.jetty`. This 
configuration is useless. I guess we can remove it.


> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>
> {{The logger `Mortbay`}}
> {code:java}
> // code placeholder
> {code}
> {{in log4j.properties is used to control logging activities of jetty (6.x). 
> However, we have upgrade to jetty 9 in HIVE-16049, the package name has 
> changed to `org.eclipse.jetty` and we have added `Jetty` logger to control 
> the new version. `Mortbay` is useless. I guess we can remove it.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Description: The configuration `org.mortbay` in log4j.properties is used to 
control logging activities of jetty (6.x). However, we have upgrade to jetty 9 
in HIVE-16049, the package name has changed to `org.eclipse.jetty`. This 
configuration is useless. I guess we can remove it.  (was: The configuration 
`org.mortbay` in log4j.properties is used to control logging activities of 
jetty . However, we have upgrade to jetty 9 in HIVE-16049, the package name has 
changed to `org.eclipse.jetty`, this configuration is useless. I guess we can 
remove it.)

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>
> The configuration `org.mortbay` in log4j.properties is used to control 
> logging activities of jetty (6.x). However, we have upgrade to jetty 9 in 
> HIVE-16049, the package name has changed to `org.eclipse.jetty`. This 
> configuration is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Description: The configuration `org.mortbay` in log4j.properties is used to 
control logging activities of jetty . However, we have upgrade to jetty 9 in 
HIVE-16049, the package name has changed to `org.eclipse.jetty`, this 
configuration is useless. I guess we can remove it.  (was: We has upgrade to 
jetty 9 in HIVE-16049, the configuration `org.mortbay` in log4j.properties for 
old version of jetty is useless. )

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>
> The configuration `org.mortbay` in log4j.properties is used to control 
> logging activities of jetty . However, we have upgrade to jetty 9 in 
> HIVE-16049, the package name has changed to `org.eclipse.jetty`, this 
> configuration is useless. I guess we can remove it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties

2019-04-01 Thread Chen Zhi (JIRA)


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

Chen Zhi updated HIVE-21556:

Description: We has upgrade to jetty 9 in HIVE-16049, the configuration 
`org.mortbay` in log4j.properties for old version of jetty is useless.   (was: 
We has upgrade to jetty 9 in 
[HIVE-16049](https://issues.apache.org/jira/browse/HIVE-16049), the 
configuration `org.mortbay` in log4j.properties for old version of jetty is 
useless. )

> Useless configuration for old jetty in log4j.properties
> ---
>
> Key: HIVE-21556
> URL: https://issues.apache.org/jira/browse/HIVE-21556
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration
>Reporter: Chen Zhi
>Priority: Minor
>
> We has upgrade to jetty 9 in HIVE-16049, the configuration `org.mortbay` in 
> log4j.properties for old version of jetty is useless. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)