Original URL: https://www.theregister.com/2013/06/26/hortonworks_50_million_funding_hadoop_2/

Ex-Yahoo! Hadoopers hoover up $50m into trunks

Open source purist Hortonworks sharpens tusks for Hadoop 2.0 battle

By Timothy Prickett Morgan

Posted in On-Prem, 26th June 2013 12:04 GMT

Hadoop Summit Wars take money, and the battle between the several distributors that package up Hadoop stacks just got a whole lot more interesting now that Hortonworks, one of two teams that have been built by ex-employees that came out of former search engine giant Yahoo!, has just landed $50m in its second round of funding.

Rob Bearden, CEO at the Hadoop distie, didn't want to make a big deal about the cash and put it out on a blog post, no doubt not wanting to overshadow a preview of the Hadoop 2.0 stack that Hortonworks will be previewing at the Hadoop Summit in San Jose today.

That is just silly. A $50m second funding round is a big deal, with two new investors, Tenaya Capital and Dragoneer Investment Group, kicking in most of the funds. Existing investors Benchmark Capital, Index Ventures, and Yahoo! all put some dough in this round as well.

Hortonworks has raised $70m in two rounds, the first coming two years ago when Yahoo! spun out its internal Hadoop engineering team to create Hortonworks. (Well, what was left of it after a whole bunch of people left to start Cloudera or, like Doug Cutting, Hadoop's creator, ending up there a year or so later.)

Hortonworks was late to the commercial distie game, and did not get its Data Platform 1.0 release out the door until last June.

Being first mover has its advantages, but the first mover does not always live longest, or live best, in this crazy IT racket. Hortonworks has Yahoo! behind it, which certainly sounds better than it did two years ago when Hortonworks looked like a better company to invest in than Yahoo! itself.

And if Intel didn't suddenly desperately need a software business as much as Hewlett-Packard and Dell do, Hortonworks would arguably be the natural partner for Chipzilla. (Instead, Intel has decided it needs to do its own Hadoop distribution as well as a variant of the Lustre cluster file system because it can hear the boom being lowered by ARM processors on profits in the chip racket.)

Hortonworks also has strong alliances with Microsoft, which is using its HDP distro as the basis for its HDInsight Hadoop-as-a-service on the Windows Azure cloud, and Teradata, which is weaving Hadoop into a hodge-podge of Teradata parallel data warehouses and Aster Data NoSQL/columnar data stores as a Swiss Army knife for data capture and analytics. Teradata is hedging its bets a little and also partners with Cloudera for Hadoop connectors and to get its SQL-H database query for Aster and Teradata databases linked to its version of Hadoop.

Speaking of Cloudera, the other Yahoo! inspired Hadooper and arguably the largest and most successful distie, that company was founded in 2008, giving it a three-year lead on Hortonworks by some measures (and no lead at all based on the fact that Yahoo! continued work on Hadoop after people left to found Cloudera). And Cloudera has raised an astonishing $141m in five rounds of funding, its most recent being a $65m round in December last year.

By the fifth round, you are usually getting ready to go public and venture and equity investors are looking to cash out with a tidy – or downright decadent – profit. Cloudera just made CEO Mike Olson chairman and chief strategy officer and brought in outsider Tom Reilly to be CEO, presumably to either prep Cloudera for an initial public offering or to be sold to the highest bidder that is not Wall Street.

It is hard to say how far along the path Hortonworks is towards an acquisition or going public, but Bearden said that Hortonworks has more than 100 customers, which is not bad considering how young the company is, how small the commercial Hadoop market remains despite all the hype, and how shiny its Hadoop distribution is.

What's next

Hortonworks has plenty to spend the money on, that is for sure. "With this funding we will focus on both scaling global field operations as well as further investing in our engineering organization. It will enable us to increase the rate of innovation across all of the Hadoop projects," Bearden wrote in his blog post. "This starts with the YARN based initiatives but also extends to Security, Data Lifecycle Management, Streaming and beyond. Those investments will continue to fulfill enterprise requirements and fuel greater enterprise adoption in the coming months."

To help build excitement for the Hadoop 2.0 stack, and throw a little cold water on the competition, Hortonworks will be releasing a community preview of the Hadoop 2.0 stack that will eventually be commercialized as HDP 2.0 later this year.

Arun Murthy, one of the founders of the company who used to run the Hadoop clusters at Yahoo! before he left, tells El Reg that this stack is going to broaden Hadoop's appeal in myriad ways.

Interestingly, Murthy has been focused on building the follow-on NextGen MapReduce, now known as Yet Another Resource Negotiator, or YARN, to bring other kinds of processing besides batch-mode MapReduce to Hadoop. And he is the final committer for YARN, and that means it is not ready for production until he says so.

There are a lot of big changes coming with Hadoop 2.0, and scalability is a biggie. Apache Hadoop 1.0 basically pooped out at somewhere around 4,000 nodes in a single cluster because of the scalability limits if the NameNode server that keeps track of the triplicate data chunks that are spread across the cluster. (With Hadoop, you spread the unstructured data around and then ship processing jobs off to the data, where it is then chewed on, summarized, and reassembled if a MapReduce job spans more than one chunk of data.)

With Hadoop 2.0, the NameNode, which is a big single point of failure, can have a hot standby and there is also a means of federating multiple NameNodes together for scalability.

Murthy says that you can now federate three, four, or five NameNodes with maybe 4,500 server nodes under each, giving you somewhere between 13,500 and 22,500 server nodes that can have MapReduce or other algorithmic work dispatched to them.

YARN will let Hadoop runs multiple data processing techniques against the same data

YARN will let Hadoop runs multiple data processing techniques against the same data

With Hadoop 2.0, the data processing algorithms and cluster resource management parts of MapReduce are being broken into two, with YARN being the cluster resource manager and, more importantly allowing for other non-MapReduce data manipulation methods to be added to the framework.

And all of these different data munching techniques – interactive queries, graph analysis, search, even the message passing interface (MPI) technique used in parallel supercomputers – to all plug in and chew on the same data inside the cluster.

Murthy says that YAN has been tested to span between 3,000 and 5,000 nodes already and he is confident, based on simulations, that it will span as far as 10,000 nodes by the time it goes into production.

"I don't want to oversell it because it isn't fully real until we have deployed it somewhere," says Murthy with a laugh.

Of course, that somewhere is likely to be Microsoft or Yahoo! or both.

The Hadoop 2.0 stack will also feature the HDFS2 file system, which will be able to take snapshots of data sets and which will also allow for applications to mount it like an NFS file system. (This is something that has given MapR Technologies a leg up on its Hadoop rivals to date.) This NFS mounting capability does not allow for random writes, but you can do random reads, sequential writes, and appends, of course.

Murthy is making no promises, but says that the Apache Hadoop 2.0 stack is a few weeks from being declared a beta by the community, and it is expected to be generally available by the late summer or early fall. The commercial release of Hortonworks Data Platform 2.0, which is based on this stack of code, will take somewhere from six to eight weeks longer, due to hardening and testing.

In the meantime, Hortonworks is launching a certification program to get applications tested and verified that they work on top of YARN. Hortonworks has also inked a reseller agreement with network storage supplier NetApp, which will see the array maker peddle HDP 1.0 and 2.0 atop its E-Series storage. ®