Member since
11-28-2018
2
Posts
1
Kudos Received
0
Solutions
12-05-2018
08:01 AM
Using the console this worked: user@sandbox:~$ hive --hiveconf hive.msck.path.validation=ignore
hive> use mydatabase;
hive> msck repair table mytable;
... View more