`hbase wal` requires you to provide options. You provided none, so the command printed you the help message.

Please read the help message and provide the necessary "<filename...>" argument(s).

On 6/16/20 11:57 AM, Govindhan S wrote:
Hello Hbase Users,
I am a newbie to hbase. I do have a HDInsight HDP2.6.2.3 cluster running with 
hbase version 1.1.2
When i try to use the WAL utility its failing with the below issues :
$ hbase wal -p > hbase_WAL_output.txt$ cat hbase_WAL_output.txtusage: WAL <filename...> [-h] [-j] [-p] [-r 
<arg>] [-s <arg>] [-w <arg>] -h,--help             Output help message -j,--json             Output JSON 
-p,--printvals        Print values -r,--region <arg>     Region to filter by. Pass encoded region name; e.g.           
            '9192caead6a5a20acb4454ffbc79fa14' -s,--sequence <arg>   Sequence to filter by. Pass sequence number. 
-w,--row <arg>        Row to filter by. Pass row name.

I thought the issue with the capital WAL needs to be defined, but when i tried 
that:
$ hbase WAL -p > hbase_WAL_output.txtError: Could not find or load main class 
WAL
Warm Regards,Govindhan S

Reply via email to