[jira] [Updated] (TEZ-3558) CartesianProduct is missing from the ExampleDriver class

2016-12-13 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3558:
---
Attachment: TEZ-3558.1.patch

[~aplusplus] : Please review when you get a chance. Thanks. 

> CartesianProduct is missing from the ExampleDriver class
> 
>
> Key: TEZ-3558
> URL: https://issues.apache.org/jira/browse/TEZ-3558
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
>Priority: Minor
> Attachments: TEZ-3558.1.patch
>
>




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


[jira] [Created] (TEZ-3558) CartesianProduct is missing from the ExampleDriver class

2016-12-13 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3558:
--

 Summary: CartesianProduct is missing from the ExampleDriver class
 Key: TEZ-3558
 URL: https://issues.apache.org/jira/browse/TEZ-3558
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sushmitha Sreenivasan
Priority: Minor






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


[jira] [Updated] (TEZ-3496) Tez UI: Optimize display of all tasks table

2016-11-08 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3496:
---
Attachment: Final attempt log.png

> Tez UI: Optimize display of all tasks table
> ---
>
> Key: TEZ-3496
> URL: https://issues.apache.org/jira/browse/TEZ-3496
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: Final attempt log.png, TEZ-3496.1.WIP.patch, 
> TEZ-3496.1.patch, TEZ-3496.2.patch
>
>
> Display attempt log links in all task tables. The column could be named 
> "Final Attempt Log"
> - When attempts are available, show View & Download links for the last 
> attempt log
> - If no attempts are available, just display "Not Available!" message.
> The change must be made in tasks table under DAG & Vertex.



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


[jira] [Commented] (TEZ-3496) Tez UI: Optimize display of all tasks table

2016-11-08 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15649390#comment-15649390
 ] 

Sushmitha Sreenivasan commented on TEZ-3496:


Applied the patch and compiled Tez UI locally. The 'Final Attempt Log' column 
in Tasks table is showing 'Not Available' though there is a successfulAttemptId 
in the ATS data returned by 
'http://localhost:8188/ws/v1/timeline/TEZ_TASK_ID?limit=9007199254740991=TEZ_DAG_ID:"dag_1478649258714_0002_1"&_=1478652220188'.
 
Please refer to screenshot. Thanks. 

> Tez UI: Optimize display of all tasks table
> ---
>
> Key: TEZ-3496
> URL: https://issues.apache.org/jira/browse/TEZ-3496
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3496.1.WIP.patch, TEZ-3496.1.patch, TEZ-3496.2.patch
>
>
> Display attempt log links in all task tables. The column could be named 
> "Final Attempt Log"
> - When attempts are available, show View & Download links for the last 
> attempt log
> - If no attempts are available, just display "Not Available!" message.
> The change must be made in tasks table under DAG & Vertex.



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


[jira] [Commented] (TEZ-3457) Add more UTs for ContainerReuse.

2016-10-11 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566453#comment-15566453
 ] 

Sushmitha Sreenivasan commented on TEZ-3457:


With respect to coverage, Can we add a unit test for environment variables? 
1.) Same ["foo=foo1,bar=bar1", "foo=foo1,bar=bar1"]
2.) Different ["foo=foo1,bar=bar1", "gama=gama1,beta=beta1"]
3.) One common ["foo=foo1,bar=bar1", "foo=foo1,gama=gama1"]


> Add more UTs for ContainerReuse.
> 
>
> Key: TEZ-3457
> URL: https://issues.apache.org/jira/browse/TEZ-3457
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Harish Jaiprakash
>Assignee: Harish Jaiprakash
> Attachments: TEZ-3457.0.patch
>
>
> Increasing number of cases being tested in the UTs for container re-use.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-10-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: (was: TEZ-3433.v2.patch)

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3433.patch, TEZ-3433.v2.patch
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-10-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: TEZ-3433.v2.patch

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3433.patch, TEZ-3433.v2.patch
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-10-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: (was: TEZ-3433.patch.1)

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3433.patch, TEZ-3433.v2.patch
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-10-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: TEZ-3433.v2.patch

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3433.patch, TEZ-3433.v2.patch
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-10-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: TEZ-3433.patch.1

[~Sreenath]: Addressed all the comments. Can you please take a look when you 
get a chance? Thanks. 

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3433.patch, TEZ-3433.patch.1
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Updated] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-09-23 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3433:
---
Attachment: TEZ-3433.patch

[~Sreenath] : Added a patch for your review. Thanks.

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3433.patch
>
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Commented] (TEZ-3433) Tez UI: Searching using wrong ID causes error in all DAGs page

