writing to the disk using the below commands.
/opt/hadoop/hadoop-2.7.4/bin/hadoop fs -copyFromLocal FILE:///home/user/test.dat /
the VM gets hunged as there is not space left on OS disk, may be due to rest of the default application occupied it
what is the best solution to above problem.
apart from resizing the OS disk ?
it is the Data Science VM deployed following the below link
https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-ads.linux-data-science-vm-ubuntu
Thank you and appreciate your assistance.