Uses of Interface
org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
-
Packages that use OutputFormatBuilder.OutputOptions Package Description org.apache.accumulo.hadoop.mapreduce org.apache.accumulo.hadoopImpl.mapreduce -
-
Uses of OutputFormatBuilder.OutputOptions in org.apache.accumulo.hadoop.mapreduce
Methods in org.apache.accumulo.hadoop.mapreduce that return OutputFormatBuilder.OutputOptions Modifier and Type Method Description OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilder.ClientParams. clientProperties(Properties clientProperties)
Set the connection information needed to communicate with Accumulo in this job.OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilder.ClientParams. clientPropertiesPath(String clientPropsPath)
Set path to DFS location containing accumulo-client.properties file.OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilder.OutputOptions. createTables(boolean value)
Enables the directive to create new tables, as necessary.OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilder.OutputOptions. defaultTable(String tableName)
Sets the default table name to use if one emits a null in place of a table name for a given mutation. -
Uses of OutputFormatBuilder.OutputOptions in org.apache.accumulo.hadoopImpl.mapreduce
Classes in org.apache.accumulo.hadoopImpl.mapreduce that implement OutputFormatBuilder.OutputOptions Modifier and Type Class Description class
OutputFormatBuilderImpl<T>
Methods in org.apache.accumulo.hadoopImpl.mapreduce that return OutputFormatBuilder.OutputOptions Modifier and Type Method Description OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilderImpl. clientProperties(Properties clientProperties)
OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilderImpl. clientPropertiesPath(String clientPropsPath)
OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilderImpl. createTables(boolean value)
OutputFormatBuilder.OutputOptions<T>
OutputFormatBuilderImpl. defaultTable(String tableName)
-