2016-09-23 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15517237#comment-15517237
 ] 

Sushmitha Sreenivasan commented on TEZ-3433:


[~Sreenath] / [~hitesh] : Can you please assign this to me? I have a patch and 
unit test ready for this. Thanks. 

> Tez UI: Searching using wrong ID causes error in all DAGs page
> --
>
> Key: TEZ-3433
> URL: https://issues.apache.org/jira/browse/TEZ-3433
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>
> - In All DAGs page, DAG id uses an implementation separate from other search 
> parameters.
> - It throws error on trying to search with a wrong ID.
> - Fix the UI to display a "No records available!" message, similar to the one 
> we display on giving a wrong value in other fields.



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


[jira] [Commented] (TEZ-3434) Add unit tests for flush events and interval with recovery

2016-09-13 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15488702#comment-15488702
 ] 

Sushmitha Sreenivasan commented on TEZ-3434:


+1. Looks good to me. 

> Add unit tests for flush events and interval with recovery
> --
>
> Key: TEZ-3434
> URL: https://issues.apache.org/jira/browse/TEZ-3434
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Harish Jaiprakash
>Assignee: Harish Jaiprakash
> Attachments: TEZ-3434.01.patch
>
>
> Test tez.dag.recovery.max.unflushed.events and 
> tez.dag.recovery.flush.interval.secs properties and verify that:
> * Events gets flushed when either of the properties gets satisfied.
> * When one of the property is set to invalid value (-1) , It should respect 
> other property and flush the content
> * Apart from these two properties, the events get flushed when certain 
> specific event occurs like DAG start/stop, commit



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


[jira] [Updated] (TEZ-3431) Add unit tests for container release

2016-09-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3431:
---
Description: 
* Add unit tests for setting  tez.am.container.idle.release-timeout-min.millis 
and check that the container is held for the min hold time specified. 
* Add another test for setting tez.am.container.idle.release-timeout-max.millis 
and check if the container is released after the max hold time exceeds. 


  was:
* Add unit tests for setting  tez.am.container.idle.release-timeout-min.millis 
and check that the container is held for the min hold time specified. 
* Add another test for setting tez.am.container.idle.release-timeout-max.millis 
and check if the container is released after the max hold time exceeds. 
* Add unit test which sets tez.session.am.dag.submit.timeout.secs to say 5 secs 
and checking if dag submission timeouts after the configured time. 


> Add unit tests for container release
> 
>
> Key: TEZ-3431
> URL: https://issues.apache.org/jira/browse/TEZ-3431
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Zhiyuan Yang
>  Labels: newbie
>
> * Add unit tests for setting  
> tez.am.container.idle.release-timeout-min.millis and check that the container 
> is held for the min hold time specified. 
> * Add another test for setting 
> tez.am.container.idle.release-timeout-max.millis and check if the container 
> is released after the max hold time exceeds. 



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


[jira] [Created] (TEZ-3432) Add unit test for session timeout

2016-09-07 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3432:
--

 Summary: Add unit test for session timeout
 Key: TEZ-3432
 URL: https://issues.apache.org/jira/browse/TEZ-3432
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan


Add unit test which sets tez.session.am.dag.submit.timeout.secs to say 5 secs 
and checking if dag submission timeouts after the configured time.



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


[jira] [Updated] (TEZ-3431) Add unit tests for container release

2016-09-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3431:
---
Summary: Add unit tests for container release  (was: Add unit tests for 
session timeout and container release)

> Add unit tests for container release
> 
>
> Key: TEZ-3431
> URL: https://issues.apache.org/jira/browse/TEZ-3431
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Zhiyuan Yang
>  Labels: newbie
>
> * Add unit tests for setting  
> tez.am.container.idle.release-timeout-min.millis and check that the container 
> is held for the min hold time specified. 
> * Add another test for setting 
> tez.am.container.idle.release-timeout-max.millis and check if the container 
> is released after the max hold time exceeds. 
> * Add unit test which sets tez.session.am.dag.submit.timeout.secs to say 5 
> secs and checking if dag submission timeouts after the configured time. 



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


[jira] [Created] (TEZ-3431) Add unit tests for session timeout and container release

2016-09-07 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3431:
--

 Summary: Add unit tests for session timeout and container release
 Key: TEZ-3431
 URL: https://issues.apache.org/jira/browse/TEZ-3431
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Zhiyuan Yang


