Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None

    Description

      TestOrderedwordcount takes combination of configs from mapred-site.xml and tez-site.xml. Due to considering mix of the mapred and tez configs, it fails with below error.

      2015-04-15 13:20:53,599 DEBUG [main] app.RecoveryParser: Parsing event from input stream, eventType=TASK_ATTEMPT_FINISHED
      2015-04-15 13:20:53,619 DEBUG [main] app.RecoveryParser: Parsed event from input stream, eventType=TASK_ATTEMPT_FINISHED, event=vertexName=null, taskAttemptId=attempt_1429100089638_0008_1_00_000002_0, startTime=0, finishTime=1429104012181, timeTaken=1429104012181, status=FAILED, errorEnum=FRAMEWORK_ERROR, diagnostics=Error: Failure while running task:java.lang.IllegalArgumentException: tez.runtime.io.sort.mb 512 should be larger than 0 and should be less than the available task memory (MB):246
      	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
      	at org.apache.tez.runtime.library.common.sort.impl.ExternalSorter.getInitialMemoryRequirement(ExternalSorter.java:304)
      	at org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.initialize(OrderedPartitionedKVOutput.java:90)
      	at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:443)
      	at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:422)
      	at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      	at java.lang.Thread.run(Thread.java:745)
      

      Attachments

        Activity

          hitesh Hitesh Shah added a comment - Prakash Ramachandran Siddharth Seth please review.
          tezqa TezQA added a comment -

          -1 overall. Here are the results of testing the latest attachment
          http://issues.apache.org/jira/secure/attachment/12725669/TEZ-2323.1.patch
          against master revision 19378d5.

          +1 @author. The patch does not contain any @author tags.

          +1 tests included. The patch appears to include 1 new or modified test files.

          +1 javac. The applied patch does not increase the total number of javac compiler warnings.

          +1 javadoc. There were no new javadoc warning messages.

          +1 findbugs. The patch does not introduce any new Findbugs (version 2.0.3) warnings.

          +1 release audit. The applied patch does not increase the total number of release audit warnings.

          -1 core tests. The patch failed these unit tests in :
          org.apache.tez.test.TestSecureShuffle

          Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/469//testReport/
          Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/469//console

          This message is automatically generated.

          tezqa TezQA added a comment - -1 overall . Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12725669/TEZ-2323.1.patch against master revision 19378d5. +1 @author . The patch does not contain any @author tags. +1 tests included . The patch appears to include 1 new or modified test files. +1 javac . The applied patch does not increase the total number of javac compiler warnings. +1 javadoc . There were no new javadoc warning messages. +1 findbugs . The patch does not introduce any new Findbugs (version 2.0.3) warnings. +1 release audit . The applied patch does not increase the total number of release audit warnings. -1 core tests . The patch failed these unit tests in : org.apache.tez.test.TestSecureShuffle Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/469//testReport/ Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/469//console This message is automatically generated.
          hitesh Hitesh Shah added a comment - \cc Rajesh Balamohan
          tezqa TezQA added a comment -

          +1 overall. Here are the results of testing the latest attachment
          http://issues.apache.org/jira/secure/attachment/12725696/TEZ-2323.2.patch
          against master revision 19378d5.

          +1 @author. The patch does not contain any @author tags.

          +1 tests included. The patch appears to include 2 new or modified test files.

          +1 javac. The applied patch does not increase the total number of javac compiler warnings.

          +1 javadoc. There were no new javadoc warning messages.

          +1 findbugs. The patch does not introduce any new Findbugs (version 2.0.3) warnings.

          +1 release audit. The applied patch does not increase the total number of release audit warnings.

          +1 core tests. The patch passed unit tests in .

          Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/471//testReport/
          Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/471//console

          This message is automatically generated.

          tezqa TezQA added a comment - +1 overall . Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12725696/TEZ-2323.2.patch against master revision 19378d5. +1 @author . The patch does not contain any @author tags. +1 tests included . The patch appears to include 2 new or modified test files. +1 javac . The applied patch does not increase the total number of javac compiler warnings. +1 javadoc . There were no new javadoc warning messages. +1 findbugs . The patch does not introduce any new Findbugs (version 2.0.3) warnings. +1 release audit . The applied patch does not increase the total number of release audit warnings. +1 core tests . The patch passed unit tests in . Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/471//testReport/ Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/471//console This message is automatically generated.
          bikassaha Bikas Saha added a comment -

          lgtm

          bikassaha Bikas Saha added a comment - lgtm
          hitesh Hitesh Shah added a comment -

          Committed to master. Thanks for the review Bikas Saha

          hitesh Hitesh Shah added a comment - Committed to master. Thanks for the review Bikas Saha
          hitesh Hitesh Shah added a comment -

          Closing issue as 0.5.4, 0.6.1 and 0.7.0 have been released.

          hitesh Hitesh Shah added a comment - Closing issue as 0.5.4, 0.6.1 and 0.7.0 have been released.

          People

            hitesh Hitesh Shah
            yeshavora Yesha Vora
            Votes:
            0 Vote for this issue
            Watchers:
            Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack