Re: Hadoop Eclipse Plugin set up

2012-06-07 Thread vonmixer
Hi Ali, You need to go to the VM setting and set the network setting to 'Bridged'. Enjoy :)

Re: hadoop eclipse maven problem

2012-05-07 Thread EDUARDO ANTONIO BUITRAGO ZAPATA
Hi, I found the solution at this post, it was only executing ldconfig and the mvn eclipse:eclipse command works ?. A few errors appears in eclipse but I think that is ok for now. Eduardo 2012/5/7 EDUARDO ANTONIO BUITRAGO ZAPATA > Hi every

Re: Hadoop eclipse plugin on IBM RAD 8.0

2012-02-26 Thread praveenesh kumar
Okay, I figured it out. I need to put the hadoop-eclipse plugin.jar file in $RAD_INSTALLED_DIR/features directory. Please comment if you feel I am doing something wrong. Thanks, Praveenesh On Mon, Feb 27, 2012 at 11:31 AM, praveenesh kumar wrote: > Is there a way to make IBM RAD 8.0 work with ha

Re: Hadoop Eclipse plugin doesn't show a dialog for New Hadoop Locations ... on MacOS

2011-07-07 Thread Teruhiko Kurosaka
I've found an Exception in the Eclipse log. Eclipse complains that it can't find org.apache.hadoop.conf.Configuration. But I see it is in lib/hadoop-common.jar in the plug-in.jar, mapred/contrib/eclipse-plugin/hadoop-0.21.0-eclipse-plugin.jar. Closer look at it shows that META-INF/MANIFEST.MF has

Re: Hadoop Eclipse plugin doesn't show a dialog for New Hadoop Locations ... on MacOS

2011-07-07 Thread Teruhiko Kurosaka
Thanks, but selection of JRE 1.6 didn't help. On 7/7/11 8:54 PM, "Pandu Pradhana" wrote: >Hi, > >Maybe related the Java version you are using. Try to use Java 1.6 > >Regards, >--Pandu > >On Jul 7, 2011, at 4:03 PM, Teruhiko Kurosaka wrote: > >> Hi, >> I'm new to Hadoop. I'm trying to set up E

Re: Hadoop Eclipse plugin doesn't show a dialog for New Hadoop Locations ... on MacOS

