Questions tagged [hadoop-plugins]

Plugins for the Apache™ Hadoop™ project.

Plugins for the Apache™ Hadoop™ project.

141 questions
3
votes
1 answer

Unable to view any folders on DFS locations connecting to hadoop from eclipse

I have setup Hadoop1.2.1 in windows with CYGWIN installed. I have started sshd service. Also started namenode, datanode, mapreduce (job tracker, task tracker). I am able to see the namenode, datanode and mapreduce running status through the…
Viswa
  • 1,357
  • 3
  • 18
  • 30
3
votes
1 answer

Performance: Pig vs Hive

I have discovered some (significant) performance differences (in terms of real time runtime as well as CPU time) between Pig and Hive and am looking for ways to come to the bottom of these differences. I have used both language's explain feature…
JB2
  • 1,587
  • 2
  • 24
  • 40
3
votes
1 answer

Using Hadoop Cluster Remotely

I have a web application and 1 remote clusters(It can be one or more). These cluster can be on different machines. I want to perform following operations from my web application: 1 HDFS Actions :- Create New Directory Remove files from HDFS(Hadoop…
3
votes
1 answer

HBase Sort By Value

I am using SingleColumnValueFilter, scan, getScanner, and retrieving the values from hbase table. The values being resulted is sorted in the row Id-vise. But I want the result to be sorted in the value-vise. Example: Hbase Table: RowId | col1:amount…
Balaji
  • 757
  • 7
  • 16
3
votes
2 answers

Partial aggregation vs Combiners which one faster?

There are notice about what how cascading/scalding optimized map-side evaluation They use so called Partial Aggregation. Is it actually better approach then Combiners? Are there any performance comparison on some common hadoop tasks(word count for…
yura
  • 14,489
  • 21
  • 77
  • 126
2
votes
1 answer

Register python custom UDF in hive

My problem is registering the python UDF in hive. I created an encryption and decryption python code to use in hive query. These are working as expected. however I do not want to add files every time I use it, instead would like to make a permanent…
2
votes
0 answers

how to set the mapreduce location in hadoop?

I'm new to the Apache hadoop. I install the prerequisite software and configure the every thing and eclipse plugins also done but when i click the new hadoop location it's not working .Any one can help me...
Naveen
  • 483
  • 3
  • 8
  • 20
2
votes
4 answers

Assessing and comparing Hadoop for Business Intelligence Design considerations

I am considering various technologies for data warehousing and business intelligence, and have come upon this radical tool called Hadoop. Hadoop doesn't seem to be exactly built for BI purposes, but there are references of it having potential in…
Jai
  • 3,549
  • 3
  • 23
  • 31
2
votes
1 answer

Hadoop Basics: What do I do with the output?

(I'm sure a similar question exists, but I haven't found the answer I'm looking for yet.) I'm using Hadoop and Hive (for our developers with SQL familiarity) to batch process multiple terabytes of data nightly. From an input of a few hundred…
batman
  • 1,447
  • 5
  • 16
  • 27
2
votes
1 answer

Sqoop import for hadoop 2.5.0

Problem: Sqoop import failing due to wrong combinations of sqoop plugin, hadoop and couchbase connector. Details: I am using Sqoop 1.4.5-cdh5.2.0 with Hadoop 2.5.0-cdh5.2.0 on a Linux machine having java 6 for importing data from couchbase using…
minion
  • 540
  • 8
  • 21
2
votes
1 answer

How to build hadoop 2.4.0 plugins for eclipse

I want to build hadoop eclipse plugin for hadoop 2.4.0 version. So how to build this plugin? I've tried several options of using apache ant, but this did not solve my problem.
Vijay_Shinde
  • 1,332
  • 2
  • 17
  • 38
2
votes
1 answer

Issue while installing hadoop-2.2.0 in linux 64 bit machine

Using this link ,tried installing Hadoop version - 2.2.0(single node cluster)in ubuntu 12.04(64 bit machine) http://bigdatahandler.com/hadoop-hdfs/installing-single-node-hadoop-2-2-0-on-ubuntu/ while formatting the hdfs file system via namenode…
2
votes
1 answer

Webhdfs returns wrong datanode address

curl -i -X PUT "http://SomeHostname:50070/webhdfs/v1/file1?op=CREATE" HTTP/1.1 307 TEMPORARY_REDIRECT Content-Type: application/octet-stream Location: http://sslave0:50075/webhdfs/v1/file1?op=CREATE&overwrite=false Content-Length: 0 Server:…
2
votes
1 answer

eclipse plugin missing in hadoop-1.2.1

I am trying to install hadoop on Windows. Following all the steps provided on http://v-lad.org/Tutorials/Hadoop/13.5%20-%20copy%20hadoop%20plugin.html I am facing a problem installing the hadoop-plugin. The hadoop version downloaded from…
user1946217
  • 1,733
  • 6
  • 31
  • 40
2
votes
1 answer

In eclipse Map/Reduce location, New Hadoop location not responding?

In eclipse I am trying to add new hadoop location. But when I click for adding new hadoop location, it is not responding. I build my own plugin for hadoop 1.0.4. My Manifest looks like below, Bundle-ClassPath:…
VICKY-TSC
  • 405
  • 2
  • 5
  • 19
1
2
3
9 10