[jira] [Updated] (PIG-3261) User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended

2013-04-03 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated PIG-3261: - Attachment: PIG-3261.patch Missed moving the list element tag, which I've fixed in this patch. > U

[jira] [Updated] (PIG-3261) User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended

2013-04-03 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated PIG-3261: - Attachment: PIG-3261.patch Thanks, here's docs added along where pointed. It also explains PIG_CLASSPATH's other u

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621783#comment-13621783 ] Feng Peng commented on PIG-3222: I tested the original query and it works now. It seems that

[jira] [Commented] (PIG-2244) Macros cannot be passed relation names

2013-04-03 Thread Johnny Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621770#comment-13621770 ] Johnny Zhang commented on PIG-2244: --- Thanks for the comments, Daniel! Right now the error

[jira] [Commented] (PIG-3261) User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended

2013-04-03 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621742#comment-13621742 ] Prashant Kommireddi commented on PIG-3261: -- Thanks Koji, that's a good explanation

[jira] [Commented] (PIG-3261) User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended

2013-04-03 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621739#comment-13621739 ] Harsh J commented on PIG-3261: -- Thanks for the comment from experience Koji! I think we can use

[jira] [Updated] (PIG-3258) Patch to allow MultiStorage to use more than one index to generate output tree

2013-04-03 Thread Joel Fouse (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Fouse updated PIG-3258: Release Note: Adds to MultiStorage the ability to handle multiple tuple indexes, rather than only one, for dy

[jira] Subscription: PIG patch available

2013-04-03 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-3261User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended https://issues.apache.org/jira/browse/PIG-3261 PIG-3257Add unique identifier UDF

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621522#comment-13621522 ] Feng Peng commented on PIG-3222: The query passed with the patched trunk version. Thanks [~d

[jira] [Commented] (PIG-2244) Macros cannot be passed relation names

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621510#comment-13621510 ] Daniel Dai commented on PIG-2244: - I think the intent is to print a better error message, no

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621503#comment-13621503 ] Feng Peng commented on PIG-3222: Ah, got it. Applied and testing. > New UDF

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621477#comment-13621477 ] Daniel Dai commented on PIG-3222: - You'd better use patch command: patch -p0 < PIG-3267-1.pa

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621474#comment-13621474 ] Feng Peng commented on PIG-3222: Here is what I did. Any suggestions? {noformat} [tw-mbp15-

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621468#comment-13621468 ] Daniel Dai commented on PIG-3222: - The patch should apply on trunk and 0.11.1. Are you using

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621464#comment-13621464 ] Feng Peng commented on PIG-3222: [~daijy], which branch should I try the patch on? I tried b

[jira] [Commented] (PIG-2247) Pig parser does not detect multiple arguments with the same name passed to macro

2013-04-03 Thread Johnny Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621457#comment-13621457 ] Johnny Zhang commented on PIG-2247: --- thank you so much for reviewing my patch, Daniel!

[jira] [Updated] (PIG-2247) Pig parser does not detect multiple arguments with the same name passed to macro

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2247: Resolution: Fixed Fix Version/s: 0.12 Hadoop Flags: Reviewed Status: Resolved (was: Pa

Re: Pig snapshot on maven repo

2013-04-03 Thread Daniel Dai
It is "ant mvn-deploy" target. Any committers can publish snapshots manually. Better if there could be a jenkins job to publish it everyday. I've just bring the snapshot to current. Thanks, Daniel On Tue, Apr 2, 2013 at 11:04 PM, Prashant Kommireddi wrote: > Hey guys, > > What is the frequency

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Feng Peng (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621392#comment-13621392 ] Feng Peng commented on PIG-3222: Thanks [~daijy]! Let me try the patch. > N

[jira] [Commented] (PIG-3222) New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621347#comment-13621347 ] Daniel Dai commented on PIG-3222: - I did a limit query and fail for a different error messag

[jira] [Updated] (PIG-3267) HCatStorer fail in limit query

2013-04-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-3267: Attachment: PIG-3267-1.patch This is due to when we add a Limit job and convert the intermediate storer to t

[jira] [Created] (PIG-3267) HCatStorer fail in limit query

2013-04-03 Thread Daniel Dai (JIRA)
Daniel Dai created PIG-3267: --- Summary: HCatStorer fail in limit query Key: PIG-3267 URL: https://issues.apache.org/jira/browse/PIG-3267 Project: Pig Issue Type: Bug Affects Versions: 0.9.2, 0.1

[jira] [Resolved] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi resolved PIG-3266. --- Resolution: Duplicate Release Note: Found it. This is a duplicate of PIG-2769. Sorry Xuefu for

[jira] [Updated] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-3266: -- Release Note: (was: Found it. This is a duplicate of PIG-2769. Sorry Xuefu for wasting your time on t

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621230#comment-13621230 ] Koji Noguchi commented on PIG-3266: --- bq. Koji Noguchi, I think this was fixed. I don't see

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621213#comment-13621213 ] Prashant Kommireddi commented on PIG-3266: -- [~knoguchi], I think this was fixed. I

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621184#comment-13621184 ] Xuefu Zhang commented on PIG-3266: -- Sorry, I didn't mean it's not reproducible. I don't hav

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621178#comment-13621178 ] Koji Noguchi commented on PIG-3266: --- bq. I assume there is an infinite loop. Next time cou

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621171#comment-13621171 ] Xuefu Zhang commented on PIG-3266: -- Hi Koji, I assume there is an infinite loop. Next time

[jira] [Commented] (PIG-3261) User set PIG_CLASSPATH entries must be prepended to the CLASSPATH, not appended

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621155#comment-13621155 ] Koji Noguchi commented on PIG-3261: --- I prefer with PIG_USER_CLASSPATH_FIRST. I've seen to

Re: HBase Types: Explicit Null Support

2013-04-03 Thread Dmitriy Ryaboy
Hiya Nick, Pig converts data for HBase storage using this class: https://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backend/hadoop/hbase/HBaseBinaryConverter.java(which is mostly just calling into HBase's Bytes class). As long as Bytes handles the null stuff, we'll just inherit the behav

[jira] [Commented] (PIG-3266) Pig takes forever to parse scripts with foreach + multi level binconds

2013-04-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621115#comment-13621115 ] Koji Noguchi commented on PIG-3266: --- > > Does it finish in the end, or never? > I would gu