[jira] [Comment Edited] (TEZ-3055) I got this jar is by the mvn package and run it on my cluster,occurred this problem.I can run the example which the tez given successful.But when I run this jar whic

2016-01-19 Thread Jeff Zhang (JIRA)

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

Jeff Zhang edited comment on TEZ-3055 at 1/20/16 6:43 AM:
--

Please ask this kind of question on tez mail list, u...@tez.apache.org


was (Author: zjffdu):
Could you ask this kind of question on tez mail list ? u...@tez.apache.org

> I got this jar is by the mvn package and run it on my cluster,occurred this 
> problem.I can run the example which the tez given successful.But when I run 
> this jar which is packaged by mvn packsge myself is failed.
> ---
>
> Key: TEZ-3055
> URL: https://issues.apache.org/jira/browse/TEZ-3055
> Project: Apache Tez
>  Issue Type: Improvement
> Environment: this is the tez orderedwordcount example,I want it can 
> be run on my cluster,but occurred this problem.This code is packaged by 
> myself.When I run the tez's example jar on my cluster,it's ok.My environment 
> is hadoop2.6.0+tez0.7.0.Can you give me some suggestion? 
>Reporter: Lvpenglin
>  Labels: jar, maven-package, run-example, tez
>
> Vertex failed, vertexName=ASSOCIATE, vertexId=vertex_1452667827400_0022_1_00, 
> diagnostics=
>  Task failed, taskId=task_1452667827400_0022_1_00_00, diagnostics=
>  TaskAttempt 0 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
> at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ClassNotFoundException: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:274)
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:43)
> ... 15 more
> TaskAttempt 1 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache

[jira] [Commented] (TEZ-3055) I got this jar is by the mvn package and run it on my cluster,occurred this problem.I can run the example which the tez given successful.But when I run this jar which is

2016-01-19 Thread Jeff Zhang (JIRA)

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

Jeff Zhang commented on TEZ-3055:
-

Could you ask this kind of question on tez mail list ? u...@tez.apache.org

> I got this jar is by the mvn package and run it on my cluster,occurred this 
> problem.I can run the example which the tez given successful.But when I run 
> this jar which is packaged by mvn packsge myself is failed.
> ---
>
> Key: TEZ-3055
> URL: https://issues.apache.org/jira/browse/TEZ-3055
> Project: Apache Tez
>  Issue Type: Improvement
> Environment: this is the tez orderedwordcount example,I want it can 
> be run on my cluster,but occurred this problem.This code is packaged by 
> myself.When I run the tez's example jar on my cluster,it's ok.My environment 
> is hadoop2.6.0+tez0.7.0.Can you give me some suggestion? 
>Reporter: Lvpenglin
>  Labels: jar, maven-package, run-example, tez
>
> Vertex failed, vertexName=ASSOCIATE, vertexId=vertex_1452667827400_0022_1_00, 
> diagnostics=
>  Task failed, taskId=task_1452667827400_0022_1_00_00, diagnostics=
>  TaskAttempt 0 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
> at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ClassNotFoundException: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:274)
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:43)
> ... 15 more
> TaskAttempt 1 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRu

[jira] [Updated] (TEZ-3055) I got this jar is by the mvn package and run it on my cluster,occurred this problem.I can run the example which the tez given successful.But when I run this jar which is pa

2016-01-19 Thread Lvpenglin (JIRA)

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

Lvpenglin updated TEZ-3055:
---
Issue Type: Improvement  (was: Bug)

> I got this jar is by the mvn package and run it on my cluster,occurred this 
> problem.I can run the example which the tez given successful.But when I run 
> this jar which is packaged by mvn packsge myself is failed.
> ---
>
> Key: TEZ-3055
> URL: https://issues.apache.org/jira/browse/TEZ-3055
> Project: Apache Tez
>  Issue Type: Improvement
> Environment: this is the tez orderedwordcount example,I want it can 
> be run on my cluster,but occurred this problem.This code is packaged by 
> myself.When I run the tez's example jar on my cluster,it's ok.My environment 
> is hadoop2.6.0+tez0.7.0.Can you give me some suggestion? 
>Reporter: Lvpenglin
>  Labels: jar, maven-package, run-example, tez
>
> Vertex failed, vertexName=ASSOCIATE, vertexId=vertex_1452667827400_0022_1_00, 
> diagnostics=
>  Task failed, taskId=task_1452667827400_0022_1_00_00, diagnostics=
>  TaskAttempt 0 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
> at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ClassNotFoundException: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:274)
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:43)
> ... 15 more
> TaskAttempt 1 failed, info=
>  Error: Failure while running 
> task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
> com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
> at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
> at 
> org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
> at 
> org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
> at 
> org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
> at org.apache.tez.common.CallableWithNdc.ca

