Description
crunch-hbase doesn't work if hbase is secured because the credentials are not initialized in the job.
The fix is as simple as adding TableMapReduceUtil.initCredentials(job). I'll provide a patch.
crunch-hbase doesn't work if hbase is secured because the credentials are not initialized in the job.
The fix is as simple as adding TableMapReduceUtil.initCredentials(job). I'll provide a patch.