Missing hadoop installation for Windows 10 Missing hadoop installation for Windows 10 hadoop hadoop

Missing hadoop installation for Windows 10


You have wrongly set HADOOP_HOME.

In User variables, configure HADOOP_HOME with following value.

HADOOP_HOME-->D:\Hadoop-2.8.1

In System variables, add following value in addition of existing path value.

path--><Existing path values>;D:\Hadoop-2.8.1\bin;

If you're not ok with that above configurations just try below way.

Open cmd prompt, Just set home by setting path and home.

C:>set HADOOP_HOME=D:\Hadoop-2.8.1C:>set PATH=%PATH%;%HADOOP_HOME%\bin

Now start hadoop services from same cmd prompt and then go to hive shell.