Uses of Class
com.cloudera.sqoop.io.UnsupportedCodecException

Packages that use UnsupportedCodecException
com.cloudera.sqoop.io   
 

Uses of UnsupportedCodecException in com.cloudera.sqoop.io
 

Methods in com.cloudera.sqoop.io that throw UnsupportedCodecException
static org.apache.hadoop.io.compress.CompressionCodec CodecMap.getCodec(java.lang.String codecName, org.apache.hadoop.conf.Configuration conf)
          Given a codec name, instantiate the concrete implementation class that implements it.
static java.lang.String CodecMap.getCodecClassName(java.lang.String codecName)
          Given a codec name, return the name of the concrete class that implements it (or 'null' in the case of the "none" codec).
 



Copyright © 2010 Cloudera, Inc.