Apache Hadoop is a framework that allows for the distributed processing of large data sets across clusters of computers. It is designed to scale up from single servers to thousands of machines. The library itself is designed to detect and handle failures at the application layer, so delivering a ...
1
vote
0answers
56 views
Where Hadoop Stands at MongoDB Side [closed]
I am making a research about Machine Learning and planning to use NoSQL databases. I know that MongoDB is a powerful solution.
However I want to learn that where Hadoop stands for MongoDB side.
My ...
0
votes
1answer
163 views
Storing 5TB web server access log vs OLAP DB
We have over 5TB compressed web server log in a HDFS and we often analyse using Hadoop.
It is painful to run map reduce on 5TB of data and most importantly, not many developer are familiar with it.
...
0
votes
0answers
118 views
Hadoop, Hive, Sqoop and MySQL [closed]
I want to start a testing session for performance and maintenance on an architecture that includes these three components:
Hadoop
Hive
Sqoop
to share data from a MySQL database (at the moment ...
1
vote
1answer
68 views
MapReduce performance on a single PC [closed]
I have heard that Hadoop has better performance than MySQL. Until now, I have used relational databases so this is really new technology for me. I have a 6 core PC. Suppose I have a table with 20 ...