PDA

View Full Version : [SOLVED] AWS - Hadoop



ubu@
April 23rd, 2011, 10:59 PM
AWS = amazon web service.


Hello world,

I'm trying to write a mapper\reducer classes but ECLIPSE wont recognize hadoop package.

I have the AWS (amazon web service) plug-in and I used it till now and it worked perfectly. ('till I tried the map-reduce platform, using hadoop package)
searching with google, I saw there are some jars I need to import, but no tutorial for Ubuntu.


programming language: JAVA.
error lines are:


import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Reducer;thanks,
ubu@

ubu@
April 24th, 2011, 11:17 AM
give me something...

ubu@
April 24th, 2011, 12:49 PM
odd but I'm solving my own thread:

download "hadoop.jar" for eclipse -> add it to the project -> right click on the jar in the project and press "buid path".

thanks anyway,
ubu@