You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Mohan Nani <mo...@gmail.com> on 2016/10/07 18:03:56 UTC

Need help in retrieving records og HBase through Phoenix

Can some body tell me the Java code to retrieve all column values
associated with given rowkey


Row key should be the input

Lets say, if i have

row_key1     col1:value1  col2:valu1
                     col1:value1  col2:valu2


So when i pass row_key1 as parameters, the code should return like below

row_key1 {col1:value1 , col2:value2)   {col2:valu1 col2:valu2}