Created on
02-04-2020
04:03 AM
- last edited on
02-04-2020
06:22 AM
by
cjervis
I have been trying to execute a command to use the RowCounter provided by Apache HBase, but it results into an Error:
FATAL [AsyncDispatcher event handler] org.apache.hadoop.yarn.event.AsyncDispatcher: Error in dispatcher thread org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.io.FileNotFoundException: File does not exist: hdfs://host:port/user/hdfs/.staging/job_1580471991089_6459/libjars/*
The command that I execute is the following:
/usr/hdp/3.1.4.0-315/hbase/bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'table_name'
I checked and the path hdfs://host:port/user/hdfs/.staging/job_1580471991089_6459/libjars/ exists and there are files there.Does anyone have any idea why this does not work?
Created 03-12-2020 12:13 AM
try :
hbase org.apache.hadoop.hbase.mapreduce.RowCounter <namespace:tablename>
Created 03-12-2020 01:20 AM
@Binay same result.