Class TestTableOutputFormat
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestTableOutputFormat
Simple Tests to check whether the durability of the Mutation is changed or not, for
TableOutputFormat if TableOutputFormat.WAL_PROPERTY is set to false.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static org.apache.hadoop.conf.Configurationprivate static org.apache.hadoop.mapreduce.TaskAttemptContextprivate static final org.apache.hadoop.hbase.TableNameprivate static org.apache.hadoop.hbase.mapreduce.TableOutputFormat<javax.validation.constraints.Null>private static final HBaseTestingUtilprivate static org.apache.hadoop.mapreduce.RecordWriter<javax.validation.constraints.Null,org.apache.hadoop.hbase.client.Mutation> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_RULE
-
util
-
TABLE_NAME
-
columnFamily
-
conf
-
writer
private static org.apache.hadoop.mapreduce.RecordWriter<javax.validation.constraints.Null,org.apache.hadoop.hbase.client.Mutation> writer -
context
-
tableOutputFormat
private static org.apache.hadoop.hbase.mapreduce.TableOutputFormat<javax.validation.constraints.Null> tableOutputFormat
-
-
Constructor Details
-
TestTableOutputFormat
public TestTableOutputFormat()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
close
- Throws:
IOExceptionInterruptedException
-
testTableOutputFormatWhenWalIsOFFForPut
- Throws:
IOExceptionInterruptedException
-
testTableOutputFormatWhenWalIsOFFForDelete
- Throws:
IOExceptionInterruptedException
-
testOutputCommitterConfiguration
- Throws:
IOExceptionInterruptedException
-