[jira] [Created] (TEZ-3055) I got this jar is by the mvn package and run it on my cluster,occurred this problem.I can run the example which the tez given successful.But when I run this jar which is pa

2016-01-19 Thread Lvpenglin (JIRA)
Lvpenglin created TEZ-3055:
--

 Summary: I got this jar is by the mvn package and run it on my 
cluster,occurred this problem.I can run the example which the tez given 
successful.But when I run this jar which is packaged by mvn packsge myself is 
failed.
 Key: TEZ-3055
 URL: https://issues.apache.org/jira/browse/TEZ-3055
 Project: Apache Tez
  Issue Type: Bug
 Environment: this is the tez orderedwordcount example,I want it can be 
run on my cluster,but occurred this problem.This code is packaged by 
myself.When I run the tez's example jar on my cluster,it's ok.My environment is 
hadoop2.6.0+tez0.7.0.Can you give me some suggestion? 
Reporter: Lvpenglin


Vertex failed, vertexName=ASSOCIATE, vertexId=vertex_1452667827400_0022_1_00, 
diagnostics=
 Task failed, taskId=task_1452667827400_0022_1_00_00, diagnostics=
 TaskAttempt 0 failed, info=
 Error: Failure while running 
task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
at 
org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
at 
org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
at 
org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: 
com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:274)
at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:43)
... 15 more
TaskAttempt 1 failed, info=
 Error: Failure while running 
task:org.apache.tez.dag.api.TezUncheckedException: Unable to load class: 
com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
at org.apache.tez.common.ReflectionUtils.getClazz(ReflectionUtils.java:45)
at 
org.apache.tez.common.ReflectionUtils.createClazzInstance(ReflectionUtils.java:96)
at 
org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.createProcessor(LogicalIOProcessorRuntimeTask.java:584)
at 
org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.initialize(LogicalIOProcessorRuntimeTask.java:202)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:176)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:171)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:171)
at 
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:167)
at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: 
com.teradata.sddg.sgprocessor.TezDataGeneratorTest$DataGenerationProcessor
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(N

Success: TEZ-3053 PreCommit Build #1428

2016-01-19 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/TEZ-3053
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/1428/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 3765 lines...]
[INFO] Tez ... SUCCESS [  0.033 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 54:04 min
[INFO] Finished at: 2016-01-20T02:28:48+00:00
[INFO] Final Memory: 89M/1409M
[INFO] 




{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12783206/TEZ-3053.1.txt
  against master revision cc06400.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1428//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1428//console

This message is automatically generated.


==
==
Adding comment to Jira.
==
==


Comment added.
1c5e1e6a90266e431f803e2769da3b54d07c7299 logged out


==
==
Finished build.
==
==


Archiving artifacts
[description-setter] Description set: TEZ-3053
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



###
## FAILED TESTS (if any) 
##
All tests passed

[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread TezQA (JIRA)

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

TezQA commented on TEZ-3053:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12783206/TEZ-3053.1.txt
  against master revision cc06400.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1428//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1428//console

This message is automatically generated.

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread TezQA (JIRA)

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

TezQA commented on TEZ-3053:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12783206/TEZ-3053.1.txt
  against master revision 9e47c63.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in :
   org.apache.tez.test.TestRecovery

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1427//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1427//console

This message is automatically generated.

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


Failed: TEZ-3053 PreCommit Build #1427

2016-01-19 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/TEZ-3053
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/1427/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 3573 lines...]
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :tez-tests
[INFO] Build failures were ignored.




{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12783206/TEZ-3053.1.txt
  against master revision 9e47c63.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in :
   org.apache.tez.test.TestRecovery

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1427//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1427//console

This message is automatically generated.


==
==
Adding comment to Jira.
==
==


Comment added.
f61a7bc94ff5f99c7a6187db8faaf69af37d7662 logged out


==
==
Finished build.
==
==


Build step 'Execute shell' marked build as failure
Archiving artifacts
Compressed 3.17 MB of artifacts by 27.6% relative to #1421
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
1 tests failed.
FAILED:  org.apache.tez.test.TestRecovery.testRecovery_HashJoin

Error Message:
port out of range:-1

Stack Trace:
java.lang.IllegalArgumentException: port out of range:-1
at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
at 
java.net.InetSocketAddress.createUnresolved(InetSocketAddress.java:254)
at 
org.apache.hadoop.net.NetUtils.createSocketAddrForHost(NetUtils.java:244)
at 
org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:910)
at 
org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:902)
at org.apache.tez.client.TezClient.getAMProxy(TezClient.java:821)
at 
org.apache.tez.client.TezClient.getAppMasterStatus(TezClient.java:699)
at 
org.apache.tez.client.TezClient.waitNonSessionTillReady(TezClient.java:797)
at 
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:900)
at 
org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:855)
at org.apache.tez.client.TezClient.submitDAG(TezClient.java:454)
at 
org.apache.tez.examples.TezExampleBase.runDag(TezExampleBase.java:180)
at 
org.apache.tez.examples.HashJoinExample.runJob(HashJoinExample.java:130)
at 
org.apache.tez.examples.TezExampleBase._execute(TezExampleBase.java:232)
at org.apache.tez.examples.TezExampleBase.run(TezExampleBase.java:113)
at 
org.apache.tez.test.TestRecovery.testHashJoinExample(TestRecovery.java:476)
at 
org.apache.tez.test.TestRecovery.testRecovery_HashJoin(TestRecovery.java:405)




