Description
There are HBase configurations that have authorization configured (some users are allowed to read/write to selected namespaces/tables, some not).
In present version of HBaseSink there is now way to configure the user.
Instead, current user is used (in case of yarn deployment, the user is called ‘yarn’) which may have not been granted proper privileges.
The user for the sink should be configurable.