Interface | Description |
---|---|
AccumuloRowIdFactory |
Interface for providing custom Accumulo RowID generation/parsing
|
Class | Description |
---|---|
AccumuloCompositeRowId |
AccumuloCompositeKey extension of LazyStruct.
|
AccumuloRowSerializer |
Serializes a Struct to an Accumulo row as per the definition provided by the
ColumnMapping s |
AccumuloSerDe |
Deserialization from Accumulo to LazyAccumuloRow for Hive.
|
AccumuloSerDeParameters | |
CompositeAccumuloRowIdFactory<T extends AccumuloCompositeRowId> |
AccumuloRowIdFactory designed for injection of the AccumuloCompositeRowId to be
used to generate the Accumulo rowId. |
DefaultAccumuloRowIdFactory |
Default implementation of the AccumuloRowIdFactory which uses the normal
AccumuloRowSerializer methods to serialize the field for storage into Accumulo. |
Exception | Description |
---|---|
TooManyAccumuloColumnsException | |
TooManyHiveColumnsException |
Copyright © 2017 The Apache Software Foundation. All rights reserved.