I'm trying to use the Spark Java API, but I'm getting a build path error in Eclipse due to Spark:
Archive for required library: 'C:/Users/IBM_ADMIN/Documents/spark-1.6.2-bin-hadoop2.6/lib/spark-assembly-1.6.2-hadoop2.6.0.jar' in project 'oplservice' cannot be read or is not a valid ZIP file
I'm using Eclipse SDK Version: 4.2.2 Build id: M20130204-1200.
I'm trying to use spark-1.6.2-bin-hadoop2.6 which I just downloaded (but I had the same problem with spark-v1.6.0-hadoop2.6.
Here is my build path set up in Eclipse:
I've checked a bunch of other posts about similar issues (e.g. close and reopen the project, run Eclipse -clean, etc.), but none of them has solved the problem. I haven't changed anything about the Spark jar or my Eclipse settings.
This shouldn't be that difficult, should it?