Hi All, We're now having MAC, Linux, and Windows development environment.
When we try to launch PigUnit testing on Windows (with Cygwin), an exception will occur as below: (There is no error on MAC and Linux.) *org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator for alias ABF_SOURCE* * at org.apache.pig.PigServer.openIterator(PigServer.java:857)* * at org.apache.pig.pigunit.PigTest.getAlias(PigTest.java:183)* * at org.apache.pig.pigunit.PigTest.assertOutput(PigTest.java:233)* We're wondering the root cause is PigUnit failing to load input file from Windows file system. Has anyone encounter this issue can share the experience? -- Best, Neal
