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
11-28-2018
03:05 PM
1 Kudo
I had a similar problem, I fixed it by: Ensuring the latest version docker is installed Increase the docker's Base Device Size with: sudo dockerd --storage-opt dm.basesize=30G [optional] Install latest sandbox by editing the sh script and adding the latest version number found here.
... View more