[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-04-05 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
Fix Version/s: 2.0.1

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Sergey Shelukhin
>Assignee: Prasanth Jayachandran
> Fix For: 2.1.0, 2.0.1
>
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-05 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
Fix Version/s: 2.1.0

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Sergey Shelukhin
>Assignee: Prasanth Jayachandran
> Fix For: 2.1.0
>
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-05 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
  Resolution: Fixed
Target Version/s: 2.1.0, 2.0.1
  Status: Resolved  (was: Patch Available)

Committed to master. Also marked target version as 2.0.1 for inclusion to 
branch-2.0

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Sergey Shelukhin
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-02 Thread Sergey Shelukhin (JIRA)

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

Sergey Shelukhin updated HIVE-13199:

Reporter: Sergey Shelukhin  (was: Prasanth Jayachandran)

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Sergey Shelukhin
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-02 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
Description: 
NDC context were missing from the log lines. Reason for it is NDC class is part 
of log4j-1.2-api (bridge jar). This is added as compile time dependency. Due to 
the absence of this jar in llap daemons, the NDC context failed to initialize. 
Log4j2 replaced NDC with ThreadContext. Hence we need the bridge jar.


  was:NDC context were missing from the log lines. Reason for it is NDC class 
is part of log4j-1.2-api (bridge jar). This is added as compile time 
dependency. Due to the absence of this jar in llap daemons, the NDC context 
failed to initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the 
bridge jar.


> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-02 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
Status: Patch Available  (was: Open)

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13199) NDC stopped working in LLAP logging

2016-03-02 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-13199:
-
Attachment: HIVE-13199.1.patch

> NDC stopped working in LLAP logging
> ---
>
> Key: HIVE-13199
> URL: https://issues.apache.org/jira/browse/HIVE-13199
> Project: Hive
>  Issue Type: Bug
>  Components: llap, Logging
>Affects Versions: 2.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-13199.1.patch
>
>
> NDC context were missing from the log lines. Reason for it is NDC class is 
> part of log4j-1.2-api (bridge jar). This is added as compile time dependency. 
> Due to the absence of this jar in llap daemons, the NDC context failed to 
> initialize. Log4j2 replaced NDC with ThreadContext. Hence we need the bridge 
> jar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)