You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/10/14 00:39:34 UTC

[jira] [Created] (TEZ-1659) One Pig on tez hang due to a tez setting

Daniel Dai created TEZ-1659:
-------------------------------

             Summary: One Pig on tez hang due to a tez setting
                 Key: TEZ-1659
                 URL: https://issues.apache.org/jira/browse/TEZ-1659
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Daniel Dai
            Assignee: Siddharth Seth


A particular Pig on Tez e2e test (Cross_5 in Pig e2e tests) hang with a particular tez setting:
{code}
  <property>
    <name>tez.shuffle-vertex-manager.min-src-fraction</name>
    <value>0.1</value>
  </property>

  <property>
    <name>tez.shuffle-vertex-manager.max-src-fraction</name>
    <value>0.1</value>
  </property>
{code}

With default setting, the test pass.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)