[jira] [Commented] (TEZ-2363) Counters: off by 1 error for REDUCE_INPUT_GROUPS counter

2015-04-27 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514719#comment-14514719 ] Gopal V commented on TEZ-2363: -- [~hitesh]: the failed test was a network timeout. Counters:

[jira] [Updated] (TEZ-2363) Counters: off by 1 error for REDUCE_INPUT_GROUPS counter

2015-04-30 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2363: - Fix Version/s: 0.7.0 Counters: off by 1 error for REDUCE_INPUT_GROUPS counter

[jira] [Comment Edited] (TEZ-2407) Drop references to the old DataInputBuffer impl in PipelinedSorter

2015-05-04 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14527144#comment-14527144 ] Gopal V edited comment on TEZ-2407 at 5/4/15 7:49 PM: -- No, the issue is

[jira] [Commented] (TEZ-2407) Drop references to the old DataInputBuffer impl in PipelinedSorter

2015-05-04 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14527144#comment-14527144 ] Gopal V commented on TEZ-2407: -- No, the issue is that {{DataInputBuffer::getLength()}} has bad

[jira] [Commented] (TEZ-145) Support a combiner processor that can run non-local to map/reduce nodes

2015-04-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14491654#comment-14491654 ] Gopal V commented on TEZ-145: - bq. Not sure why pipelining is required for this? Essentially we

[jira] [Commented] (TEZ-1993) Implement a pluggable InputSizeEstimator for grouping fairly

2015-04-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14481929#comment-14481929 ] Gopal V commented on TEZ-1993: -- Committed to trunk, thanks [~bikassaha]. This is going to be

[jira] [Updated] (TEZ-1993) Implement a pluggable InputSizeEstimator for grouping fairly

2015-04-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-1993: - Attachment: TEZ-1993.3.patch Rebase to trunk for commit. Implement a pluggable InputSizeEstimator for grouping

[jira] [Updated] (TEZ-1993) Implement a pluggable InputSizeEstimator for grouping fairly

2015-04-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-1993: - Attachment: (was: TEZ-1993.3.patch) Implement a pluggable InputSizeEstimator for grouping fairly

[jira] [Updated] (TEZ-1993) Implement a pluggable InputSizeEstimator for grouping fairly

2015-04-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-1993: - Attachment: TEZ-1993.3.patch Implement a pluggable InputSizeEstimator for grouping fairly

[jira] [Commented] (TEZ-2251) Enabling auto reduce parallelism in certain jobs causes DAG to hang

2015-04-01 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14391159#comment-14391159 ] Gopal V commented on TEZ-2251: -- Is vertex auto-parallelism kicking in when it receives 25% of

[jira] [Commented] (TEZ-145) Support a combiner processor that can run non-local to map/reduce nodes

2015-04-10 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14490535#comment-14490535 ] Gopal V commented on TEZ-145: - Combiner have only made sense in case of 3/4. #3 is the true use

[jira] [Commented] (TEZ-145) Support a combiner processor that can run non-local to map/reduce nodes

2015-04-08 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14486728#comment-14486728 ] Gopal V commented on TEZ-145: - [~ozawa]: Got some time to test this out. The current

[jira] [Commented] (TEZ-2244) PipelinedSorter: Progressive allocation for sort-buffers

2015-06-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574146#comment-14574146 ] Gopal V commented on TEZ-2244: -- The patch looks good, except for a commented block in the

[jira] [Commented] (TEZ-2244) PipelinedSorter: Progressive allocation for sort-buffers

2015-06-16 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14589280#comment-14589280 ] Gopal V commented on TEZ-2244: -- [~rajesh.balamohan]: this patch has some more issues for what

[jira] [Commented] (TEZ-2505) PipelinedSorter uses Comparator objects concurrently from multiple threads

2015-06-01 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568557#comment-14568557 ] Gopal V commented on TEZ-2505: -- [~hitesh]: to match the original mrx code, I suggest passing in