* Add unit tests for setting  tez.am.container.idle.release-timeout-min.millis 
and check that the container is held for the min hold time specified. 
* Add another test for setting tez.am.container.idle.release-timeout-max.millis 
and check if the container is released after the max hold time exceeds. 
* Add unit test which sets tez.session.am.dag.submit.timeout.secs to say 5 secs 
and checking if dag submission timeouts after the configured time. 



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


[jira] [Created] (TEZ-3399) Tez UI stats table shows task links when tez.history.logging.log.level is VERTEX

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3399:
--

 Summary: Tez UI stats table shows task links when 
tez.history.logging.log.level is VERTEX
 Key: TEZ-3399
 URL: https://issues.apache.org/jira/browse/TEZ-3399
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sreenath Somarajapuram


Enable tez.history.logging.log.level = VERTEX in custom tez interactive site, 
we see the stats table in TEZ_UI showing a link to "3 Succeeded" for TASKS. 

When clicked on the link, the tasks table shows ' No records available'.

Can we disable the link in such cases, same for task attempts when the logging 
level is TASK and etc. 



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


[jira] [Updated] (TEZ-3398) Bread crumb link to Application from Application details dag/configuration tab is broken

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3398:
---
Summary: Bread crumb link to Application from Application details 
dag/configuration tab is broken  (was: Link back to Application is broken from 
Application details dag/configuration tab)

> Bread crumb link to Application from Application details dag/configuration 
> tab is broken
> 
>
> Key: TEZ-3398
> URL: https://issues.apache.org/jira/browse/TEZ-3398
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sreenath Somarajapuram
>Priority: Critical
>
> The UI link to Application page from Application Details  Dag / Configuration 
> tab is broken.
> Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link
> {code:title=Stacktrace}
> Details:
> {
> "trace": 
> "{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
> Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
> TEZ_APPLICATION } is not 
> found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
> "message": "Failed to fetch results by the proxy from url: 
> http://host:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
> "status": 404
> }
> Request:
> {
> "adapterName": "app",
> "url": 
> "http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
> "responseHeaders": {
> "X-XSS-Protection": "1; mode=block",
> "Date": "Wed, 03 Aug 2016 22:50:16 GMT",
> "User": "hrt_qa",
> "Server": "Jetty(9.2.11.v20150529)",
> "Content-Length": "468",
> "X-Frame-Options": "SAMEORIGIN",
> "Content-Type": "application/json"
> }
> }
> Stack:
> Error: Adapter operation failed
> at new Error (native)
> at Error.EmberError 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
> at Error.ember$data$lib$adapters$errors$$AdapterError 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
> at Class.handleResponse 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
> at Class.hash.error 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
> at fire 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
> at Object.fireWith [as rejectWith] 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
> at done 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
> at XMLHttpRequest. 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
> {code}
> There is an extra 'tez' in the rest api call :
> /ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945



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


[jira] [Updated] (TEZ-3398) Link back to Application is broken from Application details dag/configuration tab

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3398:
---
Summary: Link back to Application is broken from Application details 
dag/configuration tab  (was: Link to Application is broken from Application 
details dag/configuration tab)

> Link back to Application is broken from Application details dag/configuration 
> tab
> -
>
> Key: TEZ-3398
> URL: https://issues.apache.org/jira/browse/TEZ-3398
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sreenath Somarajapuram
>Priority: Critical
>
> The UI link to Application page from Application Details  Dag / Configuration 
> tab is broken.
> Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link
> {code:title=Stacktrace}
> Details:
> {
> "trace": 
> "{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
> Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
> TEZ_APPLICATION } is not 
> found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
> "message": "Failed to fetch results by the proxy from url: 
> http://host:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
> "status": 404
> }
> Request:
> {
> "adapterName": "app",
> "url": 
> "http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
> "responseHeaders": {
> "X-XSS-Protection": "1; mode=block",
> "Date": "Wed, 03 Aug 2016 22:50:16 GMT",
> "User": "hrt_qa",
> "Server": "Jetty(9.2.11.v20150529)",
> "Content-Length": "468",
> "X-Frame-Options": "SAMEORIGIN",
> "Content-Type": "application/json"
> }
> }
> Stack:
> Error: Adapter operation failed
> at new Error (native)
> at Error.EmberError 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
> at Error.ember$data$lib$adapters$errors$$AdapterError 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
> at Class.handleResponse 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
> at Class.hash.error 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
> at fire 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
> at Object.fireWith [as rejectWith] 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
> at done 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
> at XMLHttpRequest. 
> (http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
> {code}
> There is an extra 'tez' in the rest api call :
> /ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945



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


[jira] [Updated] (TEZ-3398) Link to Application is broken from Application details dag/configuration tab

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3398:
---
Description: 
The UI link to Application page from Application Details  Dag / Configuration 
tab is broken.
Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link

{code:title=Stacktrace}
Details:
{
"trace": 
"{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
TEZ_APPLICATION } is not 
found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
"message": "Failed to fetch results by the proxy from url: 
http://host:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
"status": 404
}

