[ 
https://issues.apache.org/jira/browse/HADOOP-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151031#comment-13151031
 ] 

alex gemini commented on HADOOP-7382:
-------------------------------------

I think the current eclipse plugin build path is missing some jar.please try 
following steps:
in your $hadoop_src_home/src/contrib/eclipse-plugin/build.xml . in the "jar" 
target ,copy hadoop-core-xxx.jar from your $hadoop_src_home directory. also 
copy jackson-core-asl-xxx.jar 
,jackson-mapper-asl-xxx.jar,commons-httpclient-xxx.jar from your 
$hadoop_src_home/lib. I'm not quit sure which version apache-0.20.203 use, but 
it seems that 0.20.205 use jackson-core-asl-1.0.1 , and clouder cdh use 
jackson-core-asl-1.5.2, make sure you can find correct version jar in your 
$hadoop_src_home/lib. then using
ant -Declipse.home=/path/to/eclipse Dversion=xxx jar .
you will find your eclipse plugin in build/contrib/eclipse-plugin/ directory.
Good luck with that.
This issue is also similar to MAPREDUCE-3029
Hope some hadoop guy fix this build path issue.
                
> hadoop 0.20.203.0 Eclipse Plugin does not work with Eclipse
> -----------------------------------------------------------
>
>                 Key: HADOOP-7382
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7382
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: contrib/eclipse-plugin
>    Affects Versions: 0.20.203.0
>         Environment: window 7 ; eclipse3.6-rc2
>            Reporter: shanlin
>            Priority: Blocker
>              Labels: hadoop
>
> hadoop 0.20.203.0 Eclipse Plugin does not work with Eclipse,while adding DFS 
> Locations,Advance parameters didin't hava a option hadoop.job.ugi

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to