[jira] Commented: (PIG-765) to implement jdiff

2009-09-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752954#action_12752954 ] Hadoop QA commented on PIG-765: --- -1 overall. Here are the results of testing the latest

Re: questions about integration of pig and HBase

2009-09-09 Thread Vincent BARAT
Thank you for the link. Anyway, what I was looking for is an example of PIG syntax loading from a HBase table, is it something like: queries = LOAD 'HBase Table USING HBaseStorage() ? Jeff Zhang a écrit : Using HBaseStorage as your loadFunc, it uses a customer slicer HBaseSlice You can

Re: questions about integration of pig and HBase

2009-09-09 Thread Alan Gates
See the JIRA PIG-6. See also the HbaseStorage unit test that tests the functionality. Alan. On Sep 9, 2009, at 5:31 AM, Vincent BARAT wrote: Thank you for the link. Anyway, what I was looking for is an example of PIG syntax loading from a HBase table, is it something like: queries =

[jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs

2009-09-09 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753173#action_12753173 ] Daniel Dai commented on PIG-948: One thing I am not sure is the way you interpolate the job

[jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs

2009-09-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753260#action_12753260 ] Ashutosh Chauhan commented on PIG-948: -- In this string, we are determining job-tracker

[jira] Updated: (PIG-938) Pig Docs for 0.4.0

2009-09-09 Thread Corinne Chandel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corinne Chandel updated PIG-938: Attachment: PIG-938-2.patch Patch #2 - includes OUTER JOIN write up. Pig Docs for 0.4.0

[jira] Updated: (PIG-938) Pig Docs for 0.4.0

2009-09-09 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-938: --- Resolution: Fixed Status: Resolved (was: Patch Available) patch committed. Thanks, Corinne!

Preparing to branch for Pig 0.4.0 release

2009-09-09 Thread Olga Natkovich
Hi, I am updating the tree to make it ready for a branch for the release. Please, hold off any commits till this is done. I will send an email once the branch is created. Thanks, Olga

[jira] Commented: (PIG-944) Zebra schema is taken from Pig through TableStorer's construct

2009-09-09 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753339#action_12753339 ] Yan Zhou commented on PIG-944: -- The previously attached patch is based upon some new features

[jira] Updated: (PIG-944) Zebra schema is taken from Pig through TableStorer's construct

2009-09-09 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-944: - Attachment: zebra_pig_interface_1_1.patch Zebra schema is taken from Pig through TableStorer's construct

[jira] Commented: (PIG-950) Pig Loader does not handle unix hidden files ( files starting with dot)

2009-09-09 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753361#action_12753361 ] Daniel Dai commented on PIG-950: I tried, actually Hadoop will ignore files start with . while

RE: Preparing to branch for Pig 0.4.0 release

2009-09-09 Thread Olga Natkovich
I am having some problems with the docs that I will need to resolve tomorrow. I would like to keep the tree closed till then. If you absolutely need to make a checkin, please, go ahead and I will integrate your patch into the branch. Thanks, Olga -Original Message- From: Olga Natkovich

[jira] Commented: (PIG-950) Pig Loader does not handle unix hidden files ( files starting with dot)

2009-09-09 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753368#action_12753368 ] Daniel Dai commented on PIG-950: Here is the experiment I tried: hadoop fs -ls gutenberg

[jira] Created: (PIG-951) Reset parallelism to 1 for indexing job in MergeJoin

2009-09-09 Thread Ashutosh Chauhan (JIRA)
Reset parallelism to 1 for indexing job in MergeJoin Key: PIG-951 URL: https://issues.apache.org/jira/browse/PIG-951 Project: Pig Issue Type: Bug Components: impl

[jira] Updated: (PIG-951) Reset parallelism to 1 for indexing job in MergeJoin

2009-09-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-951: - Attachment: pig-951.patch One line patch which fixes this. Also, added test case to catch

[jira] Updated: (PIG-948) [Usability] Relating pig script with MR jobs

2009-09-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-948: - Status: Patch Available (was: Open) [Usability] Relating pig script with MR jobs