[jira] [Updated] (PIG-3395) Large filter expression makes Pig hang

2013-07-31 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3395: --- Attachment: PIG-3395-2.patch Added new test cases to confirm that the filter doesn't get pushed down if

[jira] [Updated] (PIG-3395) Large filter expression makes Pig hang

2013-07-31 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3395: --- Status: Patch Available (was: Open) > Large filter expression makes Pig hang > ---

Review Request 13186: PIG-3395 Large filter expression makes Pig hang

2013-07-31 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13186/ --- Review request for pig. Bugs: PIG-3395 https://issues.apache.org/jira/brows

[jira] Subscription: PIG patch available

2013-07-31 Thread jira
Issue Subscription Filter: PIG patch available (13 issues) Subscriber: pigdaily Key Summary PIG-3400FS commands do not work with S3 paths https://issues.apache.org/jira/browse/PIG-3400 PIG-3374CASE and IN fail when expression includes dereferencing operator

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Cheolsoo Park
Hi Aniket, >> fs commands were deprecated Are you referring 1) "fs - " or 2) " "? As of now, both exist, and 2) is not documented. I am +1 to removing 2) since it's totally duplicate. Maybe they're intentionally not documented. In fact, 1) already works fine with s3 paths. Shall we get rid of 2)

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Cheolsoo Park
> On Aug. 1, 2013, 12:06 a.m., Rohini Palaniswamy wrote: > > src/docs/src/documentation/content/xdocs/cmds.xml, line 169 > > > > > > fs cat URI. Same for other fs commands. No, actually "cat URI" is correct. If you lo

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Cheolsoo Park
> On July 31, 2013, 10:07 p.m., Rohini Palaniswamy wrote: > > http://pig.apache.org/docs/r0.11.1/cmds.html > > > > The fs commands should be documented as part of > > http://pig.apache.org/docs/r0.11.1/cmds.html#fs and not > > http://pig.apache.org/docs/r0.11.1/cmds.html#utillity-cmds. Utili

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13122/#review24393 --- src/docs/src/documentation/content/xdocs/cmds.xml

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13122/#review24376 --- http://pig.apache.org/docs/r0.11.1/cmds.html The fs commands shou

Re: Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Aniket Mokashi
I am not 100% sure but IIRC, fs commands were deprecated. On Wed, Jul 31, 2013 at 12:37 PM, Cheolsoo Park wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13122/ > -

[jira] [Updated] (PIG-3400) FS commands do not work with S3 paths

2013-07-31 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3400: --- Attachment: PIG-3400-3.patch Updated the docs. ReviewBoard: https://reviews.apache.org/r/13122/

Review Request 13122: PIG-3400 FS commands do not work with S3 paths

2013-07-31 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13122/ --- Review request for pig. Bugs: PIG-3400 https://issues.apache.org/jira/brows

Re: fuzzy logic through pig programming

2013-07-31 Thread Julien Le Dem
http://secondstring.sourceforge.net/ On Wed, Jul 31, 2013 at 1:48 AM, Harshit Bhargava wrote: > Hi, > I want a fuzzy logic in pig latin language which should match two string for > Example1 > I have two words ‘Ramesh’ and ‘Rahim’ I want to check how much percentage > of the string are equal > Exa

[jira] [Commented] (PIG-3359) Register Statements and Param Substitution in Macros

2013-07-31 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725462#comment-13725462 ] Cheolsoo Park commented on PIG-3359: Looks great! Let me run the unit tests today. I am

levenshtein distance implementation in pig.

2013-07-31 Thread Harshit Bhargava
Hi all, Writing a udf in Java implementing one of thehttp://en.wikipedia.org/wiki/Edit_distance or your own distance, then calling it in the pig script.Is this implemented earlier.and if possible please provide me code of it. Thanks, Harshit Bhargava

Fwd: fuzzy logic through pig programming

2013-07-31 Thread Harshit Bhargava
Hi, I want a fuzzy logic in pig latin language which should match two string for Example1 I have two words ‘Ramesh’ and ‘Rahim’ I want to check how much percentage of the string are equal Example2 If the two words are ‘Ramesh’ and ‘Ramesh’ .then it should give 100%. Kindly provide the solution if