Thanks team. :)
On Thursday, 18 June, 2020, 09:32:09 am IST, Govindhan S
<[email protected]> wrote:
Hello Team,
I have got this cleared.
I was not passing the file to the wal parser hence the issue. Correct syntax is
hbase wal (hdfsfile) -p
Regards,Govins
Sent from Yahoo Mail on Android
On Tue, Jun 16, 2020 at 9:27 PM, Govindhan S<[email protected]> 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