提交 de4a0be7 编写于 作者: T Till Rohrmann 提交者: Robert Metzger

[FLINK-3511] [hadoop-compatibility] Move hadoop-compatibility examples to test scope

上级 0f55d675
......@@ -18,7 +18,7 @@
package org.apache.flink.test.hadoopcompatibility.mapred;
import org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount;
import org.apache.flink.test.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount;
import org.apache.flink.test.testdata.WordCountData;
import org.apache.flink.test.util.JavaProgramTestBase;
......
......@@ -16,7 +16,7 @@
* limitations under the License.
*/
package org.apache.flink.hadoopcompatibility.mapred.example;
package org.apache.flink.test.hadoopcompatibility.mapred.example;
import java.io.IOException;
import java.util.Iterator;
......
......@@ -18,7 +18,7 @@
package org.apache.flink.test.hadoopcompatibility.mapreduce;
import org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount;
import org.apache.flink.test.hadoopcompatibility.mapreduce.example.WordCount;
import org.apache.flink.test.testdata.WordCountData;
import org.apache.flink.test.util.JavaProgramTestBase;
......
......@@ -16,7 +16,7 @@
* limitations under the License.
*/
package org.apache.flink.hadoopcompatibility.mapreduce.example;
package org.apache.flink.test.hadoopcompatibility.mapreduce.example;
import org.apache.flink.api.java.aggregation.Aggregations;
import org.apache.flink.api.common.functions.RichFlatMapFunction;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册