[ 
https://issues.apache.org/jira/browse/HBASE-21918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16803650#comment-16803650
 ] 

Hudson commented on HBASE-21918:
--------------------------------

Results for branch master
        [build #891 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/891/]: (x) 
*{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/891//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/891//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/891//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> the use cases in doc should use Cell instead of KeyValue
> --------------------------------------------------------
>
>                 Key: HBASE-21918
>                 URL: https://issues.apache.org/jira/browse/HBASE-21918
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Zheng Wang
>            Assignee: Zheng Wang
>            Priority: Trivial
>              Labels: starter
>             Fix For: 3.0.0
>
>         Attachments: HBASE-21918.patch
>
>
> the describe of KeyValue:
> ...
>  * HBase applications and users should use the Cell interface and avoid 
> directly using KeyValue and
>  * member functions not defined in Cell.
> ...
> for example,the use case of ColumnRangeFilter:
> ...
> ResultScanner rs = t.getScanner(scan);
> for (Result r = rs.next(); r != null; r = rs.next()) {
>  for (KeyValue kv : r.raw()) {
>  // each kv represents a column
>  }
> }
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to