Prathyush created HBASE-29477: --------------------------------- Summary: Make TableOutputCommitter Configurable for TableOutputFormat Key: HBASE-29477 URL: https://issues.apache.org/jira/browse/HBASE-29477 Project: HBase Issue Type: Improvement Reporter: Prathyush
Currently, the TableOutputFormat has {{TableOutputCommitter}} hardcoded as the default output committer. This prevents clients from switching/setting to a different output committer if required. So, instead of hardcoded output committer - introduce a configuration based mechanism to allow clients to specify the desired table output committer, where the default value should remain {{TableOutputCommitter.}} -- This message was sent by Atlassian Jira (v8.20.10#820010)