'Hadoop setup in Windows on E-drive

Is there possible to setup Hadoop single node on apart from C drive in windows?. My C drive will be almost full storage.



Solution 1:[1]

Hadoop doesn't require any specific volume/drive to run on.

You can define dfs.datanode.data.dir, hadoop.tmp.dir and related storage locations anywhere.

It's recommended not to use singluar disks or run Hadoop in Windows, though.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 OneCricketeer