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

Ted Yu commented on HBASE-10780:
--------------------------------

Currently we have the following when checking option 'w':
{code}
        System.err.println("Invalid row is specified.");
        System.exit(-1);
{code}
You can use a different negative value.

> 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
>         Attachments: 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)

Reply via email to