Hello, I am following this document: https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
Eclipse shows errors like this: Description Resource Path Location Type The declared package "org.apache.pig.test.pigmix.datagen" does not match the expected package "perf.pigmix.src.java.org.apache.pig.test.pigmix.datagen" DataGenerator.java /pig/test/perf/pigmix/src/java/org/apache/pig/test/pigmix/datagen line 18 Java Problem I guess this is because Eclipse tries to match the file system directory hierarchy with the package name. But how can I fix this? I'd like to run JUnit test in Eclipse... Thanks, Kyungho.