Request:
{
"adapterName": "app",
"url": 
"http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
"responseHeaders": {
"X-XSS-Protection": "1; mode=block",
"Date": "Wed, 03 Aug 2016 22:50:16 GMT",
"User": "hrt_qa",
"Server": "Jetty(9.2.11.v20150529)",
"Content-Length": "468",
"X-Frame-Options": "SAMEORIGIN",
"Content-Type": "application/json"
}
}

Stack:
Error: Adapter operation failed
at new Error (native)
at Error.EmberError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
at Error.ember$data$lib$adapters$errors$$AdapterError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
at Class.handleResponse 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
at Class.hash.error 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
at fire 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
at Object.fireWith [as rejectWith] 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
at done 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
at XMLHttpRequest. 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
{code}
There is an extra 'tez' in the rest api call :
/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945

  was:
The UI link to Application page from Application Details  Dag / Configuration 
tab is broken.
Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link

{code:title=Stacktrace}
Details:
{
"trace": 
"{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
TEZ_APPLICATION } is not 
found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
"message": "Failed to fetch results by the proxy from url: 
http://nat-r6-oers-tez-v2-3-1.openstacklocal:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
"status": 404
}

Request:
{
"adapterName": "app",
"url": 
"http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
"responseHeaders": {
"X-XSS-Protection": "1; mode=block",
"Date": "Wed, 03 Aug 2016 22:50:16 GMT",
"User": "hrt_qa",
"Server": "Jetty(9.2.11.v20150529)",
"Content-Length": "468",
"X-Frame-Options": "SAMEORIGIN",
"Content-Type": "application/json"
}
}

Stack:
Error: Adapter operation failed
at new Error (native)
at Error.EmberError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
at Error.ember$data$lib$adapters$errors$$AdapterError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
at Class.handleResponse 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
at Class.hash.error 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
at fire 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
at Object.fireWith [as rejectWith] 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
at done 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
at XMLHttpRequest. 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
{code}
There is an extra 'tez' in the rest api call :
/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945


> Link to Application is broken from Application details dag/configuration tab
> 

[jira] [Created] (TEZ-3398) Link to Application is broken from Application details dag/configuration tab

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3398:
--

 Summary: Link to Application is broken from Application details 
dag/configuration tab
 Key: TEZ-3398
 URL: https://issues.apache.org/jira/browse/TEZ-3398
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sreenath Somarajapuram
Priority: Critical


The UI link to Application page from Application Details  Dag / Configuration 
tab is broken.
Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link

{code:title=Stacktrace}
Details:
{
"trace": 
"{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
TEZ_APPLICATION } is not 
found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
"message": "Failed to fetch results by the proxy from url: 
http://nat-r6-oers-tez-v2-3-1.openstacklocal:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
"status": 404
}

Request:
{
"adapterName": "app",
"url": 
"http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
"responseHeaders": {
"X-XSS-Protection": "1; mode=block",
"Date": "Wed, 03 Aug 2016 22:50:16 GMT",
"User": "hrt_qa",
"Server": "Jetty(9.2.11.v20150529)",
"Content-Length": "468",
"X-Frame-Options": "SAMEORIGIN",
"Content-Type": "application/json"
}
}

Stack:
Error: Adapter operation failed
at new Error (native)
at Error.EmberError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
at Error.ember$data$lib$adapters$errors$$AdapterError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
at Class.handleResponse 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
at Class.hash.error 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
at fire 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
at Object.fireWith [as rejectWith] 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
at done 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
at XMLHttpRequest. 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
{/code}
There is an extra 'tez' in the rest api call :
/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945



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


[jira] [Updated] (TEZ-3398) Link to Application is broken from Application details dag/configuration tab

2016-08-03 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3398:
---
Description: 
The UI link to Application page from Application Details  Dag / Configuration 
tab is broken.
Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link

{code:title=Stacktrace}
Details:
{
"trace": 
"{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
TEZ_APPLICATION } is not 
found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
"message": "Failed to fetch results by the proxy from url: 
http://nat-r6-oers-tez-v2-3-1.openstacklocal:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
"status": 404
}