[jira] [Resolved] (TEZ-3033) changes for 0.8.2 release

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth resolved TEZ-3033.
-
   Resolution: Fixed
Fix Version/s: 0.8.2

> changes for 0.8.2 release
> -
>
> Key: TEZ-3033
> URL: https://issues.apache.org/jira/browse/TEZ-3033
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Fix For: 0.8.2
>
> Attachments: TEZ-3033.part1.txt, TEZ-3033.part2.txt
>
>




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


[jira] [Updated] (TEZ-3033) changes for 0.8.2 release

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3033:

Fix Version/s: (was: 0.8.2)
   0.8.3

> changes for 0.8.2 release
> -
>
> Key: TEZ-3033
> URL: https://issues.apache.org/jira/browse/TEZ-3033
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Fix For: 0.8.3
>
> Attachments: TEZ-3033.part1.txt, TEZ-3033.part2.txt
>
>




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


[jira] [Resolved] (TEZ-2898) tez tools : swimlanes.py is broken in master

2016-01-19 Thread Rajesh Balamohan (JIRA)

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

Rajesh Balamohan resolved TEZ-2898.
---
  Resolution: Fixed
Hadoop Flags: Reviewed
   Fix Version/s: 0.8.3
Target Version/s: 0.8.3

Thanks [~gopalv]. Committed to master.
>>
commit cc06400139f9a16d2f0b0c53b0a8589f6f3b2ad8
>>

> tez tools : swimlanes.py is broken in master
> 
>
> Key: TEZ-2898
> URL: https://issues.apache.org/jira/browse/TEZ-2898
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
> Fix For: 0.8.3
>
> Attachments: TEZ-2898.1.patch, TEZ-2898.2.patch
>
>
> {noformat}
> Traceback (most recent call last):
>   File "swimlane.py", line 199, in 
> sys.exit(main(sys.argv[1:]))
>   File "swimlane.py", line 120, in main
> log = AMLog(args[0]).structure()
>   File 
> "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py",
>  line 208, in __init__
> self.events = filter(lambda a:a, [self.parse(l.strip()) for l in fp])
>   File 
> "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py",
>  line 275, in parse
> ts = m.group("ts")
> AttributeError: 'NoneType' object has no attribute 'group'
> {noformat}
> Looks like the regex format needs to be updated to suite master branch 
> format. 
> \cc [~gopalv]



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


[jira] [Commented] (TEZ-2898) tez tools : swimlanes.py is broken in master

2016-01-19 Thread Rajesh Balamohan (JIRA)

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

Rajesh Balamohan commented on TEZ-2898:
---

Will commit .1 version shortly as the reconstruction of logURL is not getting 
redirected from NM properly.

> tez tools : swimlanes.py is broken in master
> 
>
> Key: TEZ-2898
> URL: https://issues.apache.org/jira/browse/TEZ-2898
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Rajesh Balamohan
>Assignee: Rajesh Balamohan
> Attachments: TEZ-2898.1.patch, TEZ-2898.2.patch
>
>
> {noformat}
> Traceback (most recent call last):
>   File "swimlane.py", line 199, in 
> sys.exit(main(sys.argv[1:]))
>   File "swimlane.py", line 120, in main
> log = AMLog(args[0]).structure()
>   File 
> "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py",
>  line 208, in __init__
> self.events = filter(lambda a:a, [self.parse(l.strip()) for l in fp])
>   File 
> "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py",
>  line 275, in parse
> ts = m.group("ts")
> AttributeError: 'NoneType' object has no attribute 'group'
> {noformat}
> Looks like the regex format needs to be updated to suite master branch 
> format. 
> \cc [~gopalv]



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


[jira] [Updated] (TEZ-3033) changes for 0.8.2 release

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3033:

Attachment: TEZ-3033.part2.txt

Patch to update docs.

> changes for 0.8.2 release
> -
>
> Key: TEZ-3033
> URL: https://issues.apache.org/jira/browse/TEZ-3033
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3033.part1.txt, TEZ-3033.part2.txt
>
>




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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-3053:
--

+1 pending pre-commit 

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-2594) Fix LICENSE for missing entries for full and minimal tarballs

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-2594:
--

Updated patch based on trunk. A different patch will be needed for branch 0.7

> Fix LICENSE for missing entries for full and minimal tarballs
> -
>
> Key: TEZ-2594
> URL: https://issues.apache.org/jira/browse/TEZ-2594
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2594.1.patch, TEZ-2594.2.patch
>
>
> Minimal tarball needs its own license and notice file 



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


[jira] [Updated] (TEZ-2594) Fix licensing and notice file for minimal tarball

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah updated TEZ-2594:
-
Attachment: TEZ-2594.2.patch

Missing jars in License files 

> Fix licensing and notice file for minimal tarball
> -
>
> Key: TEZ-2594
> URL: https://issues.apache.org/jira/browse/TEZ-2594
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2594.1.patch, TEZ-2594.2.patch
>
>
> Minimal tarball needs its own license and notice file 



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


[jira] [Updated] (TEZ-2594) Fix LICENSE for missing entries for full and minimal tarballs

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah updated TEZ-2594:
-
Summary: Fix LICENSE for missing entries for full and minimal tarballs  
(was: Fix licensing and notice file for minimal tarball)

> Fix LICENSE for missing entries for full and minimal tarballs
> -
>
> Key: TEZ-2594
> URL: https://issues.apache.org/jira/browse/TEZ-2594
> Project: Apache Tez
>  Issue Type: Task
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2594.1.patch, TEZ-2594.2.patch
>
>
> Minimal tarball needs its own license and notice file 



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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on TEZ-3053:
-

task heartbeat already takes care of this internally; is that sufficient ?


> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Comment Edited] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah edited comment on TEZ-3053 at 1/19/16 11:01 PM:


Shouldnt the containerAlive() signal be done somewhere in the heartbeat 
function itself instead of the getContainerTask function? 




was (Author: hitesh):
Shouldnt the containerAlive() signal be done somewhere in the heartbeat 
function itself instead of the getContainerTask function? 

To clarify, I meant both in getTask() and the heartbeat functions ? 

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on TEZ-3053:
-

getTask proxies most of it's functionality to getContainerTask - the method 
only exists for getTask usage.

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Comment Edited] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah edited comment on TEZ-3053 at 1/19/16 11:01 PM:


Shouldnt the containerAlive() signal be done somewhere in the heartbeat 
function itself instead of the getContainerTask function? 

To clarify, I meant both in getTask() and the heartbeat functions ? 


was (Author: hitesh):
Shouldnt the containerAlive() signal be done somewhere in the heartbeat 
function itself instead of the getContainerTask function? 

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-3053:
--

To clarify, I meant both in getTask() and the heartbeat functions ? 

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-3053:
--

Shouldnt the containerAlive() signal be done somewhere in the heartbeat 
function itself instead of the getContainerTask function? 

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Resolved] (TEZ-3049) Tez UI 2: Add column selector

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram resolved TEZ-3049.
-
Resolution: Fixed

Committed to TEZ-2980

> Tez UI 2: Add column selector
> -
>
> Key: TEZ-3049
> URL: https://issues.apache.org/jira/browse/TEZ-3049
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3049.1.patch
>
>
> - Use must be provided an option to select the columns visible in a table.
> - Selection must persist across sessions



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


[jira] [Updated] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated TEZ-3053:

Attachment: TEZ-3053.1.txt

Patch to fix this. [~hitesh] - please review.

> Containers timeout if they do not receive a task within the container timeout 
> interval
> --
>
> Key: TEZ-3053
> URL: https://issues.apache.org/jira/browse/TEZ-3053
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.8.0-alpha
>Reporter: Siddharth Seth
>Assignee: Siddharth Seth
> Attachments: TEZ-3053.1.txt
>
>
> Reported by [~gopalv] - random container timeouts.



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


[jira] [Commented] (TEZ-2997) Tez UI: Support searches by CallerContext ID for DAGs

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram commented on TEZ-2997:
-

