[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-24 Thread Hitesh Shah (JIRA)

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

Hitesh Shah updated AMBARI-17186:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Thanks [~Sreenath]. Committed to trunk and branch 2.4 

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch, AMBARI-17186.4.patch, AMBARI-17186.5.patch, 
> AMBARI-17186.6.patch, AMBARI-17186.7.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-23 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.7.patch

Corrected white-spaces in the exception message.

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch, AMBARI-17186.4.patch, AMBARI-17186.5.patch, 
> AMBARI-17186.6.patch, AMBARI-17186.7.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-23 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.6.patch

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch, AMBARI-17186.4.patch, AMBARI-17186.5.patch, 
> AMBARI-17186.6.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-23 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.5.patch

Attaching a patch with the comments addressed.

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch, AMBARI-17186.4.patch, AMBARI-17186.5.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-23 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.4.patch

[~hitesh]
Attaching a fresh patch with the exception implementation refactored. Now we 
use a single class "TezWebAppException" with overloaded constructors for 
various kinds of exceptions.
Please help in reviewing.

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch, AMBARI-17186.4.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-20 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Status: Patch Available  (was: In Progress)

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch, 
> AMBARI-17186.3.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-17 Thread Aravindan Vijayan (JIRA)

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

Aravindan Vijayan updated AMBARI-17186:
---
Affects Version/s: 2.4.0

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-17 Thread Aravindan Vijayan (JIRA)

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

Aravindan Vijayan updated AMBARI-17186:
---
Affects Version/s: (was: 2.4.0)

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-16 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.2.patch

Attaching a fresh patch with the review comments addressed.

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch, AMBARI-17186.2.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-16 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Status: Open  (was: Patch Available)

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Description: 
More log messages would help us to debug EARs faster.
# Add error log when configuration fetch fails.
# Add debug log when request proxying / redirection succeed
# Add error log when request proxying / redirection fails

With effect from AMBARI-14084, each view would have separate log file.
- For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
- Debug log would be logged only when the debug mode is enabled. (Set 
log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in view.log4j.properties 
for the same)

  was:
More log messages would help us to debug EARs faster.
# Add error log when configuration fetch fails.
# Add debug log when request proxying / redirection succeed
# Add error log when request proxying / redirection fails


> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails
> With effect from AMBARI-14084, each view would have separate log file.
> - For Tez view that is /var/log/ambari-server/tez-view/tez-view.log.
> - Debug log would be logged only when the debug mode is enabled. (Set 
> log4j.logger.org.apache.ambari.view.tez=DEBUG,tezView in 
> view.log4j.properties for the same)



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Description: 
More log messages would help us to debug EARs faster.
# Add error log when configuration fetch fails.
# Add debug log when request proxying / redirection succeed
# Add error log when request proxying / redirection fails

  was:More log messages would help us to debug EARs faster.


> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.
> # Add error log when configuration fetch fails.
> # Add debug log when request proxying / redirection succeed
> # Add error log when request proxying / redirection fails



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Status: Patch Available  (was: In Progress)

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Attachment: AMBARI-17186.1.patch

[~dbhowmick] [~pallavkul]
Please help in reviewing & committing the patch.

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Fix Version/s: (was: ambari-2.4.0)
   2.4.0

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-17186.1.patch
>
>
> More log messages would help us to debug EARs faster.



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-14 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Fix Version/s: ambari-2.4.0

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Priority: Blocker
> Fix For: ambari-2.4.0
>
>
> More log messages would help us to debug EARs faster.



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


[jira] [Updated] (AMBARI-17186) Tez View: Improve proxy logging

2016-06-13 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated AMBARI-17186:

Summary: Tez View: Improve proxy logging  (was: Tez Ui: Improve proxy 
logging)

> Tez View: Improve proxy logging
> ---
>
> Key: AMBARI-17186
> URL: https://issues.apache.org/jira/browse/AMBARI-17186
> Project: Ambari
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Priority: Blocker
>
> More log messages would help us to debug EARs faster.



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