2016-08-10 4 views
-1
Status: Failed 
Vertex failed, vertexName=Map 1, vertexId=vertex_1470692453676_0866_1_00, diagnostics=[Task failed, taskId=task_1470692453676_0866_1_00_000000, diagnostics=[TaskAttempt 0 failed, info=[Error: Failure while running task:java.lang.IllegalArgumentException: tez.runtime.io.sort.mb 2048 should be larger than 0 and should be less than the available task memory (MB):2048 
     at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) 
     at org.apache.tez.runtime.library.common.sort.impl.ExternalSorter.getInitialMemoryRequirement(ExternalSorter.java:327) 
     at org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.initialize(OrderedPartitionedKVOutput.java:93) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable._callInternal(LogicalIOProcessorRuntimeTask.java:505) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:487) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:472) 
     at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36) 
     at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
     at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
     at java.lang.Thread.run(Thread.java:745) 
], TaskAttempt 1 failed, info=[Error: Failure while running task:java.lang.IllegalArgumentException: tez.runtime.io.sort.mb 2048 should be larger than 0 and should be less than the available task memory (MB):2048 
     at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) 
     at org.apache.tez.runtime.library.common.sort.impl.ExternalSorter.getInitialMemoryRequirement(ExternalSorter.java:327) 
     at org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.initialize(OrderedPartitionedKVOutput.java:93) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable._callInternal(LogicalIOProcessorRuntimeTask.java:505) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:487) 
     at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$InitializeOutputCallable.callInternal(LogicalIOProcessorRuntimeTask.java:472) 
     at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36) 
     at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
     at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
     at java.lang.Thread.run(Thread.java:745) 
], TaskAttempt 2 failed, info=[Error: Failure while running task:java.lang.IllegalArgumentException: tez.runtime.io.sort.mb 2048 should be larger than 0 and should be less than the available task memory (MB):2048 
+0

empfehle ich Ihnen einige tez zuweisen Speichereinstellungen für Bienenstock und Wiederholung, könnte dieser Link nützlich sein https://documentation.altiscale.com/memory-settings-for-tez – Aditya

Antwort

0

Versuchen Sie, die Art Puffergröße auf den Standardwert zurückzusetzen tez.runtime.io.sort.mb=512

im Bienenstock-site.xml und versuchen Sie es erneut

+0

Dank Addy. Es hat für mich funktioniert. Ich habe den Wert dieser Eigenschaft auf tez.runtime.io.sort.mb = 1024 zurückgesetzt, wie es in meinem Cluster empfohlen wurde. TQ –

Verwandte Themen