Sorry that its still pending.
As there is reasonable amount of core changes and as the build is flakey, 
thought it might be better to put it in after verification.

> Tez UI: Support searches by CallerContext ID for DAGs
> -
>
> Key: TEZ-2997
> URL: https://issues.apache.org/jira/browse/TEZ-2997
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2997-branch-0.7.patch, TEZ-2997.1.patch, 
> TEZ-2997.2.patch, TEZ-2997.3.patch
>
>
> CallerContext info is added to ATS and is used by Hive to add the query Id 
> info but there is no way to search based on these ids in the Tez UI. 



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


[jira] [Comment Edited] (TEZ-2997) Tez UI: Support searches by CallerContext ID for DAGs

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram edited comment on TEZ-2997 at 1/19/16 10:18 PM:
---

Sorry that its still pending.
As there is reasonable amount of core changes and as the build is flakey, 
thought it might be better to put it in after verification.
Please let me know if its OK to go.


was (Author: sreenath):
Sorry that its still pending.
As there is reasonable amount of core changes and as the build is flakey, 
thought it might be better to put it in after verification.

> Tez UI: Support searches by CallerContext ID for DAGs
> -
>
> Key: TEZ-2997
> URL: https://issues.apache.org/jira/browse/TEZ-2997
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2997-branch-0.7.patch, TEZ-2997.1.patch, 
> TEZ-2997.2.patch, TEZ-2997.3.patch
>
>
> CallerContext info is added to ATS and is used by Hive to add the query Id 
> info but there is no way to search based on these ids in the Tez UI. 



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


[jira] [Created] (TEZ-3054) Inform TaskCommunicators when events are available for a task

2016-01-19 Thread Siddharth Seth (JIRA)
Siddharth Seth created TEZ-3054:
---

 Summary: Inform TaskCommunicators when events are available for a 
task
 Key: TEZ-3054
 URL: https://issues.apache.org/jira/browse/TEZ-3054
 Project: Apache Tez
  Issue Type: Improvement
Reporter: Siddharth Seth
Assignee: Siddharth Seth


Related to TEZ-3044. Inform the TaskCommunicators when events are available, so 
that they can pull these events after TEZ-3044.



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


[jira] [Created] (TEZ-3053) Containers timeout if they do not receive a task within the container timeout interval

2016-01-19 Thread Siddharth Seth (JIRA)
Siddharth Seth created TEZ-3053:
---

 Summary: Containers timeout if they do not receive a task within 
the container timeout interval
 Key: TEZ-3053
 URL: https://issues.apache.org/jira/browse/TEZ-3053
 Project: Apache Tez
  Issue Type: Bug
Affects Versions: 0.8.0-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth


Reported by [~gopalv] - random container timeouts.



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


[jira] [Updated] (TEZ-3049) Tez UI 2: Add column selector

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated TEZ-3049:

Attachment: TEZ-3049.1.patch

- Added boilerplate code to display a model window in Ember way
- Added table-controls component for the button
- Added column selector component

- Added column selection logic.

> Tez UI 2: Add column selector
> -
>
> Key: TEZ-3049
> URL: https://issues.apache.org/jira/browse/TEZ-3049
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3049.1.patch
>
>
> - Use must be provided an option to select the columns visible in a table.
> - Selection must persist across sessions



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


[jira] [Commented] (TEZ-2997) Tez UI: Support searches by CallerContext ID for DAGs

2016-01-19 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-2997:
--

[~Sreenath] Is this backport to 0.7 still pending? 

> Tez UI: Support searches by CallerContext ID for DAGs
> -
>
> Key: TEZ-2997
> URL: https://issues.apache.org/jira/browse/TEZ-2997
> Project: Apache Tez
>  Issue Type: Bug
>Reporter: Hitesh Shah
>Assignee: Hitesh Shah
> Attachments: TEZ-2997-branch-0.7.patch, TEZ-2997.1.patch, 
> TEZ-2997.2.patch, TEZ-2997.3.patch
>
>
> CallerContext info is added to ATS and is used by Hive to add the query Id 
> info but there is no way to search based on these ids in the Tez UI. 



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


[jira] [Resolved] (TEZ-3046) Compilation issue in tez-runtime-internals of branch-0.7

2016-01-19 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles resolved TEZ-3046.
--
   Resolution: Fixed
Fix Version/s: 0.7.1

Thanks for the quick review, [~zjffdu]. Committed this to branch-0.7 only.