Request:
{
"adapterName": "app",
"url": 
"http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
"responseHeaders": {
"X-XSS-Protection": "1; mode=block",
"Date": "Wed, 03 Aug 2016 22:50:16 GMT",
"User": "hrt_qa",
"Server": "Jetty(9.2.11.v20150529)",
"Content-Length": "468",
"X-Frame-Options": "SAMEORIGIN",
"Content-Type": "application/json"
}
}

Stack:
Error: Adapter operation failed
at new Error (native)
at Error.EmberError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
at Error.ember$data$lib$adapters$errors$$AdapterError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
at Class.handleResponse 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
at Class.hash.error 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
at fire 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
at Object.fireWith [as rejectWith] 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
at done 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
at XMLHttpRequest. 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
{code}
There is an extra 'tez' in the rest api call :
/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945

  was:
The UI link to Application page from Application Details  Dag / Configuration 
tab is broken.
Example : Application Details -> DAG tab ->  Application [ MRRSleepJob ] link

{code:title=Stacktrace}
Details:
{
"trace": 
"{\"exception\":\"NotFoundException\",\"message\":\"java.lang.Exception: 
Timeline entity { id: tez_tez_application_1470238058937_0042, type: 
TEZ_APPLICATION } is not 
found\",\"javaClassName\":\"org.apache.hadoop.yarn.webapp.NotFoundException\"}",
"message": "Failed to fetch results by the proxy from url: 
http://nat-r6-oers-tez-v2-3-1.openstacklocal:8188/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042?_=1470264604561;,
"status": 404
}

Request:
{
"adapterName": "app",
"url": 
"http://host:8080/api/v1/views/TEZ/versions/version/instances/TEZ_CLUSTER_INSTANCE/resources/atsproxy/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0042;,
"responseHeaders": {
"X-XSS-Protection": "1; mode=block",
"Date": "Wed, 03 Aug 2016 22:50:16 GMT",
"User": "hrt_qa",
"Server": "Jetty(9.2.11.v20150529)",
"Content-Length": "468",
"X-Frame-Options": "SAMEORIGIN",
"Content-Type": "application/json"
}
}

Stack:
Error: Adapter operation failed
at new Error (native)
at Error.EmberError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:24586:21)
at Error.ember$data$lib$adapters$errors$$AdapterError 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:80222:50)
at Class.handleResponse 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81517:16)
at Class.hash.error 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:81597:33)
at fire 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3320:30)
at Object.fireWith [as rejectWith] 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:3432:7)
at done 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8487:14)
at XMLHttpRequest. 
(http://host:8080/views/TEZ/version/TEZ_CLUSTER_INSTANCE/assets/vendor.js:8826:9)
{/code}
There is an extra 'tez' in the rest api call :
/ws/v1/timeline/TEZ_APPLICATION/tez_tez_application_1470238058937_0033?_=1470263740945


> Link to Application is broken from Application details dag/configuration tab
> 

[jira] [Updated] (TEZ-3384) Fix testDAGGroupingGroupingEnabled unit test

2016-07-28 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3384:
---
Attachment: TEZ-3384.3.patch

> Fix testDAGGroupingGroupingEnabled unit test 
> -
>
> Key: TEZ-3384
> URL: https://issues.apache.org/jira/browse/TEZ-3384
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3384.1.patch, TEZ-3384.2.patch, TEZ-3384.3.patch
>
>
> testDAGGroupingGroupingEnabled fails with the below stacktrace: 
> Running org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.673 sec <<< 
> FAILURE!
> testDAGGroupingGroupingEnabled(org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService)
>   Time elapsed: 1.741 sec  <<< FAILURE!
> java.lang.AssertionError: Values should be different. Actual: 
> daggroup_1000_0001_0
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failEquals(Assert.java:185)
>   at org.junit.Assert.assertNotEquals(Assert.java:161)
>   at org.junit.Assert.assertNotEquals(Assert.java:175)
>   at 
> org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService.testDAGGroupingGroupingEnabled(TestATSV15HistoryLoggingService.java:145)
> cc: [~harishjp] Can you please review? Thanks



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


[jira] [Commented] (TEZ-3384) Fix testDAGGroupingGroupingEnabled unit test

2016-07-28 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398391#comment-15398391
 ] 

Sushmitha Sreenivasan commented on TEZ-3384:


Added the suggested changes. Thanks. 

