Hi I have a question about getting the data from hbase. I have created a table and adding rows like this
put "blogposts","post1","post:author","MyAuthoor" put "blogposts","post1","post:author","MyAuthoor2" but when i getting the data using scan "blogposts", it only returns the single row ROW COLUMN+CELL post1 column=post:author, timestamp=1282470167449, value=MyAuthoor2 I want to get all the rows.How i can get all the rows? Thanks -- Regards Shuja-ur-Rehman Baig http://pk.linkedin.com/in/shujamughal Cell: +92 3214207445
