- Pre-installed Hadoop
(1) Download hive tar:
wget http://archive.apache.org/dist/hive/h...
(2) Extract the tar file
Hadoop is a standard framework for processing and storing big data
It is designed to be deployed across a network of hundreds or even thousands of dedicated servers.
All these machines work together to deal with the massive volume and variety of incoming datasets.
For a small project, Hadoop can be installed in a single node mode.
Once you clone the OS, the boot time will be very slow as the UUID for the partitions and the GRUB bootloader would have changed.
efibootmgr -v
000X
of Windows Boot Manger using efibootmgrAfter you install minikube on a bare-metal server.
The default command to start the cluster is: minikube start --force --driver=docker
If you start, using the above command, the cluster wont be able to pull images from docker-hub as the network requests would be blocked.
To fix this, add the minikube and localhost IPs to the NO_PROXY IP list: set NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24
Demo Gist |