This class allows MapReduce jobs to use Accumulo as the source of data. This {@link InputFormat} provides keys and values of type {@link Key} and{@link Value} to the Map function.The user must specify the following via static configurator methods:
- {@link AccumuloInputFormat#setConnectorInfo(Job,String,AuthenticationToken)}
- {@link AccumuloInputFormat#setInputTableName(Job,String)}
- {@link AccumuloInputFormat#setScanAuthorizations(Job,Authorizations)}
- {@link AccumuloInputFormat#setZooKeeperInstance(Job,String,String)} OR {@link AccumuloInputFormat#setMockInstance(Job,String)}
Other static methods are optional.