> Compilation issue in tez-runtime-internals of branch-0.7
> 
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>Assignee: Jonathan Eagles
> Fix For: 0.7.1
>
> Attachments: TEZ-3046.1-branch-0.7.patch
>
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Commented] (TEZ-3046) Compilation issue in tez-runtime-internals of branch-0.7

2016-01-19 Thread Jeff Zhang (JIRA)

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

Jeff Zhang commented on TEZ-3046:
-

+1

> Compilation issue in tez-runtime-internals of branch-0.7
> 
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>Assignee: Jonathan Eagles
> Attachments: TEZ-3046.1-branch-0.7.patch
>
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Updated] (TEZ-3046) Compilation issue in tez-runtime-internals of branch-0.7

2016-01-19 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles updated TEZ-3046:
-
Attachment: TEZ-3046.1-branch-0.7.patch

New patch for branch-0.7, [~zjffdu].

> Compilation issue in tez-runtime-internals of branch-0.7
> 
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>Assignee: Jonathan Eagles
> Attachments: TEZ-3046.1-branch-0.7.patch
>
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Assigned] (TEZ-3046) Compilation issue in tez-runtime-internals of branch-0.7

2016-01-19 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles reassigned TEZ-3046:


Assignee: Jonathan Eagles

> Compilation issue in tez-runtime-internals of branch-0.7
> 
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>Assignee: Jonathan Eagles
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Updated] (TEZ-3046) Compilation issue in tez-runtime-internals of branch-0.7

2016-01-19 Thread Jeff Zhang (JIRA)

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

Jeff Zhang updated TEZ-3046:

Summary: Compilation issue in tez-runtime-internals of branch-0.7  (was: 
Compilation issue in tez-runtime-internals)

> Compilation issue in tez-runtime-internals of branch-0.7
> 
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Commented] (TEZ-3046) Compilation issue in tez-runtime-internals

2016-01-19 Thread Jeff Zhang (JIRA)

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

Jeff Zhang commented on TEZ-3046:
-

\cc [~jeagles] This is caused by TEZ-2937, mind take a look at it ?

> Compilation issue in tez-runtime-internals
> --
>
> Key: TEZ-3046
> URL: https://issues.apache.org/jira/browse/TEZ-3046
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.1
>Reporter: Jeff Zhang
>
> {code}
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/Tez-Build-branch-0.7/tez-runtime-internals/src/main/java/org/apache/tez/runtime/LogicalIOProcessorRuntimeTask.java:[857,9]
>  cannot find symbol
>   symbol:   method maybeResetInterruptStatus()
>   location: class org.apache.tez.runtime.LogicalIOProcessorRuntimeTask
> {code}



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


[jira] [Created] (TEZ-3052) Task internal error due to Invalid event: T_ATTEMPT_FAILED at FAILED

2016-01-19 Thread Jason Lowe (JIRA)
Jason Lowe created TEZ-3052:
---

 Summary: Task internal error due to Invalid event: 
T_ATTEMPT_FAILED at FAILED
 Key: TEZ-3052
 URL: https://issues.apache.org/jira/browse/TEZ-3052
 Project: Apache Tez
  Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Jason Lowe


A task encountered an internal error due to "Invalid event: T_ATTEMPT_FAILED at 
FAILED".  The task had two outstanding attempts, as one was speculative.  The 
main attempt failed causing the task to fail, and when the speculative attempt 
subsequently failed the T_ATTEMPT_FAILED triggered the invalid state transition.

It appears there needs to be some hardening of the TaskImpl state machine in 
light of speculative attempt events arriving late.  Besides this scenario I 
think there may be others, e.g.: speculative attempt succeeding just as overall 
task fails  appears to be unhandled.



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


[jira] [Commented] (TEZ-3051) Vertex failed with invalid event DAG_VERTEX_RERUNNING at SUCCEEDED

2016-01-19 Thread Jason Lowe (JIRA)

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

Jason Lowe commented on TEZ-3051:
-

I think this only occurs because we blindly kill task attempts associated with 
an UNHEALTHY AM node before TEZ-2972.  (Or if that behavior is re-enabled via 
configuration after TEZ-2972.)


> Vertex failed with invalid event DAG_VERTEX_RERUNNING at SUCCEEDED
> --
>
> Key: TEZ-3051
> URL: https://issues.apache.org/jira/browse/TEZ-3051
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Jason Lowe
>
> I saw a job fail due to an internal error on a vertex: 
> org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: 
> DAG_VERTEX_RERUNNING at SUCCEEDED
> Stacktrace to follow.



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


[jira] [Commented] (TEZ-3051) Vertex failed with invalid event DAG_VERTEX_RERUNNING at SUCCEEDED

2016-01-19 Thread Jason Lowe (JIRA)

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

