Reputation: 1960
Could someone please let me know what does it mean by 'Big Data implementation over Cloud'
I have been using Amazon S3 to store data and query using hive, which I read is one of the cloud implementation. I would like to know what exactly does this mean and all possible ways to implement it.
Thanks, Sree
Upvotes: 1
Views: 137
Reputation: 41
Storing and processing big volumes of data requires scalability plus availability. Cloud computing delivers all these through hardware virtualization. For the same reason, it is only logical that big data and cloud computing are two compatible concepts as cloud enables big data to be available, scalable and fault tolerant. Not only that, the implementation does not stop there - many companies are now offering Big Data as A Service (BDaaS), such as Stratoscale, Cloudera and of course Azure and others.
Upvotes: 1
Reputation: 813
Following are choices in the levels of services that a Cloud provider can offer for a Big Data analytics solution:
For more information regarding this, read the detailed article published by IBM here: http://www.ibm.com/developerworks/cloud/library/cl-ibm-leads-building-big-data-analytics-solutions-cloud-trs/index.html
Also take a look at the services provided by Qubole, which greatly simplifies, speeds and scales big data analytics workloads against data stored on AWS, Google, or Azure clouds - https://www.qubole.com/features.
Upvotes: 1