[
https://issues.apache.org/jira/browse/HBASE-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195835#comment-14195835
]
Hudson commented on HBASE-10780:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #618 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/618/])
HBASE-10780 HFilePrettyPrinter#processFile should return immediately if file
does not exist (Ashish Singhi) (tedyu: rev
b0c05705985a0a519889c7095e3bf006457f8e01)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
> HFilePrettyPrinter#processFile should return immediately if file does not
> exist
> -------------------------------------------------------------------------------
>
> Key: HBASE-10780
> URL: https://issues.apache.org/jira/browse/HBASE-10780
> Project: HBase
> Issue Type: Bug
> Components: HFile
> Affects Versions: 0.94.11, 0.98.5
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Priority: Minor
> Fix For: 2.0.0, 0.98.8, 0.99.2
>
> Attachments: HBASE-10780-v2.patch, HBASE-10780-v2.patch,
> HBASE-10780-v3.patch, HBASE-10780.patch
>
>
> HFilePrettyPrinter#processFile should return immediately if file does not
> exists same like HLogPrettyPrinter#run
> {code}
> if (!fs.exists(file)) {
> System.err.println("ERROR, file doesnt exist: " + file);
> }{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)