You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/06/26 11:46:58 UTC

[33/53] [abbrv] git commit: Revert unintentional change in 1357ea3a40f747e4e51b5b52612323fe55747da7

Revert unintentional change in 1357ea3a40f747e4e51b5b52612323fe55747da7


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

Branch: refs/heads/travis_test
Commit: f3c54284b0dd20e360941d072b5cbd736acfec76
Parents: 1357ea3
Author: uce <u....@fu-berlin.de>
Authored: Tue Jun 24 14:41:11 2014 +0200
Committer: uce <u....@fu-berlin.de>
Committed: Tue Jun 24 14:41:11 2014 +0200

----------------------------------------------------------------------
 .../stratosphere/test/exampleJavaPrograms/WordCountITCase.java  | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/f3c54284/stratosphere-tests/src/test/java/eu/stratosphere/test/exampleJavaPrograms/WordCountITCase.java
----------------------------------------------------------------------
diff --git a/stratosphere-tests/src/test/java/eu/stratosphere/test/exampleJavaPrograms/WordCountITCase.java b/stratosphere-tests/src/test/java/eu/stratosphere/test/exampleJavaPrograms/WordCountITCase.java
index ec67390..c3ec112 100644
--- a/stratosphere-tests/src/test/java/eu/stratosphere/test/exampleJavaPrograms/WordCountITCase.java
+++ b/stratosphere-tests/src/test/java/eu/stratosphere/test/exampleJavaPrograms/WordCountITCase.java
@@ -17,9 +17,6 @@ package eu.stratosphere.test.exampleJavaPrograms;
 import eu.stratosphere.example.java.wordcount.WordCount;
 import eu.stratosphere.test.testdata.WordCountData;
 import eu.stratosphere.test.util.JavaProgramTestBase;
-import eu.stratosphere.util.LogUtils;
-import org.apache.log4j.Level;
-
 
 public class WordCountITCase extends JavaProgramTestBase {
 
@@ -27,8 +24,6 @@ public class WordCountITCase extends JavaProgramTestBase {
 	protected String resultPath;
 
 	public WordCountITCase(){
-		LogUtils.initializeDefaultConsoleLogger(Level.DEBUG);
-
 		setDegreeOfParallelism(4);
 		setNumTaskTracker(2);
 		setTaskManagerNumSlots(2);