You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zj...@apache.org on 2015/05/14 07:01:47 UTC

[1/2] tez git commit: TEZ-2437. FilterLinesByWord NPEs when run in Localmode (zjffdu)

Repository: tez
Updated Branches:
  refs/heads/branch-0.7 587a50230 -> 025c7ed80


TEZ-2437. FilterLinesByWord NPEs when run in Localmode (zjffdu)

(cherry picked from commit fac3222c768fbdfc8c1bbe55f94bc106900e6ae4)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/b6e382ed
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/b6e382ed
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/b6e382ed

Branch: refs/heads/branch-0.7
Commit: b6e382edb3b2d89effcbcb07d1e4a8ec67d45216
Parents: 587a502
Author: Jeff Zhang <zj...@apache.org>
Authored: Thu May 14 12:54:57 2015 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Thu May 14 13:00:33 2015 +0800

----------------------------------------------------------------------
 CHANGES.txt                                                  | 1 +
 tez-dag/src/main/java/org/apache/tez/client/LocalClient.java | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/b6e382ed/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index be7c4be..522c3ae 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,7 @@ INCOMPATIBLE CHANGES
     Default max limit increased. Should not affect existing users.
 
 ALL CHANGES:
+  TEZ-2437. FilterLinesByWord NPEs when run in Localmode
   TEZ-2432. Syntax error in DOAP file release section
   TEZ-2445. Disable the object cleanup in local mode in LogicalIOProcessorRuntimeTask.
   TEZ-2057. tez-dag/pom.xml contains versions for dependencies.

http://git-wip-us.apache.org/repos/asf/tez/blob/b6e382ed/tez-dag/src/main/java/org/apache/tez/client/LocalClient.java
----------------------------------------------------------------------
diff --git a/tez-dag/src/main/java/org/apache/tez/client/LocalClient.java b/tez-dag/src/main/java/org/apache/tez/client/LocalClient.java
index 6eb58bd..a5e8e15 100644
--- a/tez-dag/src/main/java/org/apache/tez/client/LocalClient.java
+++ b/tez-dag/src/main/java/org/apache/tez/client/LocalClient.java
@@ -112,7 +112,6 @@ public class LocalClient extends FrameworkClient {
     // the TezClient is stopped, in order not to leak.
     if (dagAppMaster != null) {
       dagAppMaster.stop();
-      dagAppMaster = null;
     }
   }
 


[2/2] tez git commit: UPDATE CHANGES.txt for TEZ-2437 (zjffdu)

Posted by zj...@apache.org.
UPDATE CHANGES.txt for TEZ-2437 (zjffdu)

(cherry picked from commit e10aef4e13ff6566e0cf48a6626d4c2b021ef1e8)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/025c7ed8
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/025c7ed8
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/025c7ed8

Branch: refs/heads/branch-0.7
Commit: 025c7ed80f60c9d198765a47fff346fc87435113
Parents: b6e382e
Author: Jeff Zhang <zj...@apache.org>
Authored: Thu May 14 12:57:27 2015 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Thu May 14 13:01:32 2015 +0800

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/025c7ed8/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 522c3ae..e8f8565 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,6 @@ INCOMPATIBLE CHANGES
     Default max limit increased. Should not affect existing users.
 
 ALL CHANGES:
-  TEZ-2437. FilterLinesByWord NPEs when run in Localmode
   TEZ-2432. Syntax error in DOAP file release section
   TEZ-2445. Disable the object cleanup in local mode in LogicalIOProcessorRuntimeTask.
   TEZ-2057. tez-dag/pom.xml contains versions for dependencies.
@@ -185,6 +184,7 @@ Release 0.6.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2437. FilterLinesByWord NPEs when run in Localmode
   TEZ-2057. tez-dag/pom.xml contains versions for dependencies.
   TEZ-2282. Delimit reused yarn container logs (stderr, stdout, syslog) with task attempt start/stop events
   TEZ-2396. pig-tez-tfile-parser pom is hard coded to depend on 0.6.0-SNAPSHOT version.