deltascience
deltascience

Reputation: 3380

[Hadoop][Eclipse] Error When starting Mapreduce

I'm working with Cygwin, Eclipse Europa 3.3.1 and Hadoop 0.19.1, When I start a new Hadoop location on Eclipse I get this error :

Cannot connect to the Map/Reduce location: localhost Protocol org.apache.hadoop.mapred.JobSubmissionProtocol version mismatch. (client = 10, server = 16)

Any one to help me with this ? thanks !

Upvotes: 0

Views: 134

Answers (1)

stholy
stholy

Reputation: 322

Make sure your that the correct version of your jars(Hadoop) are being referred.

Upvotes: 1

Related Questions