Jason Lowe commented on TEZ-3051:
-

>From the DAG post log:
{noformat}
2016-01-15 20:29:16,982 [INFO] [Dispatcher thread {Central}] |impl.VertexImpl|: 
vertex_1445184332588_547863_1_00 [scope-193] back to running due to 
rescheduling task_1445184332588_547863_1_00_001314
2016-01-15 20:29:16,982 [INFO] [Dispatcher thread {Central}] |impl.VertexImpl|: 
vertex_1445184332588_547863_1_00 [scope-193] transitioned from SUCCEEDED to 
RUNNING due to event V_TASK_RESCHEDULED
2016-01-15 20:29:16,982 [INFO] [Dispatcher thread {Central}] |impl.VertexImpl|: 
vertex_1445184332588_547863_1_02 [scope-195] back to running due to 
rescheduling task_1445184332588_547863_1_02_000535
2016-01-15 20:29:16,982 [INFO] [Dispatcher thread {Central}] |impl.VertexImpl|: 
vertex_1445184332588_547863_1_02 [scope-195] transitioned from SUCCEEDED to 
RUNNING due to event V_TASK_RESCHEDULED
2016-01-15 20:29:16,982 [ERROR] [Dispatcher thread {Central}] |impl.DAGImpl|: 
Can't handle this event at current state
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: 
DAG_VERTEX_RERUNNING at SUCCEEDED
at 
org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:305)
at 
org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
at 
org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
at 
org.apache.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57)
at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:1125)
at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:144)
at 
org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1998)
at 
org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1989)
at 
org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:183)
at org.apache.tez.common.AsyncDispatcher$1.run(AsyncDispatcher.java:114)
at java.lang.Thread.run(Thread.java:745)
2016-01-15 20:29:16,983 [ERROR] [Dispatcher thread {Central}] |impl.DAGImpl|: 
Can't handle this event at current state
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: 
DAG_VERTEX_RERUNNING at SUCCEEDED
at 
org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:305)
at 
org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
at 
org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
at 
org.apache.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57)
at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:1125)
at org.apache.tez.dag.app.dag.impl.DAGImpl.handle(DAGImpl.java:144)
at 
org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1998)
at 
org.apache.tez.dag.app.DAGAppMaster$DagEventDispatcher.handle(DAGAppMaster.java:1989)
at 
org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:183)
at org.apache.tez.common.AsyncDispatcher$1.run(AsyncDispatcher.java:114)
at java.lang.Thread.run(Thread.java:745)
2016-01-15 20:29:16,983 [INFO] [Dispatcher thread {Central}] |impl.DAGImpl|: 
dag_1445184332588_547863_1 terminating due to internal error
{noformat}

A bit before this there was a log message noting that an AM node transitioned 
from ACTIVE to UNHEALTHY, and it looks like it caused some completed task 
attempts to be marked killed.  That in turn caused the tasks and parent vertex 
to try to transition from a terminal state back to running.  In this case the 
DAG had actually completed successfully, but the late node failure triggered an 
attempt to resurrect the completed DAG.


> Vertex failed with invalid event DAG_VERTEX_RERUNNING at SUCCEEDED
> --
>
> Key: TEZ-3051
> URL: https://issues.apache.org/jira/browse/TEZ-3051
> Project: Apache Tez
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Jason Lowe
>
> I saw a job fail due to an internal error on a vertex: 
> org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: 
> DAG_VERTEX_RERUNNING at SUCCEEDED
> Stacktrace to follow.



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


[jira] [Created] (TEZ-3051) Vertex failed with invalid event DAG_VERTEX_RERUNNING at SUCCEEDED

2016-01-19 Thread Jason Lowe (JIRA)
Jason Lowe created TEZ-3051:
---

 Summary: Vertex failed with invalid event DAG_VERTEX_RERUNNING at 
SUCCEEDED
 Key: TEZ-3051
 URL: https://issues.apache.org/jira/browse/TEZ-3051
 Project: Apache Tez
  Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Jason Lowe


I saw a job fail due to an internal error on a vertex: 
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: 
DAG_VERTEX_RERUNNING at SUCCEEDED

Stacktrace to follow.



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


[jira] [Created] (TEZ-3050) Tez UI 2: Add counter columns

2016-01-19 Thread Sreenath Somarajapuram (JIRA)
Sreenath Somarajapuram created TEZ-3050:
---

 Summary: Tez UI 2: Add counter columns
 Key: TEZ-3050
 URL: https://issues.apache.org/jira/browse/TEZ-3050
 Project: Apache Tez
  Issue Type: Sub-task
