[jira] [Updated] (PIG-2913) org.apache.pig.test.TestPigServerWithMacros fails sometimes because it picks up previous minicluster configuration file

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2913: --- Fix Version/s: 0.11 > org.apache.pig.test.TestPigServerWithMacros fails sometimes because it picks

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482936#comment-13482936 ] Gianmarco De Francisci Morales commented on PIG-2999: - Makes sense. Comp

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482934#comment-13482934 ] Koji Noguchi commented on PIG-2999: --- bq. less than tuple with greater value expected:<-1>

[jira] [Updated] (PIG-2885) TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Srinivasan updated PIG-2885: - Resolution: Fixed Fix Version/s: 0.12 Hadoop Flags: Reviewed Status:

[jira] [Commented] (PIG-2885) TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482930#comment-13482930 ] Santhosh Srinivasan commented on PIG-2885: -- Patch has been committed. Thanks Cheols

[jira] [Updated] (PIG-2979) Pig.jar doesn't work with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2979: --- Description: To reproduce, please do the following: 1) ensure that no hadoop is installed and therefor

[jira] [Updated] (PIG-2913) org.apache.pig.test.TestPigServerWithMacros fails sometimes because it picks up previous minicluster configuration file

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2913: --- Status: Patch Available (was: Open) > org.apache.pig.test.TestPigServerWithMacros fails sometimes

[jira] [Updated] (PIG-2913) org.apache.pig.test.TestPigServerWithMacros fails sometimes because it picks up previous minicluster configuration file

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2913: --- Attachment: PIG-2913-2.patch I don't know if Julien is working on this, but here is a patch that does w

[jira] Subscription: PIG patch available

2012-10-23 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-2998Fix TestScriptLangunage https://issues.apache.org/jira/browse/PIG-2998 PIG-2990the -secretDebugCmd shouldn't be a secret and should just be...a command

[jira] [Updated] (PIG-3000) Optimize nested foreach

