org.apache.accumulo.core.client.mapreduce.lib.util
@Deprecated public class FileOutputConfigurator extends ConfiguratorBase
Modifier and Type | Class and Description |
---|---|
static class |
FileOutputConfigurator.Opts
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
|
ConfiguratorBase.ConnectorInfo, ConfiguratorBase.GeneralOpts, ConfiguratorBase.InstanceOpts
Constructor and Description |
---|
FileOutputConfigurator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
enumToConfKey, getInstance, getLogLevel, getPrincipal, getToken, getTokenClass, isConnectorInfoSet, setConnectorInfo, setLogLevel, setMockInstance, setZooKeeperInstance
@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 filesCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.