Hadoop is an open-source project from Apache foundation that provides software for reliable and scalable distributed computing. It includes a distributed/replicated file system, a production-quality map-reduce system, and a variety of complimentary additions like Hive, Pig, and HBase that enable other kinds of data analysis.
49
votes
14answers
17k views
Hadoop examples?
I'm examining Hadoop as a possible tool with which to do some log analysis. I want to analyze several kinds of statistics in one run. Each line of my log files has all sorts of potentially useful ...
42
votes
7answers
2k views
Life without JOINs… understanding, and common practices
Lots of "BAW"s (big ass-websites) are using data storage and retrieval techniques that rely on huge tables with indexes, and using queries that won't/can't use JOINs in their queries (BigTable, HQL, ...
33
votes
9answers
12k views
Is there a .NET equivalent to Apache Hadoop?
So, I've been looking at Hadoop with keen interest, and to be honest I'm fascinated, things don't get much cooler.
My only minor issue is I'm a C# developer and it's in Java.
It's not that I don't ...
26
votes
3answers
10k views
How does the MapReduce sort algorithm work?
One of the main examples that is used in demonstrating the power of MapReduce is the Terasort benchmark. I'm having trouble understanding the basics of the sorting algorithm used in the MapReduce ...
20
votes
6answers
6k views
Difference between Pig and Hive? Why have both?
My background - 4 weeks old in the Hadoop world. Dabbled a bit in Hive, Pig and Hadoop using Cloudera's Hadoop VM. Have read Google's paper on Map-Reduce and GFS.
I understand that-
Pig's language ...
18
votes
10answers
4k views
Is there anything like Hadoop in C++?
What is the closest thing like Hadoop, but in C++?
In particular, I want to do distributed computing using MapReduce.
Thanks!
18
votes
4answers
13k views
How does Hive compare to HBase?
I'm interested in finding out how the recently-released (http://mirror.facebook.com/facebook/hive/hadoop-0.17/) Hive compares to HBase in terms of performance. The SQL-like interface used by Hive is ...
14
votes
9answers
6k views
Scalable Image Storage
I'm currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will be able to upload photos as one of the key feature of the service. ...
14
votes
3answers
5k views
Java vs Python on Hadoop
I am working on a project using Hadoop and it seems to natively incorporate Java and provide streaming support for Python. Is there is a significant performance impact to choosing one over the other? ...
12
votes
3answers
2k views
Large scale data processing Hbase vs Cassandra
I am nearly landed at Cassandra after my research on large scale data storage solutions. But its generally said that Hbase is better solution for large scale data processing and analysis.
While both ...
12
votes
4answers
10k views
Looking for a good HBase tutorial
I'm looking for a good and tested HBase tutorial, where I can find one?
12
votes
1answer
3k views
Can OLAP be done in BigTable?
In the past I used to build WebAnalytics using OLAP cubes running on MySQL.
Now an OLAP cube the way I used it is simply a large table (ok, it was stored a bit smarter than that) where each row is ...
12
votes
6answers
9k views
Hbase / Hadoop Query Help
I'm working on a project with a friend that will utilize Hbase to store it's data. Are there any good query examples? I seem to be writing a ton of Java code to iterate through lists of RowResult's ...
10
votes
7answers
5k views
Chaining multiple MapReduce jobs in Hadoop
In many real-life situations where you apply MapReduce, the final algorithms end up being several MapReduce steps.
I.e. Map1 , Reduce1 , Map2 , Reduce2 , etc.
So you have the output from the last ...
10
votes
3answers
2k views
Very basic question about Hadoop and compressed input files
I have started to look into Hadoop. If my understanding is right i could process a very big file and it would get split over different nodes, however if the file is compressed then the file could not ...
10
votes
4answers
929 views
Hadoop Distribution Differences
Can somebody outline the various differences between the various Hadoop Distributions available:
Cloudera - http://www.cloudera.com/hadoop
Yahoo - http://developer.yahoo.net/blogs/hadoop/
using ...
10
votes
9answers
5k views
Hadoop on windows server
I'm thinking about using hadoop to process large text files on my existing windows 2003 servers (about 10 quad core machines with 16gb of RAM)
The questions are:
Is there any good tutorial on how ...
10
votes
5answers
3k views
How do you use MapReduce/Hadoop?
I'm looking for some general information about how other people are using Hadoop or other MapReduce-like technologies. In general, I am curious to whether you are writing MR applications to process ...
9
votes
2answers
178 views
Clojure futures in context of Scala's concurrency models
Hi guys : After being exposed to scala's Actors and Clojure's Futures, I feel like both languages have excellent support for multi core data processing.
However, I still have not been able to ...
9
votes
1answer
408 views
HBase & Mahout - Using HBase as a Datastore/source for Mahout - Classification
I'm working on a large text classification project and we have our text data (simple messages) stored in HBase.
We have two problems, first we would like to use HBase as the source for Mahout ...
9
votes
4answers
388 views
Where do I start with distributed computing?
I'm interested in learning techniques for distributed computing. As a Java developer, I'm probably willing to start with Hadoop. Could you please recommend some books/tutorials/articles to begin with?
...
9
votes
4answers
4k views
How to learn using Hadoop
I want to learn hadoop. However, I don't have access to a cluster now. Is it possible for me to learn it and use it for writing programs and learn it properly.
Would it be helpful to run multiple ...
9
votes
6answers
2k views
What is Hadoop?
I want to know what Hadoop is ? I have gone through Google and Wikipedia but I am not clear of what actually Hadoop is and what is the goal of it.
Any useful information would be highly appreciated. ...
8
votes
6answers
628 views
Looking for a drop-in replacement for a java.util.Map
Problem
Following up on this question, it seems that a file- or disk-based Map implementation may be the right solution to the problems I mentioned there. Short version:
Right now, I have a Map ...
8
votes
2answers
421 views
What is the computational complexity of the MapReduce overhead
Given that the complexity of the map and reduce tasks are O(map)=f(n) and O(reduce)=g(n) has anybody taken the time to write down how the Map/Reduce intrinsic operations (sorting, shuffling, sending ...
8
votes
4answers
2k views
Any scalable OLAP database (web app scale)?
I have an application that requires analytics for different level of aggregation, and that's the OLAP workload. I want to update my database pretty frequently as well.
e.g., here is what my update ...
8
votes
7answers
4k views
how to implement eigenvalue calculation with MapReduce/Hadoop?
It is possible because PageRank was a form of eigenvalue and that is why MapReduce introduced. But there seems problems in actual implementation, such as every slave computer have to maintain a copy ...
7
votes
5answers
146 views
How to produce massive amount of data?
I'm doing some testing with nutch and hadoop and I need a massive amount of data.
I want to start with 20GB, go to 100 GB, 500 GB and eventually reach 1-2 TB.
The problem is that I don't have this ...
7
votes
0answers
105 views
Scalable distributed file system for blobs like images and other documents [closed]
Cassandra & HBase both do not efficiently support storage of blobs like images. Storing directly on HDFS stresses the Namenode. Facebook's Haystack is not open source. So is Lustre a good choice ...
7
votes
1answer
193 views
Streaming or custom Jar in Hadoop
I'm running a streaming job in Hadoop (on Amazon's EMR) with the mapper and reducer written in Python. I want to know about the speed gains I would experience if I implement the same mapper and ...
7
votes
3answers
230 views
Is “Adopting MapReduce model” = Universal answer to scalability?
I have been trying to understand the MapReduce concept and apply it to my current situation. What is my situation? Well, I have an ETL tool here, in which data transformation happens outside of source ...
7
votes
4answers
2k views
Sorting large data using MapReduce/Hadoop
I am reading about MapReduce and the following thing is confusing me.
Suppose we have a file with 1 million entries(integers) and we want to sort them using MapReduce. The way i understood to go ...
7
votes
3answers
3k views
Twitter (Social networking) Dataset
I am looking for twitter or other social networking sites dataset for my project. I currently have the CAW 2.0 twitter dataset but it only contains tweets of users. I want a data that shows the number ...
7
votes
2answers
595 views
Hadoop Map Reduce: Algorithms
Can someone point me to a good web site with good collection of Hadoop algorithms. For example, the most complex thing that I can do with Hadoop right now is Page Rank. Other than that, I can do ...
7
votes
1answer
598 views
Hadoop in windows : file not found exception
I'm using hadoop in windows and i've configured everything good (installing cygwin, passwordless ssh etc..)
I've compiled the wordcount program in WC.jar and tried to run. Its running perfectly in ...
7
votes
5answers
1k views
Any Open Source Pregel like framework for distributed processing of large Graphs?
Google has described a novel framework for distributed processing on Massive Graphs.
http://portal.acm.org/citation.cfm?id=1582716.1582723
I wanted to know if similar to Hadoop (Map-Reduce) are ...
7
votes
4answers
519 views
What's the best way to count unique visitors with Hadoop?
hey all, just getting started on hadoop and curious what the best way in mapreduce would be to count unique visitors if your logfiles looked like this...
DATE siteID action username
...
7
votes
2answers
6k views
Run Hadoop job without using JobConf
I can't find a single example of submitting a Hadoop job that does not use the deprecated JobConf class. JobClient, which hasn't been deprecated, still only supports methods that take a JobConf ...
7
votes
5answers
1k views
Is Hadoop right for running my simulations?
have written a stochastic simulation in Java, which loads data from a few CSV files on disk (totaling about 100MB) and writes results to another output file (not much data, just a boolean and a few ...
7
votes
1answer
2k views
Is HBase stable and production-ready?
For folks who have deployed HBase on their own clusters, do you feel that it's sufficiently stable for production use? What types of troubles or issues have you run into?
I do see a bunch of ...
7
votes
1answer
6k views
how to design Hbase schema?
Hi all
suppose that I have this RDBM table (Entity-attribute-value_model):
col1: entityID
col2: attributeName
col3: value
and I want to use HBase due to scaling issues.
I know that the only way to ...
7
votes
5answers
2k views
Experience with Hadoop?
Have any of you tried Hadoop? Can it be used without the distributed filesystem that goes with it, in a Share-nothing architecture? Would that make sense?
I'm also interested into any performance ...
6
votes
2answers
145 views
MapReduce alternatives
Are there any alternative paradigms to MapReduce (Google, Hadoop)? Is there any other reasonable way how to split & merge big problems?
6
votes
2answers
211 views
Is it better to use the mapred or the mapreduce package to create a Hadoop Job?
To create MapReduce jobs you can either use the old org.apache.hadoop.mapred package or the newer org.apache.hadoop.mapreduce package for Mappers and Reducers, Jobs ... The first one had been marked ...
6
votes
10answers
208 views
Suggestions needed for optimizing O(n^2) algorithm
I am looking to optimize a fairly simple algorithm that is currently
O(n2). I have a file of records, where each one needs to
be compared to every other in the same file. If the two are the
'same' ...
6
votes
5answers
484 views
Iterate twice on values
I receive an iterator as argument and I would like to iterate on values twice.
public void reduce(Pair<String,String> key, Iterator<IntWritable> values,
Context ...
6
votes
2answers
307 views
What is the closest thing to Apache Hadoop in other languages?
Specifically any Open Source implementations at any degree of usefulness in the following languages:
1) C++
2) Python
3) Ruby
4) C#
6
votes
2answers
396 views
Large Data Sets - NoSQL, NewSQL, SQL..? Brain Fried
I'm in need of some advice. I working on a new start-up in the data mining field. This is basically the spin off of a research project.
Any way we have a large about of data that is unstructured, we ...
6
votes
3answers
1k views
Installing Hbase / Hadoop on EC2 cluster
I know that I can spin off a EC2 cluster with Hadoop installed (unless I am wrong about that). How about Hbase? Can I have the Hadoop and Hbase premade, ready to go? Or do I need to get my hands ...
6
votes
2answers
1k views
How to get started with Big Data Analysis
I've been a long time user of R and have recently started working with Python. Using conventional RDBMS systems for data warehousing, and R/Python for number-crunching, I feel the need now to get my ...