Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2464
Confirmed that transit URI is created correctly:
- 1.5
hbase://0.hdp.aws.mine:16000/nifi-4866/a20f31cb-f503-4e0c-9806-73a2ed7fd43e
- 1.6
hbase://0.hdp.aws.mine:16000/nifi-4866/93376ca2-ec3c-421f-8e4e-93cf28677b31
Confirmed performance issue has been addressed:
- Used a simple GenerateFlowFile and PutHBaseCell flow, template is
available
[here](https://gist.github.com/ijokarumawak/85db60ca71f1825f543c18c62bf7c3fd)
- Putting only 1 cell with 4bytes data, batched size is 25
- 1.5 saturated about at the rate of 14k FlowFIles/5min
- 1.6 saturated about at the rate of 500k FlowFiles/5min
NiFi 1.5.0

NiFi 1.6.0-SNAPSHOT with this fix

---