Custom Loadfunc problem!

2009-10-25 Thread RichardGUO Fei
Hi, I implemented a custom loadfunc class to read data from a database. This class implements both Slicer and LoadFunc. It also generates the slices properly. The problem is that when I perform this query: A = LOAD 'table_name' USING CustomStorage; DUMP A; The PIG gives the

[jira] Resolved: (PIG-1043) FINDBUGS: SIC_INNER_SHOULD_BE_STATIC: Should be a static inner class

2009-10-25 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-1043. - Resolution: Fixed Fixed the patch, re-run findbugs and test-commit. All passed. FINDBUGS:

[VOTE] Release Pig 0.5.0 (candidate 0)

2009-10-25 Thread Olga Natkovich
Hi, I created a candidate build for Pig 0.5.0 release. It contains the same functionality as Pig 0.4.0 except it works with Hadoop 20.x releases. I ran the release audit and rat report looked fine. The relevant part is attached below. Keys used to sign the release are available at

[jira] Commented: (PIG-966) Proposed rework for LoadFunc, StoreFunc, and Slice/r interfaces

2009-10-25 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12769879#action_12769879 ] Dmitriy V. Ryaboy commented on PIG-966: --- Just wanted to note here that PIG-760 has a

Re: Custom Loadfunc problem!

2009-10-25 Thread Jeff Zhang
Hi Richard, I am not sure what's your problem, but I suggest you can debug your program in pig's local mode. And you can even debug it in pig's mapreduce mode locally Jeff zhang 2009/10/25 RichardGUO Fei gladiato...@hotmail.com Hi, I implemented a custom loadfunc class to read data