Member since
10-13-2019
10
Posts
0
Kudos Received
0
Solutions
02-10-2020
06:45 AM
1 Kudo
You can pass that as command line argument Example: hbase org.apache.hadoop.hbase.mapreduce.RowCounter -Dmapreduce.job.cache.files=/test 'hbase_table_t10'
hbase org.apache.hadoop.hbase.mapreduce.RowCounter -Dmapreduce.job.cache.files=/test '<table_name>'
... View more