[jira] [Commented] (PIG-5453) FLATTEN shifting fields incorrectly

2024-04-18 Thread Daniel Dai (Jira)
[ https://issues.apache.org/jira/browse/PIG-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838865#comment-17838865 ] Daniel Dai commented on PIG-5453: - +1 > FLATTEN shifting fields incorrec

[jira] [Created] (PIG-5454) Make ParallelGC the default Garbage Collection

2024-04-18 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5454: - Summary: Make ParallelGC the default Garbage Collection Key: PIG-5454 URL: https://issues.apache.org/jira/browse/PIG-5454 Project: Pig Issue Type: Bug

[jira] [Updated] (PIG-5453) FLATTEN shifting fields incorrectly

2024-04-18 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5453: -- Attachment: pig-5453-v01.patch Uploading the patch that uses a new field introduced as part of PIG-5201

[jira] [Commented] (PIG-5450) Pig-on-Spark3 E2E ORC test failing with java.lang.VerifyError: Bad return type

2024-04-16 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837863#comment-17837863 ] Rohini Palaniswamy commented on PIG-5450: - +1 > Pig-on-Spark3 E2E ORC test fail

[jira] [Commented] (PIG-5449) TestEmptyInputDir failing on pig-on-spark3

2024-04-16 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837862#comment-17837862 ] Rohini Palaniswamy commented on PIG-5449: - +1 > TestEmptyInputDir failing on pig-on-spa

[jira] [Commented] (PIG-5448) All TestHBaseStorage tests failing on pig-on-spark3

2024-04-16 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837861#comment-17837861 ] Rohini Palaniswamy commented on PIG-5448: - +1 > All TestHBaseStorage tests failing on

[jira] [Commented] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2024-04-16 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837860#comment-17837860 ] Rohini Palaniswamy commented on PIG-5438: - +1 > Update SparkCounter.Accumulator to Accumulato

[jira] [Created] (PIG-5453) FLATTEN shifting fields incorrectly

2024-04-15 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5453: - Summary: FLATTEN shifting fields incorrectly Key: PIG-5453 URL: https://issues.apache.org/jira/browse/PIG-5453 Project: Pig Issue Type: Bug Components

[jira] [Updated] (PIG-5452) Null handling of FLATTEN with user defined schema (as clause)

2024-04-15 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5452: -- Description: Follow up from PIG-5201,  {code:java} A = load 'input' as (a1:chararray); B = FOREACH

[jira] [Updated] (PIG-5452) Null handling of FLATTEN with user defined schema (as clause)

2024-04-12 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5452: -- Attachment: pig-5452-v01.patch Instead of relying on innerfield schema, using the output schema which

[jira] [Created] (PIG-5452) Null handling of FLATTEN with user defined schema (as clause)

2024-04-12 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5452: - Summary: Null handling of FLATTEN with user defined schema (as clause) Key: PIG-5452 URL: https://issues.apache.org/jira/browse/PIG-5452 Project: Pig Issue Type

[jira] [Assigned] (PIG-5416) Spark unit tests failing randomly with "java.lang.RuntimeException: Unexpected job execution status RUNNING"

2024-04-12 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5416: - Assignee: Koji Noguchi > Spark unit tests failing randomly with "java.lang.RuntimeE

[jira] [Commented] (PIG-5451) Pig-on-Spark3 E2E Orc_Pushdown_5 failing

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832323#comment-17832323 ] Koji Noguchi commented on PIG-5451: --- This was caused by conflict of orc.version.   ./build/ivy/lib/Pig

[jira] [Created] (PIG-5451) Pig-on-Spark3 E2E Orc_Pushdown_5 failing

2024-03-29 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5451: - Summary: Pig-on-Spark3 E2E Orc_Pushdown_5 failing Key: PIG-5451 URL: https://issues.apache.org/jira/browse/PIG-5451 Project: Pig Issue Type: Bug

[jira] [Commented] (PIG-5451) Pig-on-Spark3 E2E Orc_Pushdown_5 failing

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832320#comment-17832320 ] Koji Noguchi commented on PIG-5451: --- Full stack trace. {noformat} 2024-03-29 10:57:31,787 [dag-scheduler

[jira] [Updated] (PIG-5450) Pig-on-Spark3 E2E ORC test failing with java.lang.VerifyError: Bad return type

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5450: -- Attachment: pig-5450-v01.patch It turns out the weird error was coming from conflicting jar.  {{./build

[jira] [Commented] (PIG-5450) Pig-on-Spark3 E2E ORC test failing with java.lang.VerifyError: Bad return type

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832318#comment-17832318 ] Koji Noguchi commented on PIG-5450: --- Weird full trace. {noformat} 024-03-27 10:50:40,088 [task-result

[jira] [Created] (PIG-5450) Pig-on-Spark3 E2E ORC test failing with java.lang.VerifyError: Bad return type

2024-03-29 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5450: - Summary: Pig-on-Spark3 E2E ORC test failing with java.lang.VerifyError: Bad return type Key: PIG-5450 URL: https://issues.apache.org/jira/browse/PIG-5450 Project: Pig

[jira] [Updated] (PIG-5410) Support Python 3 for streaming_python

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5410: -- Attachment: pig-5410-v02.patch Testing the patch, it was failing with {noformat} Caused

[jira] [Comment Edited] (PIG-5410) Support Python 3 for streaming_python

2024-03-29 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832317#comment-17832317 ] Koji Noguchi edited comment on PIG-5410 at 3/29/24 9:10 PM: Testing the patch

[jira] [Updated] (PIG-5449) TestEmptyInputDir failing on pig-on-spark3

2024-03-22 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5449: -- Attachment: pig-5449-v01.patch Before (in spark2 land), this used to work by checking empty list

[jira] [Created] (PIG-5449) TestEmptyInputDir failing on pig-on-spark3

2024-03-22 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5449: - Summary: TestEmptyInputDir failing on pig-on-spark3 Key: PIG-5449 URL: https://issues.apache.org/jira/browse/PIG-5449 Project: Pig Issue Type: Bug

[jira] [Updated] (PIG-5448) All TestHBaseStorage tests failing on pig-on-spark3

2024-03-19 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5448: -- Attachment: pig-5448-v01.patch {quote}No task metrics available for jobId 0 {quote} This is actually

[jira] [Updated] (PIG-5439) Support Spark 3 and drop SparkShim

2024-03-19 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5439: -- Attachment: pig-5439-v02.patch Adding missing spark-scala.version. (pig-5439-v02.patch) > Support Sp

[jira] [Created] (PIG-5448) All TestHBaseStorage tests failing on pig-on-spark3

2024-03-19 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5448: - Summary: All TestHBaseStorage tests failing on pig-on-spark3 Key: PIG-5448 URL: https://issues.apache.org/jira/browse/PIG-5448 Project: Pig Issue Type: Bug

[jira] [Commented] (PIG-5446) Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing

2024-03-13 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826791#comment-17826791 ] Rohini Palaniswamy commented on PIG-5446: - +1 >

[jira] [Commented] (PIG-5416) Spark unit tests failing randomly with "java.lang.RuntimeException: Unexpected job execution status RUNNING"

2024-03-13 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826790#comment-17826790 ] Rohini Palaniswamy commented on PIG-5416: - +1 > Spark unit tests failing rando

[jira] [Commented] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-13 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826789#comment-17826789 ] Rohini Palaniswamy commented on PIG-5447: - +1 > Pig-on-Spark TestSkewedJoin.testSkewedJoinOu

[jira] [Updated] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5447: -- Attachment: pig-5447-v01.patch There is no simple way to implement hasNext() for this implementation.  I

[jira] [Commented] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824136#comment-17824136 ] Koji Noguchi commented on PIG-5447: --- > However, inside {{{}next(){}}}, it sometimes recursively traver

[jira] [Commented] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824097#comment-17824097 ] Koji Noguchi commented on PIG-5447: --- I don't see how this ever worked. Iterator under

[jira] [Commented] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824093#comment-17824093 ] Koji Noguchi commented on PIG-5447: --- Full stack trace. {noformat

[jira] [Created] (PIG-5447) Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException

2024-03-06 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5447: - Summary: Pig-on-Spark TestSkewedJoin.testSkewedJoinOuter failing with NoSuchElementException Key: PIG-5447 URL: https://issues.apache.org/jira/browse/PIG-5447 Project: Pig

[jira] [Commented] (PIG-5416) Spark unit tests failing randomly with "java.lang.RuntimeException: Unexpected job execution status RUNNING"

2024-02-08 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17815770#comment-17815770 ] Koji Noguchi commented on PIG-5416: --- Issue seems to be on the Spark side. For now, added a silly

[jira] [Updated] (PIG-5416) Spark unit tests failing randomly with "java.lang.RuntimeException: Unexpected job execution status RUNNING"

2024-02-08 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5416: -- Attachment: pig-5416-v01.patch > Spark unit tests failing randomly with "java.lang.RuntimeE

[jira] [Updated] (PIG-5446) Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing

2024-02-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5446: -- Attachment: pig-5446-v01.patch > Tez TestPigProgressReporting.testProgressReportingWithStatusMess

[jira] [Updated] (PIG-5446) Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing

2024-02-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5446: -- It seems like "reporter.progress()" is a no-op in Tez pig. Test started failing after

[jira] [Commented] (PIG-5446) Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing

2024-02-06 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17814970#comment-17814970 ] Koji Noguchi commented on PIG-5446: --- From  {code:title=testProgressReportingWithStatusMessage

[jira] [Created] (PIG-5446) Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing

2024-02-06 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5446: - Summary: Tez TestPigProgressReporting.testProgressReportingWithStatusMessage failing Key: PIG-5446 URL: https://issues.apache.org/jira/browse/PIG-5446 Project: Pig

[jira] [Updated] (PIG-5445) TestTezCompiler.testMergeCogroup fails whenever config is updated

2024-02-05 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5445: -- Attachment: pig-5445-v01.patch I have no understanding of how the cogroup are implemented, but checking

[jira] [Commented] (PIG-5445) TestTezCompiler.testMergeCogroup fails whenever config is updated

2024-02-05 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17814456#comment-17814456 ] Koji Noguchi commented on PIG-5445: --- {quote}Basically 3rd argument to MergeJoinIndexer differed. {quote

[jira] [Created] (PIG-5445) TestTezCompiler.testMergeCogroup fails whenever config is updated

2024-02-05 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5445: - Summary: TestTezCompiler.testMergeCogroup fails whenever config is updated Key: PIG-5445 URL: https://issues.apache.org/jira/browse/PIG-5445 Project: Pig Issue

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-18 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: pig-5444-v03.patch pig-5444-v02.patch worked on the failing test but it would not pick up

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: pig-5444-v02.patch > TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge alre

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: (was: pig-5444-v02.patch) > TestFRJoin.testFRJoinOut7 and testFRJoinOut8 fail

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: (was: pig-5444-v01.patch) > TestFRJoin.testFRJoinOut7 and testFRJoinOut8 fail

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: pig-5444-v02.patch > TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge alre

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attachment: pig-5444-v01.patch > TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge alre

[jira] [Updated] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2024-01-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5444: -- Attaching the patch which basically does two things. > [~rohini] , should I add a predecessor ch

[jira] [Commented] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2023-11-14 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786019#comment-17786019 ] Koji Noguchi commented on PIG-5444: --- This is how it looks when testFRJoinOut8 is run by itself when

[jira] [Commented] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2023-11-13 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17785674#comment-17785674 ] Koji Noguchi commented on PIG-5444: --- [~rohini] , should I add a predecessor check to prevent this merge

[jira] [Comment Edited] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2023-11-13 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17785673#comment-17785673 ] Koji Noguchi edited comment on PIG-5444 at 11/13/23 9:44 PM: - Issue seems

[jira] [Commented] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2023-11-13 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17785673#comment-17785673 ] Koji Noguchi commented on PIG-5444: --- Issue seems to be happening inside MultiQueryOptimizerTez.java

[jira] [Created] (PIG-5444) TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez

2023-11-11 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5444: - Summary: TestFRJoin.testFRJoinOut7 and testFRJoinOut8 failing with Edge already defined error on Tez Key: PIG-5444 URL: https://issues.apache.org/jira/browse/PIG-5444

[jira] [Updated] (PIG-5437) Add lib and idea folder to .gitignore

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5437: Fix Version/s: 0.18.0 Hadoop Flags: Reviewed Resolution: Fixed Status

[jira] [Updated] (PIG-5420) Update accumulo dependency to 1.10.1

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5420: Fix Version/s: 0.18.1 > Update accumulo dependency to 1.1

[jira] [Updated] (PIG-5419) Upgrade Joda time version

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5419: Fix Version/s: 0.18.1 (was: 0.18.0) Can you update to 2.12.5

[jira] [Resolved] (PIG-5440) Extra jars needed for hive3

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy resolved PIG-5440. - Fix Version/s: 0.18.0 Hadoop Flags: Reviewed Resolution: Fixed Committed

[jira] [Updated] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5438: Fix Version/s: 0.19.0 > Update SparkCounter.Accumulator to Accumulato

[jira] [Updated] (PIG-5439) Support Spark 3 and drop SparkShim

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5439: Fix Version/s: 0.19.0 > Support Spark 3 and drop SparkS

[jira] [Updated] (PIG-5414) Build failure on Linux ARM64 due to old Apache Avro

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5414: Fix Version/s: 0.18.1 > Build failure on Linux ARM64 due to old Apache A

[jira] [Updated] (PIG-5418) Utils.parseSchema(String), parseConstant(String) leak memory

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5418: Fix Version/s: 0.18.1 > Utils.parseSchema(String), parseConstant(String) leak mem

[jira] [Updated] (PIG-5443) Add testcase for skew join for tez grace shuffle vertex manager

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5443: Description: Need to add test case for fix in https://issues.apache.org/jira/browse/PIG-5441

[jira] [Created] (PIG-5443) Add testcase for skew join for tez grace shuffle vertex manager

2023-07-15 Thread Rohini Palaniswamy (Jira)
Rohini Palaniswamy created PIG-5443: --- Summary: Add testcase for skew join for tez grace shuffle vertex manager Key: PIG-5443 URL: https://issues.apache.org/jira/browse/PIG-5443 Project: Pig

[jira] [Resolved] (PIG-5442) Add only credentials from setStoreLocation to the Job Conf

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy resolved PIG-5442. - Fix Version/s: 0.18.0 Hadoop Flags: Reviewed Resolution: Fixed +1. Committed

[jira] [Updated] (PIG-5442) Add only credentials from setStoreLocation to the Job Conf

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5442: Attachment: PIG-5442-1.patch > Add only credentials from setStoreLocation to the Job C

[jira] [Updated] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-07-15 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5441: Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch

[jira] [Updated] (PIG-5442) Add only credentials from setStoreLocation to the Job Conf

2023-07-03 Thread Alagappan Maruthappan (Jira)
[ https://issues.apache.org/jira/browse/PIG-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alagappan Maruthappan updated PIG-5442: --- External issue URL: https://github.com/apache/pig/pull/40 > Add only credentials f

[jira] [Assigned] (PIG-5442) Add only credentials from setStoreLocation to the Job Conf

2023-07-03 Thread Alagappan Maruthappan (Jira)
[ https://issues.apache.org/jira/browse/PIG-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alagappan Maruthappan reassigned PIG-5442: -- Assignee: Alagappan Maruthappan > Add only credentials from setStoreLocat

[jira] [Created] (PIG-5442) Add only credentials from setStoreLocation to the Job Conf

2023-07-03 Thread Alagappan Maruthappan (Jira)
Alagappan Maruthappan created PIG-5442: -- Summary: Add only credentials from setStoreLocation to the Job Conf Key: PIG-5442 URL: https://issues.apache.org/jira/browse/PIG-5442 Project: Pig

[jira] [Updated] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-25 Thread Yi Zhang (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Zhang updated PIG-5441: -- Attachment: PIG-5441.patch > Pig skew join tez grace reducer fails to find shuffle d

[jira] [Commented] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-24 Thread Yi Zhang (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17726009#comment-17726009 ] Yi Zhang commented on PIG-5441: --- [~knoguchi] can you add unit test as separate jira? I am not actively

[jira] [Commented] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-24 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725786#comment-17725786 ] Koji Noguchi commented on PIG-5441: --- It would be nice if you can add a unit test. (However, if you

[jira] [Commented] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-24 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725781#comment-17725781 ] Rohini Palaniswamy commented on PIG-5441: - +1. Can you just attach the patch to jira ? > Pig s

[jira] [Updated] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-24 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5441: Fix Version/s: 0.18.0 Assignee: Yi Zhang Status: Patch Available

[jira] [Commented] (PIG-5440) Extra jars needed for hive3

2023-05-24 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725780#comment-17725780 ] Rohini Palaniswamy commented on PIG-5440: - +1 > Extra jars needed for hi

[jira] [Created] (PIG-5441) Pig skew join tez grace reducer fails to find shuffle data

2023-05-19 Thread Yi Zhang (Jira)
Yi Zhang created PIG-5441: - Summary: Pig skew join tez grace reducer fails to find shuffle data Key: PIG-5441 URL: https://issues.apache.org/jira/browse/PIG-5441 Project: Pig Issue Type: Bug

[jira] [Commented] (PIG-5440) Extra jars needed for hive3

2023-05-12 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17722278#comment-17722278 ] Koji Noguchi commented on PIG-5440: --- bq. Can you add space between "orc-shims","aircom

[jira] [Updated] (PIG-5440) Extra jars needed for hive3

2023-05-12 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5440: -- Attachment: pig-5440-v02.patch > Extra jars needed for hi

[jira] [Commented] (PIG-5440) Extra jars needed for hive3

2023-05-12 Thread Rohini Palaniswamy (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17722276#comment-17722276 ] Rohini Palaniswamy commented on PIG-5440: - +1. Can you add space between "orc-shims",&quo

[jira] [Updated] (PIG-5440) Extra jars needed for hive3

2023-05-12 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5440: -- Attachment: pig-5440-v01.patch > Extra jars needed for hi

[jira] [Created] (PIG-5440) Extra jars needed for hive3

2023-05-12 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5440: - Summary: Extra jars needed for hive3 Key: PIG-5440 URL: https://issues.apache.org/jira/browse/PIG-5440 Project: Pig Issue Type: Improvement Reporter

[jira] [Assigned] (PIG-5437) Add lib and idea folder to .gitignore

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5437: - Assignee: Alagappan Maruthappan > Add lib and idea folder to .gitign

[jira] [Updated] (PIG-5439) Support Spark 3 and drop SparkShim

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5439: -- Attachment: pig-5439-v01.patch > Support Spark 3 and drop SparkS

[jira] [Created] (PIG-5439) Support Spark 3 and drop SparkShim

2023-05-11 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5439: - Summary: Support Spark 3 and drop SparkShim Key: PIG-5439 URL: https://issues.apache.org/jira/browse/PIG-5439 Project: Pig Issue Type: Improvement

[jira] [Updated] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5438: -- Status: Patch Available (was: Open) Since it's a replacement, existing tests should cover the changes

[jira] [Updated] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-5438: -- Attachment: pig-5438-v01.patch > Update SparkCounter.Accumulator to Accumulato

[jira] [Assigned] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5438: - Assignee: Koji Noguchi > Update SparkCounter.Accumulator to Accumulato

[jira] [Assigned] (PIG-5437) Add lib and idea folder to .gitignore

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5437: - Assignee: Koji Noguchi > Add lib and idea folder to .gitign

[jira] [Assigned] (PIG-5437) Add lib and idea folder to .gitignore

2023-05-11 Thread Koji Noguchi (Jira)
[ https://issues.apache.org/jira/browse/PIG-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reassigned PIG-5437: - Assignee: (was: Koji Noguchi) > Add lib and idea folder to .gitign

[jira] [Created] (PIG-5438) Update SparkCounter.Accumulator to AccumulatorV2

2023-05-11 Thread Koji Noguchi (Jira)
Koji Noguchi created PIG-5438: - Summary: Update SparkCounter.Accumulator to AccumulatorV2 Key: PIG-5438 URL: https://issues.apache.org/jira/browse/PIG-5438 Project: Pig Issue Type: Improvement

[jira] [Updated] (PIG-5437) Add lib and idea folder to .gitignore

2023-05-11 Thread Alagappan Maruthappan (Jira)
[ https://issues.apache.org/jira/browse/PIG-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alagappan Maruthappan updated PIG-5437: --- Attachment: PIG-5437-0.patch Status: Patch Available (was: Open) > Add

[jira] [Created] (PIG-5437) Add lib and idea folder to .gitignore

2023-05-11 Thread Alagappan Maruthappan (Jira)
Alagappan Maruthappan created PIG-5437: -- Summary: Add lib and idea folder to .gitignore Key: PIG-5437 URL: https://issues.apache.org/jira/browse/PIG-5437 Project: Pig Issue Type

[jira] Subscription: PIG patch available

2023-04-25 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-24 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-23 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-22 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-21 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-20 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

[jira] Subscription: PIG patch available

2023-04-19 Thread jira
Issue Subscription Filter: PIG patch available (37 issues) Subscriber: pigdaily Key Summary PIG-5418Utils.parseSchema(String), parseConstant(String) leak memory https://issues.apache.org/jira/browse/PIG-5418 PIG-5414Build failure on Linux ARM64 due to old Apache Avro

  1   2   3   4   5   6   7   8   9   10   >