Pig compile error

2009-02-13 Thread nitesh bhatia
Hi I've downloaded latest Pig code from trunk today. It is not getting compiled using 'ant' command. Trace: nitesh-bhatias-macbook:trunk niteshbhatia$ ant Buildfile: build.xml init: cc-compile: compile: [echo] *** Building Main Sources *** [echo] *** To compile with all warnings enab

Re: Pig compile error

2009-02-13 Thread Mridul Muralidharan
You need jdk 1.6. Maybe that will help ? - Mridul nitesh bhatia wrote: Hi I've downloaded latest Pig code from trunk today. It is not getting compiled using 'ant' command. Trace: nitesh-bhatias-macbook:trunk niteshbhatia$ ant Buildfile: build.xml init: cc-compile: compile: [echo] ***

Re: Pig compile error

2009-02-13 Thread Alan Gates
I don't think you are compiling on 1.6. Those are all errors you see when trying to compile when using 1.5. The IOException(String, Throwable) is in 1.6 and not 1.5, and @Override semantics changed slightly. You may have the right version of java but the wrong version of javac. I see yo

Re: Pig compile error

2009-02-13 Thread nitesh bhatia
I am compiling it on Java 6. trace: nitesh-bhatias-macbook:~ niteshbhatia$ java -version java version "1.6.0_07" Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode) --nitesh On Fri, Feb 13, 2009 at 7:42 PM, Mridul Murali

[jira] Created: (PIG-677) PERFORMANCE: HDataType.getWritableComparableTypes() method can use the supplied key type rather than figuring it out using instanceof

2009-02-13 Thread Pradeep Kamath (JIRA)
PERFORMANCE: HDataType.getWritableComparableTypes() method can use the supplied key type rather than figuring it out using instanceof - Key: PIG-677

Re: Pig compile error

2009-02-13 Thread nitesh bhatia
Thanks. I set the path of JAVA_HOME to exact path. Now it is compiling. I am having this problem in recent releases of Hadoop and Pig. Earlier sort of same problem came while setting Hadoop 0.19. Is their any major change in source config file ? --nitesh On Fri, Feb 13, 2009 at 8:19 PM, Alan Gat

[jira] Resolved: (PIG-656) Use of eval word in the package hierarchy of a UDF causes parse exception

2009-02-13 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-656. Resolution: Invalid eval is a reserved word in pig. > Use of eval word in the package hierarchy of a

[jira] Commented: (PIG-599) BufferedPositionedInputStream isn't buffered

2009-02-13 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673399#action_12673399 ] Olga Natkovich commented on PIG-599: Alan, Has this patch been committed? > BufferedPosit

[jira] Created: (PIG-678) "as" support for group-by

2009-02-13 Thread Christopher Olston (JIRA)
"as" support for group-by - Key: PIG-678 URL: https://issues.apache.org/jira/browse/PIG-678 Project: Pig Issue Type: Improvement Reporter: Christopher Olston I should be able to use "as" with GROUP the s

[jira] Created: (PIG-679) error message suppressed due to class cast exception

2009-02-13 Thread Christopher Olston (JIRA)
error message suppressed due to class cast exception Key: PIG-679 URL: https://issues.apache.org/jira/browse/PIG-679 Project: Pig Issue Type: Bug Reporter: Christopher Olston

[jira] Commented: (PIG-679) error message suppressed due to class cast exception

2009-02-13 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673408#action_12673408 ] Olga Natkovich commented on PIG-679: Is there a script that reproduces this behavior? > e

[jira] Commented: (PIG-679) error message suppressed due to class cast exception

2009-02-13 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673433#action_12673433 ] Christopher Olston commented on PIG-679: It was something that happened while loading

[jira] Created: (PIG-680) Unknown parameter causes pig to exit without message

2009-02-13 Thread Andreas Neumann (JIRA)
Unknown parameter causes pig to exit without message Key: PIG-680 URL: https://issues.apache.org/jira/browse/PIG-680 Project: Pig Issue Type: Bug Reporter: Andreas Neumann

[jira] Updated: (PIG-545) PERFORMANCE: Sampler for order bys does not produce a good distribution

2009-02-13 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-545: --- Attachment: PIG-545-v3.patch Attached a revised version of the last patch with the following changes: 1)

Pig Performance Benchmarks

2009-02-13 Thread Ashutosh Chauhan
Hi Alan & Others, I am using pigmix patch at: https://issues.apache.org/jira/browse/PIG-200 and want to generate test data and run pigmix queries on it. As I understand, shell scripts in the patch are intended to generate data for pigmix queries. I have been able to adapt the shell scripts, map-re