You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2017/10/12 18:16:00 UTC

[jira] [Commented] (HIVE-17784) Make Tez AM's Queue headroom calculation and nParallel tasks configurable.

    [ https://issues.apache.org/jira/browse/HIVE-17784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202378#comment-16202378 ] 

Hive QA commented on HIVE-17784:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12891652/HIVE-17784.1.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 11211 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[optimize_nullscan] (batchId=162)
org.apache.hadoop.hive.cli.TestTezPerfCliDriver.testCliDriver[query23] (batchId=239)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7256/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7256/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7256/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12891652 - PreCommit-HIVE-Build

> Make Tez AM's Queue headroom calculation and nParallel tasks configurable.
> --------------------------------------------------------------------------
>
>                 Key: HIVE-17784
>                 URL: https://issues.apache.org/jira/browse/HIVE-17784
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Planning, Tez
>    Affects Versions: 2.2.0, 3.0.0
>            Reporter: Mithun Radhakrishnan
>            Assignee: Mithun Radhakrishnan
>         Attachments: HIVE-17784.1.patch
>
>
> Here's a couple of customizations we made at Yahoo with Hive Tez AMs:
> # When calculating splits, {{HiveSplitGenerator}} takes the entire queue's capacity as available, and generates splits accordingly. While this greedy algorithm might be acceptable for exclusive queues, on a shared queue, greedy queries will hold other queries up. The algorithm that calculates the queue's headroom should be pluggable. The greedy version can be the default.
> # {{TEZ_AM_VERTEX_MAX_TASK_CONCURRENCY}} and the AM's heap-size can be tuned separately from the AM's container size. We found that users who attempt to increase vertex concurrency tend to forget to bump AM memory/container sizes. It would be handier if those values were derived from the container size.
> I'm combining these into a single patch, for easier review.
> (Note to self: YHIVE-840)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)