Re: Phoenix Salted Table Rowkey Issue

2017-12-13 Thread James Taylor
You might try searching around for a Phoenix-compatible Storm bolt. For example, a quick search turned up this which you may be able to use for inspiration: https://github.com/gvetticaden/storm-streaming/blob/master/src/main/java/com/hortonworks/streaming/impl/bolts/TruckPhoenixHBaseBolt.java On W

Re: Phoenix Salted Table Rowkey Issue

2017-12-13 Thread Josh Elser
If you want to use Phoenix, please use Phoenix APIs to read and write the data. You are wholly responsible for understanding how to correctly write the data given Phoenix's schema if you bypass it. On 12/13/17 9:25 AM, Oussama BEN BACCAR wrote: Hello Phoenixers, I have a rowkey issue when i

Phoenix Salted Table Rowkey Issue

2017-12-13 Thread Oussama BEN BACCAR
Hello Phoenixers, I have a rowkey issue when i salt a phoenix table and insert data directly from hbase. Here is the scenario: 1- Create a table on phoenix with salt_buckets=16 2- The data is inserted in the hbase table by a storm hbase bolt. The hbasebolt insert data directly in hbase without