[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2017-10-30 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16226063#comment-16226063 ] Prasanth Jayachandran commented on TEZ-2914: [~aplusplus] Thanks for the pointer! This will

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2017-10-29 Thread Zhiyuan Yang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16224130#comment-16224130 ] Zhiyuan Yang commented on TEZ-2914: --- CC [~prasanth_j] in case you need this in Hive workload management >

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-25 Thread TezQA (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15071789#comment-15071789 ] TezQA commented on TEZ-2914: {color:red}-1 overall{color}. Here are the results of testing the latest

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-25 Thread TezQA (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15071814#comment-15071814 ] TezQA commented on TEZ-2914: {color:green}+1 overall{color}. Here are the results of testing the latest

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-25 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15071811#comment-15071811 ] Bikas Saha commented on TEZ-2914: - .4 patch fixes the failing test. .3 patch was stale. Committing. >

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-25 Thread TezQA (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15071770#comment-15071770 ] TezQA commented on TEZ-2914: {color:red}-1 overall{color}. Here are the results of testing the latest

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-23 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15070560#comment-15070560 ] Bikas Saha commented on TEZ-2914: - Do you mean leave vertexInfo null and do null check instead of get()? If

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-23 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15070640#comment-15070640 ] Rajesh Balamohan commented on TEZ-2914: --- Yes, that would avoid the map get call in normal path. Rest

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-23 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069370#comment-15069370 ] Rajesh Balamohan commented on TEZ-2914: --- In most cases, concurrency would be set to -1 (as in

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-17 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15062893#comment-15062893 ] Hitesh Shah commented on TEZ-2914: -- Sorry - missed this. Will try and review shortly. Noticed a bug:

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-17 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15062900#comment-15062900 ] Hitesh Shah commented on TEZ-2914: -- Another question related to speculation - should speculation be allowed

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-17 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15062864#comment-15062864 ] Bikas Saha commented on TEZ-2914: - Getting a review on this would be great! > Ability to limit vertex

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-17 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15063318#comment-15063318 ] Bikas Saha commented on TEZ-2914: - bq. if (vInfo.concurrency >= vInfo.concurrencyLimit) { We will come here

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-14 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056968#comment-15056968 ] Bikas Saha commented on TEZ-2914: - [~hitesh] please review! > Ability to limit vertex concurrency >

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-02 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037173#comment-15037173 ] Bikas Saha commented on TEZ-2914: - Attaching patch with the DAGScheduler approach with a unit and system

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-01 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034642#comment-15034642 ] Jason Lowe commented on TEZ-2914: - One advantage to doing it at the YARN level is that we can tell the RM

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-01 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034730#comment-15034730 ] Bikas Saha commented on TEZ-2914: - We use AMRMClient for all the RM negotiations. At that level, we cannot

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-12-01 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034325#comment-15034325 ] Bikas Saha commented on TEZ-2914: - At least 2 ways to do this. 1) Make the change in the yarn task scheduler

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978992#comment-14978992 ] Hitesh Shah commented on TEZ-2914: -- Is this meant to be a global cap for the AM or a per vertex? >

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Jonathan Eagles (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979007#comment-14979007 ] Jonathan Eagles commented on TEZ-2914: -- [~rohini], [~jlowe], can you help to clarify requirements for

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979050#comment-14979050 ] Jason Lowe commented on TEZ-2914: - If we're trying to port the capability of MAPREDUCE-5583 then it would be

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979760#comment-14979760 ] Hitesh Shah commented on TEZ-2914: -- bq. Even with capacity scheduler and hierarchical queues, with the

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979285#comment-14979285 ] Hitesh Shah commented on TEZ-2914: -- \cc [~bikassaha] [~sseth] If the intention is to ensure good job

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979622#comment-14979622 ] Rohini Palaniswamy commented on TEZ-2914: - bq. a cluster resource cap might be something to think

[jira] [Commented] (TEZ-2914) Ability to limit vertex concurrency

2015-10-28 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979626#comment-14979626 ] Rohini Palaniswamy commented on TEZ-2914: - bq. I'm assuming it will simply apply the map property to