Trying to run hadoop on windows Trying to run hadoop on windows hadoop hadoop

Trying to run hadoop on windows


I solved it by setting the environment variable pointing to the executable:

set HADOOP_PROTOC_PATH=C:\Path\To\protoc\protoc.exe


I got it.... still a solution I donĀ“t like at all! If someone found a better one, please let me know:

Modify the class ProtocMojo, hardcoding the absolute path to the protoc.exe:

protocCommand= "C:\\development\\tools\\protoc\\protobuf-2.5.0\\src\\protoc.exe";