Re: Pig package supporting both hadoop 1 and 2

2013-05-06 Thread Rohini Palaniswamy
Hi Julien, We use a perl script internally instead of bin/pig shell script which has some Y! deployment stuff. That is why changes have not been done to bin/pig to support both versions already. We have two lib directories - one for hadoop20, other for hadoop23(hadoop2) and choose the one to

Re: A major addition to Pig. Working with spatial data

2013-05-06 Thread Jonathan Coveney
You can give them all the same label or tag and filter on that later on. 2013/5/6 Ahmed Eldawy aseld...@gmail.com Thanks all for taking the time to respond. Danial, I didn't know that Solr uses JTS. This is a good finding and we can definitely ask them to see if there is a work around we can

Re: CHANGES.txt in trunk

2013-05-06 Thread Alan Gates
Cool, just wanted to make sure. I agree this is a good idea. Alan. On May 5, 2013, at 7:06 PM, Rohini Palaniswamy wrote: Alan, I meant relocating only - Moving jiras from 0.12 to 0.11.x releases section :). Regards, Rohini On Fri, May 3, 2013 at 3:08 PM, Alan Gates

Re: Pig package supporting both hadoop 1 and 2

2013-05-06 Thread Julien Le Dem
Thanks Rohini, I was thinking of using hadoop version to decide. Do you think there's a difference? Julien On Mon, May 6, 2013 at 7:06 AM, Rohini Palaniswamy rohini.adi...@gmail.comwrote: Hi Julien, We use a perl script internally instead of bin/pig shell script which has some Y!

[jira] [Updated] (PIG-3293) Casting fails after Union from two data sourcesloaders

2013-05-06 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-3293: -- Attachment: pig-3293-test-only-v01.patch bq. Must be the caster in D's POCast is null. Can you attach

[jira] [Commented] (PIG-3311) add pig-withouthadoop-h2 to mvn-jar

2013-05-06 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649907#comment-13649907 ] Julien Le Dem commented on PIG-3311: Committed to TRUNK add

[jira] [Resolved] (PIG-3311) add pig-withouthadoop-h2 to mvn-jar

2013-05-06 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem resolved PIG-3311. Resolution: Fixed Fix Version/s: 0.12 add pig-withouthadoop-h2 to mvn-jar

[jira] [Commented] (PIG-1824) Support import modules in Jython UDF

2013-05-06 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649924#comment-13649924 ] Rohini Palaniswamy commented on PIG-1824: - to use a jython install, the Lib dir must

[jira] [Commented] (PIG-3285) Jobs using HBaseStorage fail to ship dependency jars

2013-05-06 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649958#comment-13649958 ] Daniel Dai commented on PIG-3285: - If HBase adding another method only adding

[jira] [Commented] (PIG-3307) Refactor physical operators to remove methods parameters that are always null

2013-05-06 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13650021#comment-13650021 ] Julien Le Dem commented on PIG-3307: [~daijy] This is removing parameters that were not

Re: A major addition to Pig. Working with spatial data

2013-05-06 Thread Nick Dimiduk
I'm to a lawyer, but I see no reason why this cannot be an external extension to Pig. It would behave the same way PostGIS is an external extension to Postgres. Any Apache issues would be toward general purpose enhancements, not specific to your project. Good on you! -n On Mon, May 6, 2013 at

Re: A major addition to Pig. Working with spatial data

2013-05-06 Thread Jonathan Coveney
Nick: the only issue is that the way types are implemented in Pig don't allow us to easily plug-in types externally. Adding support for that would be cool, but a fair bit of work. 2013/5/6 Nick Dimiduk ndimi...@gmail.com I'm to a lawyer, but I see no reason why this cannot be an external

[jira] [Commented] (PIG-3307) Refactor physical operators to remove methods parameters that are always null

2013-05-06 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13650111#comment-13650111 ] Daniel Dai commented on PIG-3307: - That's what I am expecting. Would love to see some

[jira] Subscription: PIG patch available

2013-05-06 Thread jira
Issue Subscription Filter: PIG patch available (22 issues) Subscriber: pigdaily Key Summary PIG-3297Avro files with stringType set to String cannot be read by the AvroStorage LoadFunc https://issues.apache.org/jira/browse/PIG-3297 PIG-3295Casting from

[jira] [Created] (PIG-3313) pig job hang if the job tracker is bounced during execution

2013-05-06 Thread Chenjie Yu (JIRA)
Chenjie Yu created PIG-3313: --- Summary: pig job hang if the job tracker is bounced during execution Key: PIG-3313 URL: https://issues.apache.org/jira/browse/PIG-3313 Project: Pig Issue Type: Bug