org.apache.hadoop.mapred
Class MapTask.MapBufferTooSmallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.mapred.MapTask.MapBufferTooSmallException
All Implemented Interfaces:
Serializable
Enclosing class:
MapTask

public static class MapTask.MapBufferTooSmallException
extends IOException

Exception indicating that the allocated sort buffer is insufficient to hold the current record.

See Also:
Serialized Form

Constructor Summary
MapTask.MapBufferTooSmallException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapTask.MapBufferTooSmallException

public MapTask.MapBufferTooSmallException(String s)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.