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/13 05:33:46 UTC

tez git commit: TEZ-1847. Addendum fix for hadoop24 profile. Fix package name for MiniTezClusterWithTimeline. (Jeff Zhang via hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 976eda975 -> 53b38e870


TEZ-1847. Addendum fix for hadoop24 profile. Fix package name for MiniTezClusterWithTimeline. (Jeff Zhang via hitesh)


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

Branch: refs/heads/master
Commit: 53b38e87024791e3e4375c455b306aec80ef88fc
Parents: 976eda9
Author: Hitesh Shah <hi...@apache.org>
Authored: Fri Dec 12 20:32:07 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Fri Dec 12 20:32:41 2014 -0800

----------------------------------------------------------------------
 .../tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/53b38e87/tez-plugins/tez-yarn-timeline-history/src/test/java/org/apache/tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java
----------------------------------------------------------------------
diff --git a/tez-plugins/tez-yarn-timeline-history/src/test/java/org/apache/tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java b/tez-plugins/tez-yarn-timeline-history/src/test/java/org/apache/tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java
index f3c18cf..9c4f721 100644
--- a/tez-plugins/tez-yarn-timeline-history/src/test/java/org/apache/tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java
+++ b/tez-plugins/tez-yarn-timeline-history/src/test/java/org/apache/tez/dag/history/logging/ats/TestATSHistoryWithMiniCluster.java
@@ -43,7 +43,7 @@ import org.apache.tez.dag.api.client.DAGStatus;
 import org.apache.tez.dag.records.TezDAGID;
 import org.apache.tez.runtime.library.processor.SleepProcessor;
 import org.apache.tez.runtime.library.processor.SleepProcessor.SleepProcessorConfig;
-import org.apache.tez.test.MiniTezClusterWithTimeline;
+import org.apache.tez.tests.MiniTezClusterWithTimeline;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;