I am trying to develop an application with Spark and getting following errors while executing on myeclispe.
I have added all dependency jars into the application after that also I am getting this errors.
ERROR Shell: Failed to locate the winutils binary in the Hadoop binary path java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/spark/network/client/StreamCallback Caused by: java.lang.ClassNotFoundException: org.apache.spark.network.client.StreamCallback
Please help me on this and suggest to me how to overcome from these issues.