You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2014/12/16 19:35:31 UTC

tez git commit: TEZ-1576. Class level comment in {{MiniTezCluster}} ends abruptly. (Saurabh Chhajed via hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 1cdbbbea8 -> edb59a97a


TEZ-1576. Class level comment in {{MiniTezCluster}} ends abruptly. (Saurabh Chhajed via hitesh)


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

Branch: refs/heads/master
Commit: edb59a97a041ef7327bb35b4542f607e27c929e7
Parents: 1cdbbbe
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Dec 16 10:35:02 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Dec 16 10:35:02 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt                                                     | 1 +
 tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/edb59a97/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 075db43..4b8e33c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ Release 0.6.0: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-1576. Class level comment in {{MiniTezCluster}} ends abruptly.
   TEZ-1838. tez-ui/src/main/webapp/bower.json gets updated after compiling source code.
   TEZ-1789. Move speculator processing off the central dispatcher.
   TEZ-1610. Add additional task counters for fetchers, merger.

http://git-wip-us.apache.org/repos/asf/tez/blob/edb59a97/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
----------------------------------------------------------------------
diff --git a/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java b/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
index 390ff32..39101eb 100644
--- a/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
+++ b/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
@@ -57,7 +57,6 @@ import com.google.common.collect.Collections2;
 /**
  * Configures and starts the Tez-specific components in the YARN cluster.
  *
- * When using this mini cluster, the user is expected to
  */
 public class MiniTezCluster extends MiniYARNCluster {