Home

Hadoop Gets Elastic Like Amazon's Cloud

Comments | Charles Babcock, InformationWeek | October 24, 2012 09:55 AM


Hadoop running in virtual machine nodes can now expand or shrink the cluster on which it's running, while it's running. Its newfound elasticity, a result of the Serengeti Project, allows it to better match the physical resources it commands to its task load, while in the past it had to occupy a static, standalone physical cluster, whether it needed one or not.

Hadoop is the distributed file management system based on MapReduce and the HDFS file system, both designed to exploit large clusters of simple, x86 hardware. Hadoop is noted for the gigabytes of data it can chomp at one time. It can serve as a host system for further big data analysis operations. But in the past, it's also been a big consumer of physical resources.

More Insights

Webcasts

More >>

White Papers

More >>

Reports

More >>

The additions to the third release of code from Serengeti are giving Hadoop clusters operating characteristics that they have lacked before. Among other things, a cluster hosting Hadoop may become a multi-tenant host, taking on other data management applications as well, such as an in-memory relational database system or NoSQL data management systems, such as Cassandra and MongoDB. These uses put different demands on the cluster at different times, giving a heavily virtualized data management system a higher utilization rate of physical resources than standalone data systems.

"The main point is that rarely do I just see Hadoop. It's always a mix of different application types," wrote Richard McDougall, VMware principal engineer, in a lengthy blog about recent advances in the Serengeti Project posted on the VMware CTO office's blog Tuesday morning. McDougall aired Serengeti's third code release as big data users gathered at O'Reilly's data management Strata Conference, combined with Hadoop World, Oct. 23-25 at the New York Hilton.

Open source code versions of Hadoop already exist from the Apache Software Foundation, with commercial versions added by Cloudera, Hortonworks, and Greenplum. But Hadoop in these forms runs on physical server clusters, and VMware understands it can broaden the market for virtualization if Hadoop could be deployed as a virtual system as well. Serengeti is not in competition with the previously named versions of Hadoop. Instead, it seeks to enable all of them to run in virtual machines.

[Want to learn more about the reasons for establishing Serengeti? See VMware Launches Open Source Project To Virtualize Hadoop. ]

If Hadoop ran in virtual, instead of physical, clusters, it would reduce the number of servers that need to be dedicated solely to it. It would increase access to its data management capabilities by data scientists in business and universities; it would also increase access by IT managers, giving them "a common infrastructure on which to run many big data workloads," McDougall said in his blog post.

While the advantages are obvious, there are reasons why Hadoop seldom runs as a virtualized system today. To some extent, it reverses the usual problem of data center virtualization--getting one server to appear and perform as many. Instead, virtualized Hadoop needs many servers to perform as one combined system.

To do so, it must recognize itself when it's running on virtual servers and amend its operations accordingly. The JobTracker server in a Hadoop cluster uses MapReduce to distribute tasks around the cluster, after consulting the central NameNode server to see where the data needed by a task is located. It sends the job to the node with the data, or as close as it can get to the data node, speeding the task's execution.

Hadoop's final file-sorting tasks are executed by cluster nodes with both runtime execution logic (task tracker) and data storage. By virtualizing Hadoop, the data-storage and job-executing server can be launched in separate virtual machines. They can be sized separately but these virtual machines, in many cases, may be located on the same physical server, maintaining speedy communications between them.

This also allows the creation of code that recognizes when more virtual servers need to be spun up or when the virtual servers are underutilized and some of them may be taken down. It also allows one function to be isolated from the other, so that a fault in one doesn't freeze up both functions on a cluster server. A stall in one function might be overcome by starting up a replacement virtual machine.

"We are fully embracing virtual resources as the backing for Hadoop, by allowing Hadoop to hot add/remove Virtual Hadoop nodes on the fly," wrote McDougall in his blog post.

"This gives us the capability to rapidly grow or shrink a Virtual Hadoop cluster, based on the changing needs of the application and user mix," he added.

Hadoop may be run through a community-contributed user interface that Serengeti developers have incorporated into milestone three of Serengeti code. It also has a data upload and download interface, aiding the import (or export) of data from outside sources, McDougall said.

Charles Babcock is an editor-at-large for InformationWeek.



Related Reading




Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

BYTE encourages readers to engage in spirited, healthy debate, including taking us to task. However, BYTE moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing/SPAM. BYTE further reserves the right to disable the profile of any commenter participating in said activities.

COMMENTS

Tune In to BYTE
Facebook Twitter LinkedIn Newsletter RSS
Whitepapers
whitepaper
In this paper you will learn the five trends shaping the future of enterprise mobility. Learn how the rise of social media as a business application, the lurring between work and home, the emergence of new mobile devices, the demand for tech savvy employees and changing expectations of corporate IT will fundamentally change the workplace.
whitepaper
In a survey of more than 1,700 information workers (iWorkers) in North America, notebooks, desktops, and smartphones were found to be “must-have” devices, while tablets, slates, and netbooks were relegated to “nice-to-have” status, according to a commissioned study conducted by Forrester Consulting on behalf of Dell and Intel.
Sponsored by: Dell
Upcoming Events