> Fix testDAGGroupingGroupingEnabled unit test 
> -
>
> Key: TEZ-3384
> URL: https://issues.apache.org/jira/browse/TEZ-3384
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3384.1.patch, TEZ-3384.2.patch
>
>
> testDAGGroupingGroupingEnabled fails with the below stacktrace: 
> Running org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.673 sec <<< 
> FAILURE!
> testDAGGroupingGroupingEnabled(org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService)
>   Time elapsed: 1.741 sec  <<< FAILURE!
> java.lang.AssertionError: Values should be different. Actual: 
> daggroup_1000_0001_0
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failEquals(Assert.java:185)
>   at org.junit.Assert.assertNotEquals(Assert.java:161)
>   at org.junit.Assert.assertNotEquals(Assert.java:175)
>   at 
> org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService.testDAGGroupingGroupingEnabled(TestATSV15HistoryLoggingService.java:145)
> cc: [~harishjp] Can you please review? Thanks



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


[jira] [Updated] (TEZ-3384) Fix testDAGGroupingGroupingEnabled unit test

2016-07-28 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3384:
---
Attachment: TEZ-3384.2.patch

> Fix testDAGGroupingGroupingEnabled unit test 
> -
>
> Key: TEZ-3384
> URL: https://issues.apache.org/jira/browse/TEZ-3384
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3384.1.patch, TEZ-3384.2.patch
>
>
> testDAGGroupingGroupingEnabled fails with the below stacktrace: 
> Running org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.673 sec <<< 
> FAILURE!
> testDAGGroupingGroupingEnabled(org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService)
>   Time elapsed: 1.741 sec  <<< FAILURE!
> java.lang.AssertionError: Values should be different. Actual: 
> daggroup_1000_0001_0
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failEquals(Assert.java:185)
>   at org.junit.Assert.assertNotEquals(Assert.java:161)
>   at org.junit.Assert.assertNotEquals(Assert.java:175)
>   at 
> org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService.testDAGGroupingGroupingEnabled(TestATSV15HistoryLoggingService.java:145)
> cc: [~harishjp] Can you please review? Thanks



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


[jira] [Updated] (TEZ-3384) Fix testDAGGroupingGroupingEnabled unit test

2016-07-28 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3384:
---
Attachment: TEZ-3384.1.patch

> Fix testDAGGroupingGroupingEnabled unit test 
> -
>
> Key: TEZ-3384
> URL: https://issues.apache.org/jira/browse/TEZ-3384
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3384.1.patch
>
>
> testDAGGroupingGroupingEnabled fails with the below stacktrace: 
> Running org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.673 sec <<< 
> FAILURE!
> testDAGGroupingGroupingEnabled(org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService)
>   Time elapsed: 1.741 sec  <<< FAILURE!
> java.lang.AssertionError: Values should be different. Actual: 
> daggroup_1000_0001_0
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failEquals(Assert.java:185)
>   at org.junit.Assert.assertNotEquals(Assert.java:161)
>   at org.junit.Assert.assertNotEquals(Assert.java:175)
>   at 
> org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService.testDAGGroupingGroupingEnabled(TestATSV15HistoryLoggingService.java:145)
> cc: [~harishjp] Can you please review? Thanks



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


[jira] [Created] (TEZ-3384) Fix testDAGGroupingGroupingEnabled unit test

2016-07-28 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3384:
--

 Summary: Fix testDAGGroupingGroupingEnabled unit test 
 Key: TEZ-3384
 URL: https://issues.apache.org/jira/browse/TEZ-3384
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sushmitha Sreenivasan


testDAGGroupingGroupingEnabled fails with the below stacktrace: 

Running org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.673 sec <<< 
FAILURE!
testDAGGroupingGroupingEnabled(org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService)
  Time elapsed: 1.741 sec  <<< FAILURE!
java.lang.AssertionError: Values should be different. Actual: 
daggroup_1000_0001_0
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:161)
at org.junit.Assert.assertNotEquals(Assert.java:175)
at 
org.apache.tez.dag.history.logging.ats.TestATSV15HistoryLoggingService.testDAGGroupingGroupingEnabled(TestATSV15HistoryLoggingService.java:145)

cc: [~harishjp] Can you please review? Thanks



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


[jira] [Updated] (TEZ-3235) Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans

2016-07-12 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3235:
---
Attachment: Tez-3235.3.patch

> Modify Example TestOrderedWordCount job to test the IPC limit for large dag 
> plans
> -
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3235.1.patch, Tez-3235.2.patch, Tez-3235.3.patch
>
>




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


[jira] [Updated] (TEZ-3329) Tez ATS data is incomplete for a vertex which fails or gets killed before initialization

2016-07-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3329:
---
Description: 
1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
fails with Input path missing. 

2.)  Query the Timeline via Rest api using the failed DagId. 
/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A

