[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-15 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Attachment: PIG-3317_disable_opts.4.patch > disable optimizations via pig propert

Re: Review Request: disable optimizations via pig properties

2013-05-15 Thread Travis Crawford
lanVisitor.java:52) at org.apache.pig.newplan.logical.optimizer.ProjectionPatcher.transformed(ProjectionPatcher.java:48) at org.apache.pig.newplan.optimizer.PlanOptimizer.optimize(PlanOptimizer.java:113) ... 13 more Thanks, Travis Crawford

[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-14 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Attachment: PIG-3317_disable_opts.3.patch Changes per review. > disa

Re: Review Request: disable optimizations via pig properties

2013-05-14 Thread Travis Crawford
zer.optimize(PlanOptimizer.java:113) ... 13 more Thanks, Travis Crawford

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
the pig > > properties file and the command line (or script) will be additive. > > Travis Crawford wrote: > Currently it works like this: > > (a) -optimizer_off command-line rules are always disabled. > (b) The "pig.optimizer.rules.disabled" p

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
the pig > > properties file and the command line (or script) will be additive. > > Travis Crawford wrote: > Currently it works like this: > > (a) -optimizer_off command-line rules are always disabled. > (b) The "pig.optimizer.rules.disabled" p

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
he common use-cases without introducing extra complexity. - Travis --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11032/#review20516 ------

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
ruleSet, "ruleSet") give a better error message ? > > Travis Crawford wrote: > I'm generally against checkNotNull in constructors because an NPE > suggests the method did something wrong. checkArgument signals the caller did > something wrong. Since this is validati

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
nVisitor.java:142) > at > org.apache.pig.newplan.logical.relational.LOInnerLoad.accept(LOInnerLoad.java:128) > at > org.apache.pig.newplan.DependencyOrderWalker.walk(DependencyOrderWalker.java:75) > at > org.apache.pig.newplan.logical.optimizer.AllExpressionVisitor.visit(AllExpressionVisitor.java:124) > at > org.apache.pig.newplan.logical.relational.LOForEach.accept(LOForEach.java:76) > at > org.apache.pig.newplan.DependencyOrderWalker.walk(DependencyOrderWalker.java:75) > at org.apache.pig.newplan.PlanVisitor.visit(PlanVisitor.java:52) > at > org.apache.pig.newplan.logical.optimizer.ProjectionPatcher.transformed(ProjectionPatcher.java:48) > at > org.apache.pig.newplan.optimizer.PlanOptimizer.optimize(PlanOptimizer.java:113) > ... 13 more > > > Thanks, > > Travis Crawford > >