2011-07-07 Thread Pandu Pradhana
Hi, Maybe related the Java version you are using. Try to use Java 1.6 Regards, --Pandu On Jul 7, 2011, at 4:03 PM, Teruhiko Kurosaka wrote: > Hi, > I'm new to Hadoop. I'm trying to set up Eclipse for Hadoop debugging. > I have: > Eclipse 3.5.2, configured to run apps with JRE 1.5. > MacOS 10.

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread Jack Ye
gt; the >> >> > other version jar and cluster is running with other version. That's >> why >> >> it >> >> > is giving the version mismatch error. >> >> > >> >> > >> >> > >> >> > Just replace the

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread Yaozhen Pan
t; > is giving the version mismatch error. > >> > > >> > > >> > > >> > Just replace the hadoop-core jar in your eclipse plug-in with the jar > >> > whatever the hadoop cluster is using and check. > >> > > >> > > &g

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread Jack Ye
re jar in your eclipse plug-in with the jar >> > whatever the hadoop cluster is using and check. >> > >> > >> > >> > Devaraj K >> > >> > _ >> > >> > From: praveenesh kumar [mailto:praveen...@gmail.com] >> > Sent

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread Yaozhen Pan
; > > > > > > > Just replace the hadoop-core jar in your eclipse plug-in with the jar > > whatever the hadoop cluster is using and check. > > > > > > > > Devaraj K > > > > _ > > > > From: praveenesh kumar [mailto:prav

Re: Hadoop Eclipse plugin 0.20.203.0 doesn't work

2011-06-22 Thread Jack Ye
can anyone help me? 叶达峰 编写: >Hi, > > I am a freshman on Hadoop. Today, I spent the whole night trying to set up a > development environment for Hadoop. I encounter several problems, first is > that the eclipse can't load the plugin, I changed to another version, this > problem was resolved.

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread praveenesh kumar
eclipse plug-in with the jar > whatever the hadoop cluster is using and check. > > > > Devaraj K > > _ > > From: praveenesh kumar [mailto:praveen...@gmail.com] > Sent: Wednesday, June 22, 2011 12:07 PM > To: common-user@hadoop.apache.org; devara...@huawei.com > S

RE: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-22 Thread Devaraj K
-core jar in your eclipse plug-in with the jar whatever the hadoop cluster is using and check. Devaraj K _ From: praveenesh kumar [mailto:praveen...@gmail.com] Sent: Wednesday, June 22, 2011 12:07 PM To: common-user@hadoop.apache.org; devara...@huawei.com Subject: Re: Hadoop eclipse p

Re: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-21 Thread praveenesh kumar
I followed michael noll's tutorial for making hadoop-0-20-append jars.. http://www.michael-noll.com/blog/2011/04/14/building-an-hadoop-0-20-x-version-for-hbase-0-90-2/ After following the article.. we get 5 jar files which we need to replace it from hadoop.0.20.2 jar file. There is no jar file fo

RE: Hadoop eclipse plugin stopped working after replacing hadoop-0.20.2 jar files with hadoop-0.20-append jar files

2011-06-21 Thread Devaraj K
Hadoop eclipse plugin also uses hadoop-core.jar file communicate to the hadoop cluster. For this it needs to have same version of hadoop-core.jar for client as well as server(hadoop cluster). Update the hadoop eclipse plugin for your eclipse which is provided with hadoop-0.20-append release, it w

Re: Hadoop-Eclipse

2011-04-21 Thread Harsh J
Removal should be as easy as installing -- just remove the Hadoop plugin file from plugins/. On Thu, Apr 21, 2011 at 5:50 PM, Adarsh Sharma wrote: > Harsh J wrote: >> >> Could you ensure you do not have multiple versions of the plugin >> installed? >> > > How can I verify this. > >> You can also

Re: Hadoop-Eclipse

2011-04-21 Thread Adarsh Sharma
Harsh J wrote: Could you ensure you do not have multiple versions of the plugin installed? How can I verify this. You can also try the compiled plugin attached on the ticket: https://issues.apache.org/jira/secure/attachment/12460491/hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar In the begi

Re: Hadoop-Eclipse

2011-04-21 Thread Harsh J
Could you ensure you do not have multiple versions of the plugin installed? You can also try the compiled plugin attached on the ticket: https://issues.apache.org/jira/secure/attachment/12460491/hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar On Thu, Apr 21, 2011 at 5:12 PM, Adarsh Sharma wrote: > Dea

Re: Hadoop - Eclipse Plugin Error

2011-01-22 Thread Srinivas Pinisetti
HBase 0.20.6 works with Hadoop 0.20.x versions only - just in case if you are not aware, also take out the hbase test jars from the classpath On Sat, Jan 22, 2011 at 11:25 AM, Raghu R wrote: > Srinivas, > > Hadoop is running in localhost :(. > > > On Sat, Jan 22, 2011 at 11:23 AM, Raghu R wrote

Re: Hadoop - Eclipse Plugin Error

2011-01-22 Thread Srinivas Pinisetti
Hi Raghu, You may want to make sure you are having the same JAR versions (hadoop,hbase,zookeeper) on both Client & Server. Thanks, Srinivas Pinisetti On Wed, Jan 19, 2011 at 1:04 AM, Segel, Mike wrote: > Raghu, > > Are you running your cluster on localhost? > (Meaning are you running a pseudo

Re: Hadoop - Eclipse Plugin Error

2011-01-22 Thread Raghu R
Srinivas, I am using hadoop v0.21.0 and HBase v0.20.6. Could you direct me to a source where I could get the correct eclipse plugin for Hadoop v0.21.0 and its configuration. Thanks, Raghu On Sat, Jan 22, 2011 at 4:09 PM, Srinivas Pinisetti < srinivas.pinise...@gmail.com> wrote: > HBase 0.20.6 w

Re: Hadoop - Eclipse Plugin Error

2011-01-21 Thread Raghu R
Srinivas, Hadoop is running in localhost :(. On Sat, Jan 22, 2011 at 11:23 AM, Raghu R wrote: > Mike, > > Yes I am running a pseudo cluster in localhost. Hadoop is running from > 'hadoop' user group, however eclipse is running from 'raghu' user group. In > eclipse plugin configuration I hav

Re: Hadoop - Eclipse Plugin Error

2011-01-21 Thread Raghu R
Mike, Yes I am running a pseudo cluster in localhost. Hadoop is running from 'hadoop' user group, however eclipse is running from 'raghu' user group. In eclipse plugin configuration I have mentioned the Username as 'hadoop'. Please tell me why HMaster works with port 9000, though the defau

RE: Hadoop - Eclipse Plugin Error

2011-01-18 Thread Segel, Mike
Raghu, Are you running your cluster on localhost? (Meaning are you running a pseudo cluster on the same machine as your eclipse session? ) HTH -Mike -Original Message- From: Raghu R [mailto:raghu@gmail.com] Sent: Tuesday, January 18, 2011 11:56 AM To: common-user@hadoop.apache.or

Re: Hadoop eclipse java.io.EOFexception

2010-04-22 Thread Shevek
On Wed, 2010-04-21 at 00:22 -0700, rahulBhatia wrote: > Hello! > > I'm a newbie with Hadoop and I'm just learning to set it up for a class > project. I followed all the steps in the yahoo tutorial and I'm running > hadoop on a virtual machine in VMplayer. I'm running Windows 7 on the host > machin

Re: hadoop eclipse plugin

2009-11-03 Thread Stephen Watt
-user@hadoop.apache.org Date: 11/03/2009 03:49 PM Subject: Re: hadoop eclipse plugin Hi Steve, Glad to know you are trying to improve the code! I'm probably not a good representation for the community, but here are my needs: I'm trying to design a Hadoop based inverted indexing home

Re: hadoop eclipse plugin

2009-11-03 Thread Le Zhao
Hi Steve, Glad to know you are trying to improve the code! I'm probably not a good representation for the community, but here are my needs: I'm trying to design a Hadoop based inverted indexing homework for a graduate level and also possibly an undergrad level technical class. We don't ass

Re: hadoop eclipse plugin

2009-11-03 Thread Stephen Watt
Hi Le I am actually taking a look at it right now. My intent is to identify any issues with it and resolve them as well as to solicit new requirements from the community and implement them. JIRA is down to today but what I could garner from the Google cache is that it is not confirmed to work

Re: hadoop eclipse plugin

2009-11-03 Thread Le Zhao
This is a way-long delayed message, please ignore. Thanks for all the very helpful pointers about the eclipse plugin patch and the NetBeans plugin. Happy hadooping! Le Le Zhao wrote: Hi All, Does anybody know whether the hadoop eclipse plugin is still maintained? I've tried the 0.18.0 and

Re: hadoop eclipse plugin

2009-11-02 Thread Martin Hall
On the other hand, a NetBeans plug-in has been and is being super- maintained, so take a look at http://www.hadoopstudio.org if you're not completely wedded to Eclipse. :) Martin On Nov 2, 2009, at 1:12 PM, Philip Zeyliger wrote: Hi Le, Unfortunately as of late the Eclipse plug-in has be

Re: hadoop eclipse plugin

2009-11-02 Thread Philip Zeyliger
Hi Le, Unfortunately as of late the Eclipse plug-in has been undermaintained. I've anecdotally heard that appyling the fix in " http://issues.apache.org/jira/browse/HADOOP-3744";, and building the plugin ("ant -Declipse.home=... binary" should build it) will make it work. Do comment on that JIRA