Notice that data for vertices which gets killed or fails before initialization 
is missing. 

  was:
1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
fails with Input path missing. 

2.)  Query the Timeline via Rest api using the failed DagId. 
/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A

Notice that some of the vertices data is not prese


> Tez ATS data is incomplete for a vertex which fails or gets killed before 
> initialization
> 
>
> Key: TEZ-3329
> URL: https://issues.apache.org/jira/browse/TEZ-3329
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sreenath Somarajapuram
>Priority: Critical
>
> 1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
> fails with Input path missing. 
> 2.)  Query the Timeline via Rest api using the failed DagId. 
> /ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A
> Notice that data for vertices which gets killed or fails before 
> initialization is missing. 



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


[jira] [Updated] (TEZ-3329) Tez ATS data is incomplete for a vertex which fails or gets killed before initialization

2016-07-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3329:
---
Description: 
1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
fails with Input path missing. 

2.)  Query the Timeline via Rest api using the failed DagId. 
/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A

Notice that some of the vertices data is not prese

  was:
1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
fails with Input path missing. 

2.)  Query the Timeline via Rest api using the failed DagId. 
/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A


> Tez ATS data is incomplete for a vertex which fails or gets killed before 
> initialization
> 
>
> Key: TEZ-3329
> URL: https://issues.apache.org/jira/browse/TEZ-3329
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sreenath Somarajapuram
>Priority: Critical
>
> 1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
> fails with Input path missing. 
> 2.)  Query the Timeline via Rest api using the failed DagId. 
> /ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A
> Notice that some of the vertices data is not prese



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


[jira] [Created] (TEZ-3329) Tez ATS data is incomplete for a vertex which fails or gets killed before initialization

2016-07-07 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3329:
--

 Summary: Tez ATS data is incomplete for a vertex which fails or 
gets killed before initialization
 Key: TEZ-3329
 URL: https://issues.apache.org/jira/browse/TEZ-3329
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sreenath Somarajapuram
Priority: Critical


1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG 
fails with Input path missing. 

2.)  Query the Timeline via Rest api using the failed DagId. 
/ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991=TEZ_DAG_ID%3A



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


[jira] [Updated] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3295:
---
Attachment: Tez-3295.2.patch

> Tez Example MRRSleep job should handle relative path as Input
> -
>
> Key: TEZ-3295
> URL: https://issues.apache.org/jira/browse/TEZ-3295
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: Tez-3295.1.patch, Tez-3295.2.patch
>
>
> If the absolute path of input is not specified then the job should construct 
> the absolute path from relative. 



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


[jira] [Updated] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3295:
---
Attachment: (was: Tez-3235.2.patch)

> Tez Example MRRSleep job should handle relative path as Input
> -
>
> Key: TEZ-3295
> URL: https://issues.apache.org/jira/browse/TEZ-3295
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: Tez-3295.1.patch
>
>
> If the absolute path of input is not specified then the job should construct 
> the absolute path from relative. 



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


[jira] [Updated] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3295:
---
Attachment: Tez-3235.2.patch

> Tez Example MRRSleep job should handle relative path as Input
> -
>
> Key: TEZ-3295
> URL: https://issues.apache.org/jira/browse/TEZ-3295
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: Tez-3235.2.patch, Tez-3295.1.patch
>
>
> If the absolute path of input is not specified then the job should construct 
> the absolute path from relative. 



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


[jira] [Commented] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323063#comment-15323063
 ] 

Sushmitha Sreenivasan commented on TEZ-3295:


[~harishjp] Can you please review the patch and let me know in case of any 
comments? Thanks.

> Tez Example MRRSleep job should handle relative path as Input
> -
>
> Key: TEZ-3295
> URL: https://issues.apache.org/jira/browse/TEZ-3295
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: Tez-3295.1.patch
>
>
> If the absolute path of input is not specified then the job should construct 
> the absolute path from relative. 



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


[jira] [Updated] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3295:
---
Attachment: Tez-3295.1.patch

> Tez Example MRRSleep job should handle relative path as Input
> -
>
> Key: TEZ-3295
> URL: https://issues.apache.org/jira/browse/TEZ-3295
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: Tez-3295.1.patch
>
>
> If the absolute path of input is not specified then the job should construct 
> the absolute path from relative. 



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


[jira] [Created] (TEZ-3295) Tez Example MRRSleep job should handle relative path as Input

2016-06-09 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3295:
--

 Summary: Tez Example MRRSleep job should handle relative path as 