[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-13 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Status: Patch Available (was: Open) > disable optimizations via pig propert

[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-13 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Attachment: PIG-3317_disable_opts.2.patch Updated patch; please see review for comments. Main

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
, in HExecutionEngine.java line 251 the property is required to exist. I believe this bug snuck in because FilterLogicExpressionSimplifier is disabled by default so there's typically something disabled. - Travis Crawford On May 1

Re: Review Request: disable optimizations via pig properties

2013-05-13 Thread Travis Crawford
wplan.PlanVisitor.visit(PlanVisitor.java:52) at org.apache.pig.newplan.logical.optimizer.ProjectionPatcher.transformed(ProjectionPatcher.java:48) at org.apache.pig.newplan.optimizer.PlanOptimizer.optimize(PlanOptimizer.java:113) ... 13 more Thanks, Travis Crawford

Re: Review Request: disable optimizations via pig properties

2013-05-10 Thread Travis Crawford
ript works because query parsing may not have happened yet. He's correct - I did not explicitly test that and it doesn't work. Taking a look at how to proceed. It would be ideal if individual scripts can disable optimizations. - Travis Crawford On May 9, 2013, 9:03 p.m., T

[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-09 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Affects Version/s: 0.12 Release Note: Optimization rules can be disabled with the

[jira] [Updated] (PIG-3317) disable optimizations via pig properties

2013-05-09 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-3317: - Attachment: PIG-3317_disable_opts.1.patch Review board: https://reviews.apache.org/r/11032

[jira] [Work started] (PIG-3317) disable optimizations via pig properties

2013-05-09 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-3317 started by Travis Crawford. > disable optimizations via pig properties > > > K

Review Request: disable optimizations via pig properties

2013-05-09 Thread Travis Crawford
lanVisitor.java:52) at org.apache.pig.newplan.logical.optimizer.ProjectionPatcher.transformed(ProjectionPatcher.java:48) at org.apache.pig.newplan.optimizer.PlanOptimizer.optimize(PlanOptimizer.java:113) ... 13 more Thanks, Travis Crawford

[jira] [Created] (PIG-3317) disable optimizations via pig properties

2013-05-09 Thread Travis Crawford (JIRA)
Travis Crawford created PIG-3317: Summary: disable optimizations via pig properties Key: PIG-3317 URL: https://issues.apache.org/jira/browse/PIG-3317 Project: Pig Issue Type: Improvement

[jira] [Commented] (PIG-2582) Store size in bytes (not mbytes) in ResourceStatistics

2012-10-18 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13479191#comment-13479191 ] Travis Crawford commented on PIG-2582: -- Sounds good! > Store

[jira] [Commented] (PIG-2582) Store size in bytes (not mbytes) in ResourceStatistics

2012-10-18 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13479102#comment-13479102 ] Travis Crawford commented on PIG-2582: -- Hey [~prkommireddi], this came up w

[jira] [Commented] (PIG-2873) Converting bin/pig shell script to python

2012-08-13 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433669#comment-13433669 ] Travis Crawford commented on PIG-2873: -- Very cool the pig script will be switched

[jira] [Assigned] (PIG-2775) Register jar does not goes to classpath in some cases

2012-07-24 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford reassigned PIG-2775: Assignee: Daniel Dai (was: Travis Crawford) Accidentally assigned to me. Reverting

[jira] [Assigned] (PIG-2775) Register jar does not goes to classpath in some cases

2012-07-24 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford reassigned PIG-2775: Assignee: Travis Crawford (was: Daniel Dai) > Register jar does not goes to classp

[jira] [Updated] (PIG-2730) TFileStorage getStatistics incorrectly throws an exception instead of returning null

2012-05-30 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2730: - Attachment: PIG-2730.1.patch > TFileStorage getStatistics incorrectly throws an except

[jira] [Updated] (PIG-2730) TFileStorage getStatistics incorrectly throws an exception instead of returning null

2012-05-30 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2730: - Status: Patch Available (was: Open) > TFileStorage getStatistics incorrectly throws

[jira] [Created] (PIG-2730) TFileStorage getStatistics incorrectly throws an exception instead of returning null

2012-05-30 Thread Travis Crawford (JIRA)
Travis Crawford created PIG-2730: Summary: TFileStorage getStatistics incorrectly throws an exception instead of returning null Key: PIG-2730 URL: https://issues.apache.org/jira/browse/PIG-2730

[jira] [Created] (PIG-2723) Pig fails when pig.jar is removed during a job

2012-05-25 Thread Travis Crawford (JIRA)
Travis Crawford created PIG-2723: Summary: Pig fails when pig.jar is removed during a job Key: PIG-2723 URL: https://issues.apache.org/jira/browse/PIG-2723 Project: Pig Issue Type: Bug

[jira] [Commented] (PIG-2693) LoadFunc.setLocation should be called before LoadMetadata.getStatistics

2012-05-15 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276273#comment-13276273 ] Travis Crawford commented on PIG-2693: -- +1 (nonbinding). Thanks Bill! I just te

[jira] [Commented] (PIG-2693) LoadFunc.setLocation should be called before LoadMetadata.getStatistics

2012-05-15 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276260#comment-13276260 ] Travis Crawford commented on PIG-2693: -- Confirmed the patch above fixes this i

[jira] [Commented] (PIG-2693) LoadFunc.setLocation should be called before LoadMetadata.getStatistics

2012-05-15 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276238#comment-13276238 ] Travis Crawford commented on PIG-2693: -- This patch is causing the issue: h

[jira] [Commented] (PIG-2693) LoadFunc.setLocation should be called before LoadMetadata.getStatistics

2012-05-15 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276206#comment-13276206 ] Travis Crawford commented on PIG-2693: -- Looking into this, I confirmed the red

[jira] [Work started] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2604 started by Travis Crawford. > Pig should print its build info at runtime > -- > > K

[jira] [Updated] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2604: - Attachment: PIG-2604_print_build_info_2.diff This change is far simpler than the previous one

[jira] [Commented] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231778#comment-13231778 ] Travis Crawford commented on PIG-2604: -- @jco - Ha, thanks for cluing me into that

[jira] [Updated] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2604: - Attachment: PIG-2604_print_build_info.diff > Pig should print its build info at runt

[jira] [Created] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Created) (JIRA)
Pig should print its build info at runtime -- Key: PIG-2604 URL: https://issues.apache.org/jira/browse/PIG-2604 Project: Pig Issue Type: Improvement Reporter: Travis Crawford

[jira] [Assigned] (PIG-2604) Pig should print its build info at runtime

2012-03-16 Thread Travis Crawford (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford reassigned PIG-2604: Assignee: Travis Crawford > Pig should print its build info at runt

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-13 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Attachment: PIG-2573_get_size_from_stats_if_possible_4.diff Whoops, the previous diff missed a

[jira] [Created] (PIG-2582) Store size in bytes (not mbytes) in ResourceStatistics

2012-03-13 Thread Travis Crawford (Created) (JIRA)
Store size in bytes (not mbytes) in ResourceStatistics -- Key: PIG-2582 URL: https://issues.apache.org/jira/browse/PIG-2582 Project: Pig Issue Type: Bug Reporter: Travis

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-13 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Attachment: PIG-2573_get_size_from_stats_if_possible_3.diff Good comments Julien, thanks. Please

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-12 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Attachment: PIG-2573_get_size_from_stats_if_possible_2.diff Updated patch renamed method, and

[jira] [Commented] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-12 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227962#comment-13227962 ] Travis Crawford commented on PIG-2573: -- PIGSTORAGEWITHSTATISTICS COMMENT: Origin

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-10 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Status: Patch Available (was: Open) > Automagically setting parallelism based on input f

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-10 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Attachment: PIG-2573_get_size_from_stats_if_possible.diff Patch has been updated to get the size

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-08 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2573: - Attachment: PIG-2573_move_getinputbytes_to_loadfunc.diff The attached patch shows what moving the

[jira] [Commented] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-07 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224970#comment-13224970 ] Travis Crawford commented on PIG-2573: -- Yup, I'm looking into this. After pig

[jira] [Assigned] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-07 Thread Travis Crawford (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford reassigned PIG-2573: Assignee: Travis Crawford > Automagically setting parallelism based on input file s

[jira] [Commented] (PIG-2574) Make reducer estimator plugable

2012-03-07 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224953#comment-13224953 ] Travis Crawford commented on PIG-2574: -- This is somewhat related to PIG-2573. In

[jira] [Created] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-07 Thread Travis Crawford (Created) (JIRA)
: Pig Issue Type: Bug Reporter: Travis Crawford PIG-2334 was helpful in understanding this issue. Short version is input file size is only computed if the path begins with a whitelisted prefix, currently: * / * hdfs: * file: * s3n: As HCatalog locations use the form

[jira] [Commented] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-29 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219749#comment-13219749 ] Travis Crawford commented on PIG-2532: -- Thomas, thanks for the report. I will ta

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-17 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2532: - Attachment: PIG-2532-v2.patch Internally we discussed and think this approach is best because it

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-16 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2532: - Attachment: PIG-253_javax.zip Uploading zip file of version that compiles+jars at runtime, mainly

[jira] [Commented] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-16 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209982#comment-13209982 ] Travis Crawford commented on PIG-2532: -- Status update: I reproduced the issue

[jira] [Commented] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-15 Thread Travis Crawford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208869#comment-13208869 ] Travis Crawford commented on PIG-2533: -- The now unused method actually is remove

[jira] [Updated] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-15 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2533: - Attachment: PIG-2533.patch Updated patch to remove {{getFirstLineFromMessage}} and update all

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-14 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2532: - Attachment: PIG-2532.patch > Registered classes fail deserialization in front

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-14 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2532: - Status: Patch Available (was: In Progress) > Registered classes fail deserialization

[jira] [Updated] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-14 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2533: - Status: Patch Available (was: In Progress) > Pig MR job exceptions masked on front

[jira] [Work started] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-14 Thread Travis Crawford (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2532 started by Travis Crawford. > Registered classes fail deserialization in front

[jira] [Updated] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-14 Thread Travis Crawford (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Crawford updated PIG-2533: - Attachment: PIG-2533.patch > Pig MR job exceptions masked on front

[jira] [Work started] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-14 Thread Travis Crawford (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on PIG-2533 started by Travis Crawford. > Pig MR job exceptions masked on frontend > > > K

[jira] [Created] (PIG-2533) Pig MR job exceptions masked on frontend

2012-02-14 Thread Travis Crawford (Created) (JIRA)
Pig MR job exceptions masked on frontend Key: PIG-2533 URL: https://issues.apache.org/jira/browse/PIG-2533 Project: Pig Issue Type: Bug Reporter: Travis Crawford Assignee

[jira] [Created] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-14 Thread Travis Crawford (Created) (JIRA)
Registered classes fail deserialization in frontend --- Key: PIG-2532 URL: https://issues.apache.org/jira/browse/PIG-2532 Project: Pig Issue Type: Bug Reporter: Travis Crawford

[jira] [Commented] (PIG-2010) Bundle registered jars via distributed cache

2011-04-22 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023340#comment-13023340 ] Travis Crawford commented on PIG-2010: -- Given how widespread the distributedc