[
https://issues.apache.org/jira/browse/HBASE-17197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442428#comment-16442428
]
Hudson commented on HBASE-17197:
--------------------------------
Results for branch master
[build #303 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/303/]: (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/303//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/303//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/303//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> hfile does not work in 2.0
> --------------------------
>
> Key: HBASE-17197
> URL: https://issues.apache.org/jira/browse/HBASE-17197
> Project: HBase
> Issue Type: Bug
> Components: HFile
> Affects Versions: 2.0.0
> Reporter: huaxiang sun
> Assignee: Balazs Meszaros
> Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-17197-BM-01.patch
>
>
> I tried to use hfile in master branch, it does not print out kv pairs or meta
> as it is supposed to be.
> {code}
> hsun-MBP:hbase-2.0.0-SNAPSHOT hsun$ hbase hfile
> file:///Users/hsun/work/local-hbase-cluster/data/data/default/t1/755b5d7a44148492b7138c79c5e4f39f/f1/
> 53e9f9bc328f468b87831221de3a0c74 bdc6e1c4eea246a99e989e02d554cb03
> bf9275ac418d4d458904d81137e82683
> hsun-MBP:hbase-2.0.0-SNAPSHOT hsun$ hbase hfile
> file:///Users/hsun/work/local-hbase-cluster/data/data/default/t1/755b5d7a44148492b7138c79c5e4f39f/f1/bf9275ac418d4d458904d81137e82683
> -m
> 2016-11-29 12:25:22,019 WARN [main] util.NativeCodeLoader: Unable to load
> native-hadoop library for your platform... using builtin-java classes where
> applicable
> hsun-MBP:hbase-2.0.0-SNAPSHOT hsun$ hbase hfile
> file:///Users/hsun/work/local-hbase-cluster/data/data/default/t1/755b5d7a44148492b7138c79c5e4f39f/f1/bf9275ac418d4d458904d81137e82683
> -p
> 2016-11-29 12:25:27,333 WARN [main] util.NativeCodeLoader: Unable to load
> native-hadoop library for your platform... using builtin-java classes where
> applicable
> Scanned kv count -> 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)