hadoop Mapreduce plugin for eclipse not working
NickName:Ani Ask DateTime:2015-03-23T04:31:04

hadoop Mapreduce plugin for eclipse not working

I built a hadoop mapreduce plugin for hadoop-2.3.0 by using this and bundle-classpath is

Bundle-classpath: classes/, 
lib/hadoop-mapreduce-client-core-${hadoop.version}.jar,
lib/hadoop-mapreduce-client-common-${hadoop.version}.jar,
lib/hadoop-mapreduce-client-jobclient-${hadoop.version}.jar,
lib/hadoop-auth-${hadoop.version}.jar,
lib/hadoop-common-${hadoop.version}.jar,
lib/hadoop-hdfs-${hadoop.version}.jar,
lib/protobuf-java-${protobuf.version}.jar,
lib/log4j-${log4j.version}.jar,
lib/commons-cli-1.2.jar,
lib/commons-configuration-1.6.jar,
lib/commons-httpclient-3.1.jar,
lib/commons-lang-2.5.jar,
lib/commons-collections-${commons-collections.version}.jar,
lib/jackson-core-asl-1.8.8.jar,
lib/jackson-mapper-asl-1.8.8.jar,
lib/slf4j-log4j12-1.7.5.jar,
lib/slf4j-api-1.7.5.jar,
lib/guava-${guava.version}.jar,
lib/netty-${netty.version}.jar

Build is also successful. I added built jar file hadoop-eclipse-plugin.jar in eclipse\plugins but on opening eclipse ide windows->open perspective->others, there is no perspective for mapreduce. Any help would be appreciated. Thankyou

I am using eclipse-kepler-sr2 package.

Copyright Notice:Content Author:「Ani」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29199501/hadoop-mapreduce-plugin-for-eclipse-not-working

More about “hadoop Mapreduce plugin for eclipse not working” related questions

hadoop Mapreduce plugin for eclipse not working

I built a hadoop mapreduce plugin for hadoop-2.3.0 by using this and bundle-classpath is Bundle-classpath: classes/, lib/hadoop-mapreduce-client-core-${hadoop.version}.jar, lib/hadoop-mapreduce-cl...

Show Detail

Eclipse MapReduce plugin Hadoop 2.5.2

I know this question has been asked many times before, but I couldn't find any for this specific case, and this up-to-date. How do I install the Eclipse MapReduce plugin with Hadoop 2.5.2? I've found

Show Detail

Eclipse plugin for Hadoop 2.6.0

I want to write MapReduce jobs in Java. For that I have installed Hadoop 2.6.0 in Ubuntu 14.04 LTS VM. The installation directory is /usr/local/hadoop. Now according to many tutorials, they find an

Show Detail

Hadoop 2.2.0 Eclipse Plugin

I have installed hadoop-2.2.0 (single node cluser) and maven3.3.1 on my pc. I want to program MapReduce code in eclipse. So my questions are: What is the relationship between mapreduce and maven? ...

Show Detail

Eclipse hadoop mapreduce plugin is not working?

I just have copied hadoop-eclipse-plugin-1.0.3.jar to the eclipse/plugins directory in order to get things going. But unfortunately it did not work for me. When I tried to connect eclipse to my Had...

Show Detail

eclipse plugin for hadoop 1.2.1 ubuntu

I'm using Ubuntu 12.04 and installed hadoop 1.2.1 version. I have configured it to run on local set up successfully. I would like to use eclipse plugin for map reduce so that I can program in eclip...

Show Detail

Hadoop eclipse plugin error

I installed Eclipse Luna on VMware Fusion Centos. I tried to run MapReduce hadoop, but I got plugin error. The following plugin doesn't work on eclipse luna. But I already installed jar plugin from...

Show Detail

Hadoop plugin (1.0.3) for eclipse

I'm new to Hadoop. Can anyone tell me how to create Hadoop Plugin (version 1.0.3) for eclipse? In fact, they removed the plugin from /hadoop-x.x.x/contrib/ (in my case, x.x.x = 1.0.3) There's a ecl...

Show Detail

Which Eclipse Hadoop Plugin version is the right for Oxygen Eclipse?

I'm using Ubuntu 15.10 , and i had installed (Hadoop 1.2.10) in single mode , and Eclipse: Oxygen Release Milestone 4 (4.7.0 M4) .... Now i want to install Eclipse Plugin For Hadoop to perform Map...

Show Detail

Hadoop MapReduce 1.0.2 eclipse-plugin build fails...I don't get it

I have tried to build the Hadoop MapReduce eclipse-plugin from source, but get the following error. SRC_BASE_DIR/hadoop-common/hadoop-mapreduce-project/build/ivy/lib/Hadoop/common does not exist. I

Show Detail