See: Description
| Interface | Description |
|---|---|
| AccumuloIndexScanner |
Specification for implementing a AccumuloIndexScanner.
|
| Class | Description |
|---|---|
| AccumuloConnectionParameters | |
| AccumuloDefaultIndexScanner |
This default index scanner expects indexes to be in the same format as presto's
accumulo index tables defined as:
[rowid=field value] [cf=cfname_cqname] [cq=rowid] [visibility] [value=""]
|
| AccumuloHiveConstants | |
| AccumuloHiveRow |
Holds column tuples for rowID.
|
| AccumuloHiveRow.ColumnTuple | |
| AccumuloIndexLexicoder |
Utility class to encode index values for accumulo.
|
| AccumuloStorageHandler |
Create table mapping to Accumulo for Hive.
|
| HiveAccumuloHelper |
Helper class to hold common methods across the InputFormat, OutputFormat and StorageHandler.
|
| LazyAccumuloMap |
A Hive Map created from some collection of Key-Values from one to many column families with one
to many column qualifiers.
|
| LazyAccumuloRow |
Parses column tuples in each AccumuloHiveRow and creates Lazy objects for each field.
|
| Exception | Description |
|---|---|
| AccumuloIndexScannerException |
Exception class for AccumuloIndexScanner operations.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.