|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Key
), as this is an important requirement of Accumulo data files.Key
), as this is an important requirement of Accumulo data files.RecordWriter
instances that write to Accumulo.RecordWriter
instances that write to Accumulo.InputFormatBase.addIterator(Job, IteratorSetting)
instead.
Combiner
Combiner
SecurityOperations.authenticateUser(String, AuthenticationToken)
instead.
BatchWriter
BytesWritable
.
LruBlockCache
.TableOperations.compact(String, Text, Text, boolean, boolean)
or
TableOperations.compact(String, Text, Text, List, boolean, boolean)
.
AccumuloOutputFormat.canCreateTables(JobContext)
instead.
key
.
key
can be seen, according to the fetched column families for this iterator.
SecurityOperations.changeLocalUserPassword(String, PasswordToken)
or the user management functions of your configured authenticator
instead.
Text
object.
PartialKey
.
range
to include everything for the key prefix we are working with.
Instance.getConnector(String, byte[])
.Instance
, ZooKeeperInstance
, and MockInstance
.key
, copying only the parts of the key specified in part
.
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)
instead.
Connector.createBatchWriter(String, BatchWriterConfig)
instead.
Connector.createMultiTableBatchWriter(BatchWriterConfig)
instead.
SecurityOperations.createLocalUser(String, PasswordToken)
or the user management functions of your configured authenticator instead.
BatchDeleter.setRanges(java.util.Collection)
.
InputFormatBase.setAutoAdjustRanges(Job, boolean)
instead.
SecurityOperations.dropUser(String)
or the user management functions of your configured authenticator instead.
ColumnVisibility.equals(ColumnVisibility)