[ https://issues.apache.org/jira/browse/HADOOP-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545224 ]
stack commented on HADOOP-2249: ------------------------------- Perhaps a getRowTimestamps would be better? It would return a list of all columns in a given row and all timestamps for a given cell? {code} Map<Text, long []> getRowTimestamps(Text row); {code} > [hbase] Add means of getting the timestamps for all cell versions: e.g. long > [] getVersions(row, column) > -------------------------------------------------------------------------------------------------------- > > Key: HADOOP-2249 > URL: https://issues.apache.org/jira/browse/HADOOP-2249 > Project: Hadoop > Issue Type: New Feature > Components: contrib/hbase > Reporter: stack > Priority: Minor > Fix For: 0.16.0 > > > Should be means of asking hbase for list of all the timestamps associated > with a particular cell. The brute force way would be adding a getVersions > method but perhaps we can come up w/ something more elegant than this? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.