Yes. I cannot currently compile the 'types' branch. -----Original Message----- From: Olga Natkovich [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 11:16 AM To: [email protected] Subject: RE: DISTINCT Problem
Is this repeatable? > -----Original Message----- > From: Paul O'Leary [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2008 10:50 AM > To: [email protected] > Subject: FW: DISTINCT Problem > > Trying to compile types branch to verify/check this problem. > > I get the following compile error and have checked all the obvious > stuff: > > $ ant compile > Buildfile: build.xml > > init: > > cc-compile: > [javacc] Java Compiler Compiler Version 4.0 (Parser Generator) > [javacc] (type "javacc" with no arguments for help) > [javacc] Reading from file > C:\dev\pig\test\org\apache\pig\test\utils\dotGraph > \parser\Dot.jj . . . > [javacc] Exception in thread "main" java.lang.Error: > Invalid escape character at line 1 column 97. > [javacc] at org.javacc.parser.JavaCharStream.readChar(Unknown > Source) > [javacc] at > org.javacc.parser.JavaCCParserTokenManager.getNextToken(Unkno > wn Source) > [javacc] at > org.javacc.parser.JavaCCParser.jj_ntk(Unknown Source) > [javacc] at > org.javacc.parser.JavaCCParser.javacc_options(Unknown > Source) > > [javacc] at org.javacc.parser.JavaCCParser.javacc_input(Unknown > Source) > [javacc] at org.javacc.parser.Main.mainProgram(Unknown Source) > [javacc] at org.javacc.parser.Main.main(Unknown Source) > > BUILD FAILED > C:\dev\pig\build.xml:151: C:\Program > Files\Java\jdk1.5.0_06\jre\bin\java.exe fai led with return code 1 > > Total time: 5 seconds > > I am compiling on Windows but I get the same error under cygwin. > > Any ideas? Thanks for the help. > PaulO. > > -----Original Message----- > From: Olga Natkovich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2008 4:58 PM > To: [EMAIL PROTECTED] > Subject: RE: DISTINCT Problem > > This could be a bug. Can you try it with pig.jar build from > type branch and see if you get the expected results? > > Note that type branch is still on Hadoop 17 but will move to > Hadoop 18 later today. > > Olga > [snip]