2012-10-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-3000: -- Description: In this Pig script: {code} A = load 'data' as (a:chararray); B = foreach A { c = UPPER(a);

[jira] [Updated] (PIG-3000) Optimize nested foreach

2012-10-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-3000: -- Description: In this Pig script: {case} A = load 'data' as (a:chararray); B = foreach A { c = UPPER(a);

[jira] [Created] (PIG-3000) Optimize nested foreach

2012-10-23 Thread Richard Ding (JIRA)
Richard Ding created PIG-3000: - Summary: Optimize nested foreach Key: PIG-3000 URL: https://issues.apache.org/jira/browse/PIG-3000 Project: Pig Issue Type: Bug Components: impl Affe

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482839#comment-13482839 ] Cheolsoo Park commented on PIG-2999: Hi, I see that org.apache.pig.test.TestDataModel.te

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482837#comment-13482837 ] Gianmarco De Francisci Morales commented on PIG-2999: - Not yet. I am run

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482830#comment-13482830 ] Jonathan Coveney commented on PIG-2999: --- Has this been committed? > R

Re: PROPOSAL: how to handle release documentation going forward

2012-10-23 Thread Julien Le Dem
Sounds good to me. +1 On Tue, Oct 23, 2012 at 10:20 AM, Gianmarco De Francisci Morales < g...@apache.org> wrote: > I guess this is the only way to ensure documented code. > > +1 > > We need to put this rule somewhere, maybe in the Wiki? > > Cheers, > -- > Gianmarco > > > On Tue, Oct 23, 2012 at 1

[jira] [Updated] (PIG-2907) Publish pig 0.23 jars to maven

2012-10-23 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-2907: Fix Version/s: 0.11 > Publish pig 0.23 jars to maven > -- > >

[jira] [Updated] (PIG-2885) TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2885: --- Release Note: This makes hbase.jar and zookeeper.jar no longer be embedded in pig.jar, and thus, to use

[jira] [Updated] (PIG-2979) ant test-e2e-local fails due to missing run-time dependencies in classpath with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2979: --- Attachment: PIG-2979.patch The problem is that the provider-configuration file of hadoop-hdfs.jar over

[jira] [Work started] (PIG-2979) ant test-e2e-local fails due to missing run-time dependencies in classpath with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2979 started by Cheolsoo Park. > ant test-e2e-local fails due to missing run-time dependencies in classpath > with hadoop-2.0.x > -

[jira] [Updated] (PIG-2979) ant test-e2e-local fails due to missing run-time dependencies in classpath with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2979: --- Status: Patch Available (was: In Progress) > ant test-e2e-local fails due to missing run-time depe

[jira] [Assigned] (PIG-2507) Semicolon in paramenters for UDF results in parsing error

2012-10-23 Thread Timothy Chen (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Chen reassigned PIG-2507: - Assignee: Timothy Chen > Semicolon in paramenters for UDF results in parsing error > --

[jira] [Commented] (PIG-2979) ant test-e2e-local fails due to missing run-time dependencies in classpath with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482657#comment-13482657 ] Cheolsoo Park commented on PIG-2979: There are 2 issues: 1) slf4j has to be bundled in

[jira] [Assigned] (PIG-2979) ant test-e2e-local fails due to missing run-time dependencies in classpath with hadoop-2.0.x

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park reassigned PIG-2979: -- Assignee: Cheolsoo Park > ant test-e2e-local fails due to missing run-time dependencies in cl

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Bill Graham
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7676/#review12694 --- Ship it! Ship It! - Bill Graham On Oct. 23, 2012, 4:48 p.m., Cheo

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Cheolsoo Park
> On Oct. 23, 2012, 6:55 p.m., Bill Graham wrote: > > Do both HBASE_HOME and ZOOKEEPER_HOME need to be set, or would it suffice > > to just have their respective jars + HBASE_CONF_DIR in the classpath? > > Ideally, only the classpath would need to be set. > > > > Besides that, the code looks g

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Bill Graham
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7676/#review12689 --- Do both HBASE_HOME and ZOOKEEPER_HOME need to be set, or would it suf

[jira] [Updated] (PIG-2600) Better Map support

2012-10-23 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi updated PIG-2600: - Tags: udf Release Note: Pig 0.11+ includes the following UDFs for operating wit

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482538#comment-13482538 ] Gianmarco De Francisci Morales commented on PIG-2999: - Sure, I will take

[jira] [Updated] (PIG-2433) Jython import module not working if module path is in classpath

2012-10-23 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-2433: Fix Version/s: 0.12 Assignee: Rohini Palaniswamy Status: Patch Available

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482533#comment-13482533 ] Jonathan Coveney commented on PIG-2999: --- +1. Gianmarco, you want to commit once the te

[jira] [Updated] (PIG-2433) Jython import module not working if module path is in classpath

2012-10-23 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-2433: Attachment: PIG-2433.patch Fixed the issue and added unit tests to import os and re. Note:

[jira] [Commented] (PIG-2904) Scripting UDFs should allow DEFINE statements to pass parameters to the UDF's constructor

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482495#comment-13482495 ] Cheolsoo Park commented on PIG-2904: Thank you very much for reviewing it Julien! I agr

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482489#comment-13482489 ] Gianmarco De Francisci Morales commented on PIG-2999: - The patch looks g

[jira] [Commented] (PIG-2904) Scripting UDFs should allow DEFINE statements to pass parameters to the UDF's constructor

2012-10-23 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482485#comment-13482485 ] Julien Le Dem commented on PIG-2904: That's a pretty good start Cheolsoo. My main commen

Re: Review Request: PIG-2904 Scripting UDFs should allow DEFINE statements to pass parameters to the UDF's constructor

2012-10-23 Thread Julien Le Dem
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7217/#review12686 --- That's a pretty good start Cheolsoo. My main comment is we should avo

Re: PROPOSAL: how to handle release documentation going forward

2012-10-23 Thread Gianmarco De Francisci Morales
I guess this is the only way to ensure documented code. +1 We need to put this rule somewhere, maybe in the Wiki? Cheers, -- Gianmarco On Tue, Oct 23, 2012 at 12:37 AM, Santhosh M S wrote: > +1 > > > > From: Jonathan Coveney > To: dev@pig.apache.org; Olga Na

[jira] [Updated] (PIG-2885) TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-2885: --- Attachment: PIG-2885-4.patch Bumping ZK to 3.4.4 since ZK 3.4.3 has known issues. (Please see Santhosh'

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7676/ --- (Updated Oct. 23, 2012, 4:48 p.m.) Review request for pig and Santhosh Srinivasa

[jira] [Commented] (PIG-2328) Add builtin UDFs for building and using bloom filters

2012-10-23 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482451#comment-13482451 ] Olga Natkovich commented on PIG-2328: - This one are in builtins at least according to th

[jira] [Updated] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2999: -- Attachment: pig-2999-v2.txt In WritableComparator, it converts to 'int' and then compare. {noformat} 123

[jira] [Commented] (PIG-2999) Regression after PIG-2975: BinInterSedesTupleRawComparator secondary sort failing

2012-10-23 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482381#comment-13482381 ] Koji Noguchi commented on PIG-2999: --- After patch 'pig-2999-v1.txt' is applied, previous ne

Build failed in Jenkins: Pig-trunk #1344

2012-10-23 Thread Apache Jenkins Server
See Changes: [gdfm] PIG-2941: Ivy resolvers in pig don't have consistent chaining and don't have a kitchen sink option for novices (jgordon via azaroth) [jcoveney] PIG-2975: TestTypedMap.testOrderBy failing with incorrect result (knoguchi

[jira] [Updated] (PIG-2832) org.apache.pig.pigunit.pig.PigServer does not initialize udf.import.list of PigContext

2012-10-23 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi updated PIG-2832: - Patch Info: Patch Available > org.apache.pig.pigunit.pig.PigServer does not initialize

[jira] [Assigned] (PIG-2832) org.apache.pig.pigunit.pig.PigServer does not initialize udf.import.list of PigContext

2012-10-23 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi reassigned PIG-2832: Assignee: Prashant Kommireddi > org.apache.pig.pigunit.pig.PigServer does not ini

[jira] [Updated] (PIG-2832) org.apache.pig.pigunit.pig.PigServer does not initialize udf.import.list of PigContext

2012-10-23 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi updated PIG-2832: - Attachment: PIG-2832.patch > org.apache.pig.pigunit.pig.PigServer does not initialize u

[jira] [Commented] (PIG-2832) org.apache.pig.pigunit.pig.PigServer does not initialize udf.import.list of PigContext

2012-10-23 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482198#comment-13482198 ] Prashant Kommireddi commented on PIG-2832: -- Thanks Johannes from reporting this. It

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Santhosh Srinivasan
> On Oct. 23, 2012, 5:07 a.m., Santhosh Srinivasan wrote: > > A few comments. Its probably a good idea to have someone with more > > knowledge of HBaseStorage to take a second look. > > Cheolsoo Park wrote: > Thank you very much for your feedback! I added answers below. Please let > me kno

Re: Review Request: TestJobSumission and TestHBaseStorage don't work with HBase 0.94 and ZK 3.4.3

2012-10-23 Thread Santhosh Srinivasan
> On Oct. 23, 2012, 5:07 a.m., Santhosh Srinivasan wrote: > > ivy/libraries.properties, line 74 > > > > > > Zookeeper-3.4.4 has been out but has a known issue with SASL and Java > > 1.7. Is 3.3.3 required for Hbase 0.9

Re: PROPOSAL: how to handle release documentation going forward

2012-10-23 Thread Santhosh M S
+1 From: Jonathan Coveney To: dev@pig.apache.org; Olga Natkovich Sent: Monday, October 22, 2012 5:09 PM Subject: Re: PROPOSAL: how to handle release documentation going forward As someone who chronically under-documents, I think that this is a good idea. +1