krishna teja
krishna teja

Reputation: 15

Could not locate executable null\bin\winutils.exe in the hadoop binary

Recently I have installed canopy and spark in my system. When i ran pyspark command in c:\spark path in canopy command prompt, I'm getting this error, but winutils was present in that path. I'm new to this I don't know how to solve this. I searched in online but failed to understand. Can anyone help me with this issue.

Upvotes: 1

Views: 6186

Answers (1)

dbustosp
dbustosp

Reputation: 4458

You will need to follow the next steps:

1. Download winutils.exe
2. Create folder, say C:\winutils\bin
3. Copy winutils.exe inside C:\winutils\bin
4. Set environment variable HADOOP_HOME to C:\winutils

Upvotes: 6

Related Questions