I am new to pig Scripting . I am unable to fetch the data which i have stored through pig script into hbase using HbaseStorage(). But when i am trying to fetch the data using phoenix i am able to see the data .
Can anyone help me out ?
I am new to pig Scripting . I am unable to fetch the data which i have stored through pig script into hbase using HbaseStorage(). But when i am trying to fetch the data using phoenix i am able to see the data .
Can anyone help me out ?
The problem Solved guyz . As the timeStamp always changes for a column in Hbase. When i use the Stored Time correctly over there for searching . I was able to fetch the records .
Previously i was using intial row creation timeStamp for searching.