Reporter: Sreenath Somarajapuram
Assignee: Sreenath Somarajapuram


- A predefined set (Configurable) of counter columns must be available in all 
column selectors.
- Columns must be auto populated in entities under a vertex
- DAGs must have a extra set of default counters available



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


[jira] [Created] (TEZ-3049) Tez UI 2: Add column selector

2016-01-19 Thread Sreenath Somarajapuram (JIRA)
Sreenath Somarajapuram created TEZ-3049:
---

 Summary: Tez UI 2: Add column selector
 Key: TEZ-3049
 URL: https://issues.apache.org/jira/browse/TEZ-3049
 Project: Apache Tez
  Issue Type: Sub-task
Reporter: Sreenath Somarajapuram
Assignee: Sreenath Somarajapuram


- Use must be provided an option to select the columns visible in a table.
- Selection must persist across sessions



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


[jira] [Resolved] (TEZ-3043) Tez UI 2: Create configurations page

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram resolved TEZ-3043.
-
Resolution: Fixed

Committed to TEZ-2980

> Tez UI 2: Create configurations page
> 
>
> Key: TEZ-3043
> URL: https://issues.apache.org/jira/browse/TEZ-3043
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3043.1.patch
>
>
> - Configurations page for App
> -Configurations page for vertex-



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


[jira] [Updated] (TEZ-3043) Tez UI 2: Create configurations page

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated TEZ-3043:

Attachment: TEZ-3043.1.patch

- Added configurations page for Application
- UTs messages were wrong, corrected the same

> Tez UI 2: Create configurations page
> 
>
> Key: TEZ-3043
> URL: https://issues.apache.org/jira/browse/TEZ-3043
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3043.1.patch
>
>
> - Configurations page for App
> -Configurations page for vertex-



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


[jira] [Assigned] (TEZ-3043) Tez UI 2: Create configurations page

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram reassigned TEZ-3043:
---

Assignee: Sreenath Somarajapuram

> Tez UI 2: Create configurations page
> 
>
> Key: TEZ-3043
> URL: https://issues.apache.org/jira/browse/TEZ-3043
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>
> - Configurations page for App
> -Configurations page for vertex-



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


[jira] [Updated] (TEZ-3043) Tez UI 2: Create configurations page

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated TEZ-3043:

Description: 
- Configurations page for App
-Configurations page for vertex-

  was:
- Configurations page for App
- Configurations page for vertex -


> Tez UI 2: Create configurations page
> 
>
> Key: TEZ-3043
> URL: https://issues.apache.org/jira/browse/TEZ-3043
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>
> - Configurations page for App
> -Configurations page for vertex-



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


[jira] [Updated] (TEZ-3043) Tez UI 2: Create configurations page

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated TEZ-3043:

Description: 
- Configurations page for App
- Configurations page for vertex -

  was:
- Configurations page for App
- Configurations page for vertex


> Tez UI 2: Create configurations page
> 
>
> Key: TEZ-3043
> URL: https://issues.apache.org/jira/browse/TEZ-3043
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>
> - Configurations page for App
> - Configurations page for vertex -



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


[jira] [Resolved] (TEZ-3042) Tez UI 2: Create Counters pages

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram resolved TEZ-3042.
-
Resolution: Fixed

Committed to TEZ-2980 branch

> Tez UI 2: Create Counters pages
> ---
>
> Key: TEZ-3042
> URL: https://issues.apache.org/jira/browse/TEZ-3042
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3042.1.patch
>
>
> - Create DAG, Vertex, Task & Attempt counters pages



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


[jira] [Updated] (TEZ-3042) Tez UI 2: Create Counters pages

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram updated TEZ-3042:

Attachment: TEZ-3042.1.patch

Added controllers, routes and templates for DAG, Vertex, task & Attempt pages.

> Tez UI 2: Create Counters pages
> ---
>
> Key: TEZ-3042
> URL: https://issues.apache.org/jira/browse/TEZ-3042
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3042.1.patch
>
>
> - Create DAG, Vertex, Task & Attempt counters pages



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


[jira] [Assigned] (TEZ-3042) Tez UI 2: Create Counters pages

2016-01-19 Thread Sreenath Somarajapuram (JIRA)

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

Sreenath Somarajapuram reassigned TEZ-3042:
---

Assignee: Sreenath Somarajapuram

> Tez UI 2: Create Counters pages
> ---
>
> Key: TEZ-3042
> URL: https://issues.apache.org/jira/browse/TEZ-3042
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
>
> - Create DAG, Vertex, Task & Attempt counters pages



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