ctubbsii commented on issue #680: URL: https://github.com/apache/accumulo/issues/680#issuecomment-845382026
@DomGarguilo There are two tasks being proposed. 1. (trivial) Create an overloaded `createConditionalMutation(String tableName)` method that internally uses a `new ConditionalWriterConfig()` so the config is optional to pass, and 2. (more involved) Allow client properties to be set in the client properties file that will be used (if set) instead of the built-in defaults when BatchWriterConfig has a configurable field set to null (see ClientContext.java and BatchWriterConfig.java for analogous behavior for the BatchWriter; pay special attention to the `merge` method to see how the client properties are merged with the BatchWriterConfig objects). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
