Questions tagged [hadoop-plugins]

Plugins for the Apache™ Hadoop™ project.

Plugins for the Apache™ Hadoop™ project.

141 questions
2
votes
0 answers

How to build eclipse-plugin for CDH4 ( 4.2.0 )

is there any one know how to build eclipse-plugin for CDH4 ( 4.2.0 )? I google it all the morning and only found some tips about 4.1.2 or older version. My hadoop cluster is build by Cloudera Management, and the latest version of CDH is 4.2.0, I…
Arvin
  • 405
  • 1
  • 8
  • 18
2
votes
2 answers

wordcount from eclipse

I was using the eclipse plugin for hadoop. I can see all the files in HDFS by making a hadoop server but when I try to run the wordcount.java file from the eclipse, it gives me exception whereas from the terminal it runs smoothly. The exception is…
shujaat
  • 279
  • 6
  • 17
2
votes
3 answers

How to build hadoop1.0.4 eclipse plug-in from build.xml file?

I have to write MapReduce programs for Hadoop1.0.4 in Eclipse. This version of Hadoop does not contain plug-in for eclipse. However the build.xml file can be found in $HADOOP_HOME/src/contrib/eclipse-plugin. How do I generate or build the plug-in…
sujitha
  • 81
  • 2
  • 7
2
votes
1 answer

Where can I find the eclipse plugin for hadoop 1.0.4

Recently,I am studying Hadoop.I want to use eclipse to do some MapReduce Program with Hadoop. The environment is : Hadoop 1.0.4; Eclipse 4.2.1; But I can not find the eclipse plugin in Hadoop 1.0.4. Can Anyone tell me where is the eclipse plugin ?
lee
  • 121
  • 1
  • 11
2
votes
1 answer

Flume changes output format from .csv to .json

I'm using flume in its node-only (testing) mode; My flume is started in following manner: flume node -1 -c $FQDN':amqp("exchangeName=[exchange name]", "bindings=[binding name]", "host=127.0.0.1", "port=5672", "userName=[user]", "password=[pass]",…
sunny
  • 1,887
  • 3
  • 29
  • 40
2
votes
2 answers

hadoop eclipse plugin installation directory

I am new to hadoop and eclipse. Can anyone tell me the format of the Installation directory for hadoop eclipse plugin when try to add a new hadoop server. I googled and tried hours with no luck getting desperate... Any help will be greatly…
2
votes
0 answers

Hadoop Plugin Karmasphere - blocklist for the FILE has changed exception

I have currently started to work with karmasphere eclipse plugin for doing mapreduce jobs. I followed the instructions from documentation, I can run the local development, deployment jobs in host machine. Later on I downloaded Cloudera CDH3 and…
Logan
  • 1,331
  • 3
  • 18
  • 41
1
vote
1 answer

hadoop mongodb connector - output data not as mongodb but hdfs

is it possible read mongodb data from hadoop mongodb plugin connector, processing data with mapreduce hadoop, and when output results not using hadoop mongodb plugin connector but leave result of mapreduce hadoop as is, in hdfs?
paganotti
  • 5,591
  • 8
  • 37
  • 49
1
vote
2 answers

error while trying to run MapReduce job using eclipse Indigo

I am trying to run MapReduce jobs using hadoop-eclipse plugin with Eclipse Indigo, but I am getting the following error: Error: failure to login While looking for some help, I found there is a problem with Hadoop-0.20.203.0, so I tried…
Tariq
  • 34,076
  • 8
  • 57
  • 79
1
vote
2 answers

Exploring Hadoop code

I wanted to know about Hadoop more than a black box. I wanted to explore the Hadoop code itself. How can I download the bundle not from the trunk and where should I start from? Any help would be really helpful Thanks Shujaat
shujaat
  • 279
  • 6
  • 17
1
vote
2 answers

Python connecting to spark in standalone mode and accessing s3 with S3AFileSystem issues

Setup Spark spark-2.4.5-bin-without-hadoop configured with hadoop-2.8.5. Spark is running in standalone mode. PySpark application runs as a separate container and connects to the master from another container. What needs to happen? PySpark…
maksim
  • 121
  • 8
1
vote
1 answer

How to configure hive server to run on remote mode?

i added hive package to my hadoop cluster. if i go into hive cli, i can run hive in remote mode. but queries going through hive server runs in local mode which is really slow... the only changes i did to hive is to set up derby network server,…
the1plummie
  • 750
  • 2
  • 10
  • 21
1
vote
2 answers

Apache-Hadoop-Common failing to compile: Error running javah command

I am trying to create a Hadoop cluster by following this guide: https://data.andyburgin.co.uk/post/157450047463/running-hue-on-a-raspberry-pi-hadoop-cluster The master node I am trying to configure is a Raspberry Pi 4B 4GB with Raspbian OS…
opsinx
  • 11
  • 2
1
vote
1 answer

apache hadoop-tools installation in cloudera

I have cloudera 5.14 development environment. I want to install apache hadoop-tools(link) in the cloudera distribution . Specifically I need hadoop-resourceestimator (link). There is no documentation available how to install the same . Any leads…
pikas
  • 83
  • 7
1
vote
1 answer

Accessing Hadoop clusters from eclipse

I just followed the Hadoop(0.20.2) installation tutorial and did the set up. I can run map reduce program on the cluster through eclipse. Now my problem is how can I connect to Hadoop clusters from my local system. Local system is windows 7 and I…
1 2
3
9 10