Serengeti: All content tagged as Serengeti in NoSQL databases and polyglot persistence
Tuesday, 30 April 2013
Hadoop Virtualization
Roberto V. Zicari interviewing Joe Russell1 about Hadoop virtualization with Serengeti:
A common misconception when virtualizing Hadoop clusters is that we decouple the data nodes from the physical infrastructure. This is not necessarily true. When users virtualize a Hadoop cluster using Project Serengeti, they separate data from compute while preserving data locality. By preserving data locality, we ensure that performance isn’t negatively impacted, or essentially making the infrastructure appear as static. Additionally, it creates true multi-tenancy within more layers of the Hadoop stack, not just the name node.
I’m not 100% sure I get this, but the way I explained it to myself to actually make sense this would mean that HDFS lives directly on the physical hardware and only the compute part is virtualized. Is that what he means?
-
Joe Russell is Product Line Marketing Manager at VMware. ↩
Original title and link: Hadoop Virtualization (©myNoSQL)
via: http://www.odbms.org/blog/2013/04/on-virtualize-hadoop-interview-with-joe-russell/
Wednesday, 25 July 2012
Deploying Hadoop With Serengeti
Duncan Epping timing how long would take to deploy Hadoop with Serengeti:
How long did that take me? Indeed ~10 minutes
So, Project Serengeti is a sort of Apache Whirr for VMware vSphere.
Original title and link: Deploying Hadoop With Serengeti (©myNoSQL)
via: http://www.yellow-bricks.com/2012/07/26/deploying-hadoop-with-serengeti/
Why Virtualize Hadoop and How Project Serengeti Can Help
A very long post by Richard McDougall explaining why virtualizing Hadoop may make sense and how VMware’s Project Serengeti can help. Answering the question in the title, McDougall enumerates 6 reasons:
- Consolidation/sharing of a big-data platform
- Rapid provisioning
- Resource sharing
- High availability
- Security
- Versioned Hadoop environments
He’s also addressing two of the most common questions about Hadoop virtualization:
- Isn’t there a large performance overhead? Benchmark results are available in a whitepaper that can be read or downloaded below.
- Doesn’t vSphere use shared SAN storage only? (nb: the short answer is that vSphere supports both local and shared storage)
via: http://cto.vmware.com/project-serengeti-theres-a-virtual-elephant-in-my-datacenter/
Friday, 15 June 2012
VMWare Project Serengeti: Virtualization-Friendly Hadoop
Serengeti is an open source project initiated by VMware to enable the rapid deployment of an Apache Hadoop cluster (HDFS, MapReduce, Pig, Hive, ..) on a virtual platform.
Serengeti 0.5 currently supports vSphere, with the ability to support other platforms. The project is at an early stage, and is endorsed by all major Hadoop distributions including Cloudera, Greenplum, Hortonworks and MapR.
The Hadoop wiki has a page dedicated to running Hadoop in a virtual environment. And there’s also the recent post by Steve Loughran about pros and cons of Hadoop in the cloud and a paper authored by VMWare about virtualizing Apache Hadoop (pdf).
Original title and link: VMWare Project Serengeti: Virtualization-Friendly Hadoop (©myNoSQL)
