You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2014/03/18 06:17:45 UTC

[jira] [Created] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists.

Ashish Singhi created HBASE-10780:
-------------------------------------

             Summary: HFilePrettyPrinter#processFile should return immediately if file does not exists.
                 Key: HBASE-10780
                 URL: https://issues.apache.org/jira/browse/HBASE-10780
             Project: HBase
          Issue Type: Bug
          Components: HFile
    Affects Versions: 0.94.11
            Reporter: Ashish Singhi
            Priority: Minor


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.2#6252)