|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
@Deprecated public class FileOutputConfigurator
Nested Class Summary | |
---|---|
static class |
FileOutputConfigurator.Opts
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
Nested classes/interfaces inherited from class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase |
---|
ConfiguratorBase.ConnectorInfo, ConfiguratorBase.GeneralOpts, ConfiguratorBase.InstanceOpts |
Constructor Summary | |
---|---|
FileOutputConfigurator()
Deprecated. |
Method Summary | |
---|---|
static AccumuloConfiguration |
getAccumuloConfiguration(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
protected static Boolean |
isSupportedAccumuloProperty(Property property)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setCompressionType(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
String compressionType)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setDataBlockSize(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
long dataBlockSize)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setFileBlockSize(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
long fileBlockSize)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setIndexBlockSize(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
long indexBlockSize)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setReplication(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
int replication)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
Methods inherited from class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase |
---|
enumToConfKey, getInstance, getLogLevel, getPrincipal, getToken, getTokenClass, isConnectorInfoSet, setConnectorInfo, setLogLevel, setMockInstance, setZooKeeperInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOutputConfigurator()
Method Detail |
---|
@Deprecated protected static Boolean isSupportedAccumuloProperty(Property property)
property
- the Accumulo property to check@Deprecated public static AccumuloConfiguration getAccumuloConfiguration(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configure@Deprecated public static void setCompressionType(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String compressionType)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configurecompressionType
- one of "none", "gz", "lzo", or "snappy"@Deprecated public static void setDataBlockSize(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, long dataBlockSize)
Making this value smaller may increase seek performance, but at the cost of increasing the size of the indexes (which can also affect seek performance).
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configuredataBlockSize
- the block size, in bytes@Deprecated public static void setFileBlockSize(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, long fileBlockSize)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configurefileBlockSize
- the block size, in bytes@Deprecated public static void setIndexBlockSize(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, long indexBlockSize)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configureindexBlockSize
- the block size, in bytes@Deprecated public static void setReplication(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, int replication)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configurereplication
- the number of replicas for produced files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |