Hi guys,

I see a couple of problem with the generation of eclipse artifacts mvn
eclipse:eclipse.
There are a couple of compilation issues after importing the hadoop
projects into eclipse, though am able to rectify them.

1) hadoop-common: TestAvroSerialization.java doesn't compile as it uses
AvroRecord which exists under target/generated-test-sources/java.
Solution: Need to include target/generated-test-sources/java as source.

2) hadoop-streaming: linked source folder conf which should point to
hadoop-common/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf
doesn't point to the path correctly
Solution: Manually add the conf and link it to
hadoop-common/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/conf

Can this be fixed?

I have just compiled the hadoop trunk codebase.

regards,
sathwik

Reply via email to