[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-12-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853945#comment-13853945 ] Hadoop QA commented on HBASE-8859: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-12-19 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853642#comment-13853642 ] Hadoop QA commented on HBASE-8859: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-11-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13834312#comment-13834312 ] Andrew Purtell commented on HBASE-8859: --- Ping. truncate_preserve should get table

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-10-24 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803912#comment-13803912 ] stack commented on HBASE-8859: -- Should the below call be in the HTableInterface too?

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-10-24 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803977#comment-13803977 ] rajeshbabu commented on HBASE-8859: --- [~saint@gmail.com] Since no split keys related

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-10-24 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13804319#comment-13804319 ] stack commented on HBASE-8859: -- What APIs would we have to add to HTI? Is there enough to

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-10-24 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13804542#comment-13804542 ] rajeshbabu commented on HBASE-8859: --- These are APIs related to split keys need to be

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-10-23 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803729#comment-13803729 ] rajeshbabu commented on HBASE-8859: --- Any objection with this patch. Otherwise I will

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-08-30 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754639#comment-13754639 ] rajeshbabu commented on HBASE-8859: --- Ted, All split keys related APIs present only in

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754682#comment-13754682 ] Ted Yu commented on HBASE-8859: --- We don't need to add it in HTableInterface.

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-08-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754121#comment-13754121 ] Ted Yu commented on HBASE-8859: --- {code} + public byte[][] getSplitKeys() throws IOException

[jira] [Commented] (HBASE-8859) truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes

2013-07-03 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699013#comment-13699013 ] rajeshbabu commented on HBASE-8859: --- Patch for trunk and to reproduce the issue.