现在的位置: 首页 > 综合 > 正文

Ubuntu 下安装Eclipse的Hadoop 1.0.0版本的插件

2011年06月01日 ⁄ 综合 ⁄ 共 1606字 ⁄ 字号 评论关闭

在Ubuntu下安装Eclipse的Hadoop 1.0.0插件。

首先贴出一份邮件,邮件里面的内容告诉我们怎么可以得到Hadoop 1.0.0 版本的Eclipse(版本为Indigo 3.7版本)的插件。

(1)在Hadoop 1.0.0 版本的安装目录下,系统并没有提供hadoop-eclipse-plugin-1.0.0.jar插件。但是在安装的目录下 src/contrib/eclipse路径下相关的源码,通过编译该源码,可以得到该插件。

(2)可以使用其他版本的插件,但是适用于 Hadoop 1.0.0 版本的插件最低版本 0.20.205。

(3)在csdn上面有hadoop-eclipse-plugin-1.0.0.jar 插件下载。下载网址:http://download.csdn.net/download/lwj_dx/4061857。只是代价比较大5分。我已经弄到新浪下载了,不知道什么时候通过呢。

安装插件就很简单了,把这个文件放到 Eclipse的安装目录下的plugs,重新启动Eclipse。

Here is a build against Eclipse 3.7 (May work with other versions), and Hadoop 1.0.0: http://dl.dropbox.com/u/24999702/Apache/hadoop-eclipse-plugin-1.0.0.jar

Should work.

On 03-Jan-2012, at 6:48 PM, Harsh J wrote:

> Chris,
>
> You'd need to build from your distribution's src/contrib/eclipse
> source directory. You can also reuse a jar that's built at least for
> 0.20.205, but am not aware of a pre-built location presently. Do check
> the $HADOOP_HOME/contrib directory if it is already present in the
> downloaded distribution.
>
> On Tue, Jan 3, 2012 at 6:32 PM, chris 0 <viscousplacebo@gmail.com> wrote:
>> No I sourced the dev plugin from
>> http://code.google.com/p/hadoop-eclipse-plugin/
>> So if I build it myself from that sourcecode, it'd probably work?
>>
>> cheers
>>
>> Chris
>>
>> On Tue, Jan 3, 2012 at 12:59 PM, Harsh J <harsh@cloudera.com> wrote:
>>
>>> Chris,
>>>
>>> Did you build the plugin yourself or sourced it from somewhere else?
>>> Building your own plugin JAR and using that mostly always works.
>>>
>>> On 03-Jan-2012, at 6:25 PM, chris 0 wrote:
>>>
>>>> Has anyone managed to get the eclipse plugin
>>>> working with Hadoop 1.0.0, I keep getting
>>>> errors such as:
>>>>
>>>> Caused by: java.io.IOException: Call to /192.168.1.200:50010 failed on
>>>> local exception: java.io.EOFException
>>>>
>>>> cheers
>>>>
>>>> Chris
>>>
>>>
> --
> Harsh J

 

抱歉!评论已关闭.