-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eclipse runtime error: 'An internal error occurred during: "Connecting to DFS MyHadoop".' #18
Comments
I also faced this issue. How to fix Change the hadoop version in libraries.properties with Add the htrace-core-3.0.4.jar rebuild Hope it will solve your issue |
Thanks, but it doesn't work! I firstly changed the hadoop version in ${hadoop2x-eclipse-plugin}/ivy/libraries.properties to 2.6.0 and in ${hadoop2x-eclipse-plugin}/src/contrib/eclipse-plugin/build.xml , I added a new line Rebuild and deploy again. Is this right? |
Please add the manifest attribute to include lib/htrace-core-3.0.4.jar"/> For me it works fine. Thanks On Sat, Dec 13, 2014 at 11:31 AM, Li Ming [email protected] wrote:
|
I added the path of htrace-core-3.0.4.jar in the last line and blow is the attribute to include
|
Now build and install plugin. It should work On Sat, Dec 13, 2014 at 3:43 PM, Li Ming [email protected] wrote:
|
I tried, but it still didn't work... But thanks a lot! |
Hi Ming, Did your compilation successful. Please verify if your manifest file is Now deploy the plugin in eclipse ( %ECLIPSE_HOME%\plugin) Restart eclipse eclipse -clean -consolelog -debug If it doesn't work, I sent send you my compiled binaries (It is for windows Thanks On Sat, Dec 13, 2014 at 3:43 PM, Li Ming [email protected] wrote:
|
Hi Manoj, Ant said the compilation was successful, although there was a warning I extracted all files from the complied binaries and saw the classpath in manifest file contained “lib/htrace-core.3.0.4.jar” and there was a htrace-core.3.0.4.jar file under the lib directory. The jar file should be correct. After redeployed and started eclipse again to connect to hdfs, same error occurred. I have tried what you said, but it still did not work. Please send me your binaries and I will try with it. Thank you very much for your help! Li Ming
|
Sorry, I was busy. The size is around 39MB. So sharing it through Google drive Thanks On Thu, Dec 18, 2014 at 2:53 PM, Li Ming [email protected] wrote:
|
Hi Manoj, The project had already updated to hadoop 2.6.0 and I used the plugin released by the owner of Thanks so much! Li Ming ------------------ 原始邮件 ------------------ Sorry, I was busy. The size is around 39MB. So sharing it through Google drive Thanks On Thu, Dec 18, 2014 at 2:53 PM, Li Ming [email protected] wrote:
|
Thats great
|
Hello guys, I am new in this and want to ask you in deep how to install it did you import the project as whole or waht? Thanks |
Hi Guys, I have configured distributed mode in linux 14.04.I have configured hadoop,hbase for fully distributed mode.Now i want to connect spring project to htbase database.But it throwing the following error. I have added the htrace-core-3.0.4.jar and hadoop-eclipse-plugin-2.6.0.jar in project lib folder. |
Hi Guys, The error info as follows: Please any one help me Thanks in advance. |
same issue as "emailfeifan" however for hadoop 2.7.2 and Ubuntu 15.04. "htrace-core-3.1.0-incubating.jar" reflects in manifest.mf. "htrace-core-3.1.0-incubating.jar" is packaged inside lib of the plugin. |
Trying to build hadoop-eclipse-plugin-2.7.2.jar. Built with htrace-core-3.0.4.jar, got this, java.lang.NoClassDefFoundError: org/apache/htrace/SamplerBuilder Built with htrace-core-3.1.0-incubating.jar, got this, java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DFSConfigKeys Can not figure out why...perhaps htrace-core-3.1.0-incubating.jar does not work with hadoop 2.7.2 yet?? hadoop-eclipse-plugin-2.6.0.jar works for me with hadoop 2.7.2 (as mentioned in #30). |
When eclipse tryed to connect hdfs, an error occurred. The log from eclipse is
My os is OS X Yosemite. The hadoop version is 2.6.0 and eclipse is luna.
Anyone has idea about this problem?
The text was updated successfully, but these errors were encountered: