Interface OutputFormatBuilder.ClientParams<T>
- Enclosing interface:
- OutputFormatBuilder
public static interface OutputFormatBuilder.ClientParams<T>
Required params for client
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionclientProperties(Properties clientProperties) Set the connection information needed to communicate with Accumulo in this job.clientPropertiesPath(String clientPropsPath) Set path to DFS location containing accumulo-client.properties file.
-
Method Details
-
clientProperties
Set the connection information needed to communicate with Accumulo in this job. clientProperties param can be created usingAccumulo.newClientProperties(). Client properties will be serialized into configuration. Therefore it is more secure to useclientPropertiesPath(String)- Parameters:
clientProperties- Accumulo connection information
-
clientPropertiesPath
Set path to DFS location containing accumulo-client.properties file. This setting is more secure thanclientProperties(Properties)- Parameters:
clientPropsPath- DFS path to accumulo-client.properties
-