[jira] [Commented] (TEZ-2505) PipelinedSorter attempts to compare keys from EOF'd streams

2015-06-01 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568303#comment-14568303 ] Gopal V commented on TEZ-2505: -- I took that on as a known limitation after looking at the

[jira] [Updated] (TEZ-625) DAG/Vertex names should be restricted to using [A-Za-z0-9 _] and limited to a defined character limit

2015-07-01 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-625: Summary: DAG/Vertex names should be restricted to using [A-Za-z0-9 _] and limited to a defined character limit (was:

[jira] [Commented] (TEZ-1997) Remove synchronization DefaultSorter::isRLENeeded() (Causes sorter to hang indefinitely in large jobs)

2015-08-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14694131#comment-14694131 ] Gopal V commented on TEZ-1997: -- bq. I don't think access to totalKeys is thread safe in this

[jira] [Comment Edited] (TEZ-1997) Remove synchronization DefaultSorter::isRLENeeded() (Causes sorter to hang indefinitely in large jobs)

2015-08-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14694186#comment-14694186 ] Gopal V edited comment on TEZ-1997 at 8/12/15 9:36 PM: --- bq. Read

[jira] [Commented] (TEZ-1997) Remove synchronization DefaultSorter::isRLENeeded() (Causes sorter to hang indefinitely in large jobs)

2015-08-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14694186#comment-14694186 ] Gopal V commented on TEZ-1997: -- bq. Read protected by nothing. Yes, because it is read when a

[jira] [Updated] (TEZ-2728) Wrap IPC connection Exception as SessionNotRunning - RM crash

2015-08-17 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2728: - Attachment: hive.log.gz Wrap IPC connection Exception as SessionNotRunning - RM crash

[jira] [Created] (TEZ-2728) Wrap IPC connection Exception as SessionNotRunning - RM crash

2015-08-17 Thread Gopal V (JIRA)
Gopal V created TEZ-2728: Summary: Wrap IPC connection Exception as SessionNotRunning - RM crash Key: TEZ-2728 URL: https://issues.apache.org/jira/browse/TEZ-2728 Project: Apache Tez Issue Type:

[jira] [Updated] (TEZ-2728) Wrap IPC connection Exception as SessionNotRunning - RM crash

2015-08-17 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2728: - Description: Crashing the RM when a query session is open and restarting it does not result in a recoverable state

[jira] [Commented] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14707099#comment-14707099 ] Gopal V commented on TEZ-2731: -- [~rajesh.balamohan]: confirmed that the perf bottleneck exists

[jira] [Updated] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2731: - Issue Type: Sub-task (was: Improvement) Parent: TEZ-2605 Fix Tez GenericCounter performance bottleneck

[jira] [Commented] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14706229#comment-14706229 ] Gopal V commented on TEZ-2731: -- [~rajesh.balamohan]: I thought UseBiasedLocking had some issues

[jira] [Commented] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14705660#comment-14705660 ] Gopal V commented on TEZ-2731: -- [~rajesh.balamohan]: can you review? Fix Tez GenericCounter

[jira] [Assigned] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V reassigned TEZ-2731: Assignee: Gopal V Fix Tez GenericCounter performance bottleneck

[jira] [Updated] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2731: - Attachment: atomic-long-cntr.png Fix Tez GenericCounter performance bottleneck

[jira] [Updated] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2731: - Attachment: TEZ-2731.1.patch Fix Tez GenericCounter performance bottleneck

[jira] [Updated] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-20 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2731: - Attachment: lock-inc.png mr-reader-next.png Fix Tez GenericCounter performance bottleneck

[jira] [Created] (TEZ-2673) Tez AM logs need to print the container JVM opts with CONTAINER_STARTED event

2015-07-30 Thread Gopal V (JIRA)
Gopal V created TEZ-2673: Summary: Tez AM logs need to print the container JVM opts with CONTAINER_STARTED event Key: TEZ-2673 URL: https://issues.apache.org/jira/browse/TEZ-2673 Project: Apache Tez

[jira] [Commented] (TEZ-2673) Tez AM logs need to print the container JVM opts with CONTAINER_STARTED event

2015-07-31 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14649731#comment-14649731 ] Gopal V commented on TEZ-2673: -- The stderr has it, but it's impossible to navigate to an stderr

[jira] [Comment Edited] (TEZ-2673) Tez AM logs need to print the container JVM opts with CONTAINER_STARTED event

2015-07-30 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648716#comment-14648716 ] Gopal V edited comment on TEZ-2673 at 7/31/15 4:02 AM: --- Possibly, but

[jira] [Commented] (TEZ-2673) Tez AM logs need to print the container JVM opts with CONTAINER_STARTED event

2015-07-30 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648716#comment-14648716 ] Gopal V commented on TEZ-2673: -- Possibly, but do you have an easy way to triage {code}

[jira] [Updated] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-04 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2687: - Attachment: TEZ-2687.1.patch This is not an explicit dependency, the shutdown order is the reverse order of

[jira] [Commented] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-04 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14654746#comment-14654746 ] Gopal V commented on TEZ-2687: -- These two seem to be the only ones which block, the re-ordering

[jira] [Created] (TEZ-2663) SessionNotRunning exceptions are wrapped in a ServiceException from a dying AM

2015-07-30 Thread Gopal V (JIRA)
Gopal V created TEZ-2663: Summary: SessionNotRunning exceptions are wrapped in a ServiceException from a dying AM Key: TEZ-2663 URL: https://issues.apache.org/jira/browse/TEZ-2663 Project: Apache Tez

[jira] [Commented] (TEZ-1997) Remove synchronization DefaultSorter::isRLENeeded() (Causes sorter to hang indefinitely in large jobs)

2015-08-13 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14695976#comment-14695976 ] Gopal V commented on TEZ-1997: -- bq. A parallel spill and collect is possible if I'm not

[jira] [Updated] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-10 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2687: - Assignee: (was: Gopal V) ATS History shutdown happens before the min-held containers are released

[jira] [Commented] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-10 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680881#comment-14680881 ] Gopal V commented on TEZ-2687: -- Deleting the bad patch attached to the JIRA and leaving the

[jira] [Updated] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-10 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2687: - Attachment: (was: TEZ-2687.1.patch) ATS History shutdown happens before the min-held containers are released

[jira] [Created] (TEZ-2687) ATS History shutdown happens before the min-held containers are released

2015-08-04 Thread Gopal V (JIRA)
Gopal V created TEZ-2687: Summary: ATS History shutdown happens before the min-held containers are released Key: TEZ-2687 URL: https://issues.apache.org/jira/browse/TEZ-2687 Project: Apache Tez

[jira] [Updated] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2632: - Attachment: TEZ-2632.1.patch This adds -Paws and -Pazure to the tez build. As [~hitesh] noted, this will not

[jira] [Commented] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14636349#comment-14636349 ] Gopal V commented on TEZ-2632: -- Profiles can't be chained and they can't read off a property -

[jira] [Updated] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2632: - Summary: A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion (was: A -Ps3 build profile to

[jira] [Updated] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2632: - Description: A number of S3a workloads which work with MRv2 (after HADOOP-10400) is failing to work with Tez.

[jira] [Commented] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637697#comment-14637697 ] Gopal V commented on TEZ-2632: -- Opened a wiki item to track docs -

[jira] [Commented] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637672#comment-14637672 ] Gopal V commented on TEZ-2632: -- [~hitesh]: there seems to be no way to enable this on 2

[jira] [Comment Edited] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637681#comment-14637681 ] Gopal V edited comment on TEZ-2632 at 7/22/15 9:38 PM: --- bq. s/..., you

[jira] [Commented] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637681#comment-14637681 ] Gopal V commented on TEZ-2632: -- bq. s/..., you must explicitly bundle ... for Tez to be

[jira] [Updated] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2632: - Component/s: (was: UI) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

[jira] [Updated] (TEZ-2632) A -Paws and -Pazure build profiles for hadoop-{aws,azure} inclusion

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2632: - Attachment: TEZ-2632.2.patch Add BUILDING.txt docs A -Paws and -Pazure build profiles for hadoop-{aws,azure}

[jira] [Commented] (TEZ-2602) Throwing EOFException when launching MR job

2015-07-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14637895#comment-14637895 ] Gopal V commented on TEZ-2602: -- The patch LGTM - +1. In a later pass, we can optimize this

[jira] [Assigned] (TEZ-2632) A -Ps3 build profile to integrate hadoop S3a support

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V reassigned TEZ-2632: Assignee: Gopal V A -Ps3 build profile to integrate hadoop S3a support

[jira] [Created] (TEZ-2632) A -Ps3 build profile to integrate hadoop S3a support

2015-07-21 Thread Gopal V (JIRA)
Gopal V created TEZ-2632: Summary: A -Ps3 build profile to integrate hadoop S3a support Key: TEZ-2632 URL: https://issues.apache.org/jira/browse/TEZ-2632 Project: Apache Tez Issue Type: Bug

[jira] [Commented] (TEZ-2632) A -Ps3 build profile to integrate hadoop S3a support

2015-07-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14635989#comment-14635989 ] Gopal V commented on TEZ-2632: -- Need to get more of a batteries included, but removable with

[jira] [Commented] (TEZ-2606) Cache-friendly data structure for sorting

2015-07-14 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627363#comment-14627363 ] Gopal V commented on TEZ-2606: -- [~ozawa]: Sure, MR types can also have their own prefix

[jira] [Resolved] (TEZ-2606) Cache-friendly data structure for sorting

2015-07-15 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V resolved TEZ-2606. -- Resolution: Done Resolving this issue for now, the prefix key sort is already in 0.7.x and is available to any

[jira] [Commented] (TEZ-2244) PipelinedSorter: Progressive allocation for sort-buffers

2015-10-28 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978640#comment-14978640 ] Gopal V commented on TEZ-2244: -- [~rajesh.balamohan]: patch LGTM - +1. I think the config parameter may be

[jira] [Commented] (TEZ-2244) PipelinedSorter: Progressive allocation for sort-buffers

2015-10-28 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978791#comment-14978791 ] Gopal V commented on TEZ-2244: -- No, it doesn't. The existing behaviour is as follows - the system will not

[jira] [Commented] (TEZ-2879) While grouping splits, allow an alternate list of preferred locations to be provided per split

2015-11-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14992889#comment-14992889 ] Gopal V commented on TEZ-2879: -- [~sseth]: the API LGTM - +1. This mechanism for location pinning can also

[jira] [Created] (TEZ-2891) Hardcoded timeouts: Shortest Tez Query possible is 500ms

2015-10-14 Thread Gopal V (JIRA)
Gopal V created TEZ-2891: Summary: Hardcoded timeouts: Shortest Tez Query possible is 500ms Key: TEZ-2891 URL: https://issues.apache.org/jira/browse/TEZ-2891 Project: Apache Tez Issue Type: Bug

[jira] [Resolved] (TEZ-2891) Hardcoded timeouts: Shortest Tez Query possible is 500ms

2015-10-14 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V resolved TEZ-2891. -- Resolution: Invalid > Hardcoded timeouts: Shortest Tez Query possible is 500ms >

[jira] [Commented] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-10-15 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14960176#comment-14960176 ] Gopal V commented on TEZ-2849: -- [~karams]: Can you test this patch with terasort on JDK7 and JDK8? [~ozawa]:

[jira] [Commented] (TEZ-2850) Tez MergeManager OOM for small Map Outputs

2015-10-16 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961474#comment-14961474 ] Gopal V commented on TEZ-2850: -- [~jeagles]: good call on the in == null check, that's a valid assumption for

[jira] [Commented] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-10-06 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14946109#comment-14946109 ] Gopal V commented on TEZ-2849: -- [~ozawa]: the patch works for me on JDK8 - can you tell me what's the actual

[jira] [Created] (TEZ-2881) Fix the InputBuffer bottleneck during the in-memory spill merge

2015-10-10 Thread Gopal V (JIRA)
Gopal V created TEZ-2881: Summary: Fix the InputBuffer bottleneck during the in-memory spill merge Key: TEZ-2881 URL: https://issues.apache.org/jira/browse/TEZ-2881 Project: Apache Tez Issue Type:

[jira] [Resolved] (TEZ-2881) Fix the InputBuffer bottleneck during the in-memory spill merge

2015-10-10 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V resolved TEZ-2881. -- Resolution: Not A Problem > Fix the InputBuffer bottleneck during the in-memory spill merge >

[jira] [Created] (TEZ-2889) ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests

2015-10-13 Thread Gopal V (JIRA)
Gopal V created TEZ-2889: Summary: ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests Key: TEZ-2889 URL: https://issues.apache.org/jira/browse/TEZ-2889 Project: Apache Tez Issue

[jira] [Updated] (TEZ-2889) ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests

2015-10-13 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2889: - Labels: ATS Performance (was: ) > ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests >

[jira] [Updated] (TEZ-2889) ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests

2015-10-13 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2889: - Assignee: Hitesh Shah > ATSHistoryACLPolicyManager makes DAG Submission wait on ATS requests >

[jira] [Commented] (TEZ-2606) Cache-friendly data structure for sorting

2015-07-08 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14619142#comment-14619142 ] Gopal V commented on TEZ-2606: -- [~ozawa]: I think I implemented this sometime in late 2013 -

[jira] [Commented] (TEZ-2606) Cache-friendly data structure for sorting

2015-07-09 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621065#comment-14621065 ] Gopal V commented on TEZ-2606: -- bq. My idea is kvmeta's including new prefix of key's binary.

[jira] [Comment Edited] (TEZ-2606) Cache-friendly data structure for sorting

2015-07-09 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621075#comment-14621075 ] Gopal V edited comment on TEZ-2606 at 7/9/15 6:58 PM: -- bq. And even

[jira] [Commented] (TEZ-2610) Swimlane for DAGs that use containers from previous DAGs

2015-07-09 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621636#comment-14621636 ] Gopal V commented on TEZ-2610: -- The patch seems to work just fine, between releases too -

[jira] [Assigned] (TEZ-2610) Swimlane for DAGs that use containers from previous DAGs

2015-07-09 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V reassigned TEZ-2610: Assignee: Gopal V Swimlane for DAGs that use containers from previous DAGs

[jira] [Updated] (TEZ-2610) Swimlane for DAGs that use containers from previous DAGs

2015-07-09 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2610: - Attachment: TEZ-2610.patch [~yeeza]: preliminary patch - this should work, still refining the view Swimlane for

[jira] [Updated] (TEZ-2731) Fix Tez GenericCounter performance bottleneck

2015-08-25 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2731: - Fix Version/s: 0.8.0 Fix Tez GenericCounter performance bottleneck -

[jira] [Moved] (TEZ-2741) Hive on Tez does not work well with Sequence Files Schema changes

2015-08-25 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V moved HIVE-11396 to TEZ-2741: - Target Version/s: 0.8.0 Key: TEZ-2741 (was: HIVE-11396)

[jira] [Updated] (TEZ-2741) Hive on Tez does not work well with Sequence Files Schema changes

2015-08-25 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2741: - Attachment: TEZ-2741.1.patch Satisfy old MRv1 api's contract, by calling createKey() createValue() when switching

[jira] [Updated] (TEZ-1491) Tez reducer-side merge's counter update is slow

2015-09-14 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-1491: - Attachment: TEZ-1491.1.patch Use a single writer override for the Progress.set(). This is confined to two parts of

[jira] [Commented] (TEZ-2834) tez app hangs at large scale (~30TB)

2015-09-16 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14790783#comment-14790783 ] Gopal V commented on TEZ-2834: -- [~bikassaha]: YARN-4149? That was fixed last night, it's not deployed on the

[jira] [Commented] (TEZ-2850) Tez MergeManager OOM for small Map Outputs

2015-09-29 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14935959#comment-14935959 ] Gopal V commented on TEZ-2850: -- I've been trying to understand why we even have a reference to IFileInputStream

[jira] [Commented] (TEZ-2834) tez app hangs at large scale (~30TB)

2015-09-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14876693#comment-14876693 ] Gopal V commented on TEZ-2834: -- Rolling the patch into the weekend tests - do you want to flip any logs to INFO

[jira] [Updated] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-09-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2849: - Description: The CPU performance overhead of the sort operation is tied to the JIT handling of the aliased byte

[jira] [Assigned] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-09-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V reassigned TEZ-2849: Assignee: Gopal V > Implement Specific Workaround for JDK-8026049 & JDK-8073093 >

[jira] [Updated] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-09-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2849: - Affects Version/s: 0.8.1 > Implement Specific Workaround for JDK-8026049 & JDK-8073093 >

[jira] [Commented] (TEZ-2850) Tez MergeManager OOM for small Map Outputs

2015-09-22 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14903821#comment-14903821 ] Gopal V commented on TEZ-2850: -- Good catch [~saikatr], that's 4kb of space overhead for 100 bytes of data. The

[jira] [Updated] (TEZ-2849) Implement Specific Workaround for JDK-8026049 & JDK-8073093

2015-09-24 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2849: - Attachment: TEZ-2849.1.patch Replace the slow parts of the ByteBuffer operations with a disjoint array copy

[jira] [Commented] (TEZ-3014) OOM during Shuffle in JDK 8

2015-12-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15064751#comment-15064751 ] Gopal V commented on TEZ-3014: -- [~bikassaha]: upload the hprof OOM heapdump? > OOM during Shuffle in JDK 8 >

[jira] [Commented] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-27 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029792#comment-15029792 ] Gopal V commented on TEZ-2964: -- Had to go to 100k events to fix this at max concurrency > Tez AMScheduler -

[jira] [Commented] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-26 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029542#comment-15029542 ] Gopal V commented on TEZ-2964: -- This looks like an AM recovery related issue, because I see 2 AM attempts for

[jira] [Updated] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-26 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-2964: - Attachment: TEZ-2964.tgz > Tez AMScheduler - assign to unallocated container >

[jira] [Created] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-26 Thread Gopal V (JIRA)
Gopal V created TEZ-2964: Summary: Tez AMScheduler - assign to unallocated container Key: TEZ-2964 URL: https://issues.apache.org/jira/browse/TEZ-2964 Project: Apache Tez Issue Type: Bug Affects

[jira] [Commented] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-27 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029727#comment-15029727 ] Gopal V commented on TEZ-2964: -- Disabling DAG recovery fixes this error. Ok, so I counted about 11,000

[jira] [Commented] (TEZ-2964) Tez AMScheduler - assign to unallocated container

2015-11-27 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029743#comment-15029743 ] Gopal V commented on TEZ-2964: -- Yes, that fixes the issue, thanks [~rajesh.balamohan] > Tez AMScheduler -

[jira] [Commented] (TEZ-2950) Poor performance of UnorderedPartitionedKVWriter

2015-11-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15012291#comment-15012291 ] Gopal V commented on TEZ-2950: -- [~rohini]: this is already implemented for UnorderedPartitioned, right? set

[jira] [Commented] (TEZ-2950) Poor performance of UnorderedPartitionedKVWriter

2015-11-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15012429#comment-15012429 ] Gopal V commented on TEZ-2950: -- bq, enable final merge in output = false doesn't necessarily solve this. That

[jira] [Commented] (TEZ-2950) Poor performance of UnorderedPartitionedKVWriter

2015-11-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15012371#comment-15012371 ] Gopal V commented on TEZ-2950: -- That is a per-edge configuration. > Poor performance of

<    1   2   3   4   5   6   >