Hadoop
uses the concept of parallelism to
upload the split data while fulfilling
Velocity problem

Increase or Decrease the Size of Static Partition in Linux

Linux partition

Shut down your VM and increase the disk size

Partitioning /dev/sdh storage device

>> fdisk <disk_name>-> press n to create new partition and press p to create sectors
-> press p to see partition

Mount the Partition and Create a New File

Increase Size of Static Partition

Unmount the Partition

Delete the created partition

Create a new partition of larger size

Configure Filesystem

>> resize2fs -f /dev/sdh1

Remount the Extended partition

>> mount /dev/sdh1 /Partition

Decrease Size of Static Partition

Unmount the partition

Delete the created partition

Create a new partition of smaller size

Configure Filesystem and Remount the Extended partition

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store