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 <[email protected]>
Authored: Thu May 14 12:54:57 2015 +0800
Committer: Jeff Zhang <[email protected]>
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;
     }
   }
 

Reply via email to