Input
 Key: TEZ-3295
 URL: https://issues.apache.org/jira/browse/TEZ-3295
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Sushmitha Sreenivasan


If the absolute path of input is not specified then the job should construct 
the absolute path from relative. 



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


[jira] [Updated] (TEZ-3235) Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans

2016-06-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3235:
---
Attachment: (was: Tez-3235.2.patch)

> Modify Example TestOrderedWordCount job to test the IPC limit for large dag 
> plans
> -
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3235.1.patch, Tez-3235.2.patch
>
>




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


[jira] [Updated] (TEZ-3235) Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans

2016-06-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3235:
---
Attachment: Tez-3235.2.patch

> Modify Example TestOrderedWordCount job to test the IPC limit for large dag 
> plans
> -
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3235.1.patch, Tez-3235.2.patch
>
>




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


[jira] [Updated] (TEZ-3235) Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans

2016-06-07 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3235:
---
Attachment: Tez-3235.2.patch

[~aplusplus] Thank you for the review comments. Made all the suggested changes. 
Please take a look when you get a chance. 

> Modify Example TestOrderedWordCount job to test the IPC limit for large dag 
> plans
> -
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3235.1.patch, Tez-3235.2.patch
>
>




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


[jira] [Created] (TEZ-3276) Tez Example MRRSleep job fails when defaultFS is s3 and tez.staging-dir is in HDFS

2016-05-25 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3276:
--

 Summary: Tez Example MRRSleep job fails when defaultFS is s3 and 
tez.staging-dir is in HDFS
 Key: TEZ-3276
 URL: https://issues.apache.org/jira/browse/TEZ-3276
 Project: Apache Tez
  Issue Type: Bug
Reporter: Sushmitha Sreenivasan
Assignee: Harish Jaiprakash


{code:title=tez-site.xml}

  tez.staging-dir
  hdfs://:8020/tmp/${user.name}/staging

{code}

{code:title=core-site.xml}

  fs.defaultFS
  s3a://myCluster
  true

{code}

hadoop jar /usr/hdp/current/tez-client/tez-tests-0.7.0.2.5.0.0-562.jar mrrsleep 
-m 1
WARNING: Use "yarn jar" to launch YARN applications.
java.lang.IllegalArgumentException: Wrong FS: 
hdfs://:8020/tmp/hrt_qa/staging/1464213994527, expected: 
s3a://myCluster
at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:658)
at org.apache.hadoop.fs.FileSystem.makeQualified(FileSystem.java:478)
at 
org.apache.tez.mapreduce.examples.MRRSleepJob.run(MRRSleepJob.java:739)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
at 
org.apache.tez.mapreduce.examples.MRRSleepJob.main(MRRSleepJob.java:399)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:71)
at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:144)
at 
org.apache.tez.mapreduce.examples.ExampleDriver.main(ExampleDriver.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136) 



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


[jira] [Updated] (TEZ-3235) Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans

2016-05-06 Thread Sushmitha Sreenivasan (JIRA)

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

Sushmitha Sreenivasan updated TEZ-3235:
---
Attachment: TEZ-3235.1.patch

> Modify Example TestOrderedWordCount job to test the IPC limit for large dag 
> plans
> -
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
>Assignee: Sushmitha Sreenivasan
> Attachments: TEZ-3235.1.patch
>
>




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


[jira] [Commented] (TEZ-3235) Modify Example TestOrdered WordCount job to test the IPC limit

2016-04-28 Thread Sushmitha Sreenivasan (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263343#comment-15263343
 ] 

Sushmitha Sreenivasan commented on TEZ-3235:


[~hitesh] Can you please assign this task to me? Thanks. 

> Modify Example TestOrdered WordCount job to test the IPC limit
> --
>
> Key: TEZ-3235
> URL: https://issues.apache.org/jira/browse/TEZ-3235
> Project: Apache Tez
>  Issue Type: Task
>Affects Versions: 0.8.3
>Reporter: Sushmitha Sreenivasan
> Fix For: 0.8.3
>
>




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


[jira] [Created] (TEZ-3235) Modify Example TestOrdered WordCount job to test the IPC limit

2016-04-28 Thread Sushmitha Sreenivasan (JIRA)
Sushmitha Sreenivasan created TEZ-3235:
--

 Summary: Modify Example TestOrdered WordCount job to test the IPC 
limit
 Key: TEZ-3235
 URL: https://issues.apache.org/jira/browse/TEZ-3235
 Project: Apache Tez
  Issue Type: Task
Affects Versions: 0.8.3
Reporter: Sushmitha Sreenivasan
 Fix For: 0.8.3






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