[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509710#comment-15509710 ] Hudson commented on HBASE-16659: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1646 (See

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509102#comment-15509102 ] binlijin commented on HBASE-16659: -- [~chenheng] [~te...@apache.org] [~anoop.hbase] [~ram_krish] Thanks

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509054#comment-15509054 ] Heng Chen commented on HBASE-16659: --- To be continued in HBASE-16665 > Use CellUtil.createFirstOnRow

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509038#comment-15509038 ] Anoop Sam John commented on HBASE-16659: Go for it. Test fails seems not at all related. Thanks

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509029#comment-15509029 ] Heng Chen commented on HBASE-16659: --- {quote} we can make it to use with out copy. We might need new API

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509026#comment-15509026 ] Hadoop QA commented on HBASE-16659: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-20 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15508757#comment-15508757 ] ramkrishna.s.vasudevan commented on HBASE-16659: +1. > Use CellUtil.createFirstOnRow

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-20 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15508733#comment-15508733 ] Anoop Sam John commented on HBASE-16659: +1 In places like Result#binarySearch, we can make it to

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15506737#comment-15506737 ] Ted Yu commented on HBASE-16659: lgtm, pending QA. > Use CellUtil.createFirstOnRow instead of

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-20 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15506454#comment-15506454 ] binlijin commented on HBASE-16659: -- No, not all can be replaced now, for example : {code} Result.java

[jira] [Commented] (HBASE-16659) Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places.

2016-09-20 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15506245#comment-15506245 ] Heng Chen commented on HBASE-16659: --- It seems KeyValueUtil.createFirstOnRow is used in many places,