Apache Cassandra database project gets an update
April 14, 2010 —
In the wilds of the NoSQL jungle, the Apache Foundation is carving out a path for Cassandra. Version 0.6 of this NoSQL distributed database was released to the public yesterday, and with it comes support for running Apache Hadoop map/reduce jobs on Cassandra stored data, as well as experimental authentication support.
The NoSQL movement began two years ago, as cloud developers and administrators began seeing how difficult it was to scale databases into the cloud. Jonathan Ellis, Apache Cassandra project management committee chair, said a good rule for deciding whether or not to use NoSQL instead of a relational database is, "If you're layering memcached on top of MySQL, you're inventing an ad hoc NoSQL database.”
NoSQL databases are all about scaling to multiple systems, rather than about holding one large database of truth. Ellis said that version 0.6 of Cassandra adds the ability to replace memcached entirely, and to function as its own caching layer.
Cassandra 0.6 is also playing nice with Hadoop. Performing batch actions on data in Hadoop has traditionally required the use of the Hadoop File System. But the new version of Cassandra supports Hadoop map/reduce, allowing developers and Hadoop users to run their batch jobs directly against data stored in Cassandra.
“This is not saying Cassandra is replacing HDFS, but more that to run queries against Cassandra data, you don't need it to be in HDFS anymore,” said Ellis.
He added that version 0.6 will likely be the last version to maintain backward compatibility with the previous releases. For version 0.7, the Cassandra team plans to open the hood and futz with the underpinnings of the architecture in a manner that will likely break it with past versions.
“Next, we want to do a release that breaks things a little," said Ellis. "We did 0.4, 0.5 and 0.6, and we were really good at maintaining backward compatibility. But for 0.7, we want to make a few of those low-level technical changes so we can continue to be backward compatible to version 1.0. The row keys have to be strings now, and we need to make those byte arrays. We know we needed to make this change, and now we need to bite the bullet."
Ping Li, a partner at venture capital firm Accel Partners, said that the NoSQL world is quite interesting and crowded at the moment, and he said the next few years should winnow the field down to a few winners.
“It will be some time before one of them becomes truly horizontal,” he said in evaluating the state of the over two-dozen NoSQL projects out there right now. “I think it's a fragmented market, but I think if you believe there's a whole set of applications that are going to be cloud-like, they're going to be built on this type of database.”
Related Search Term(s): Apache, databases
Share this link: http://sdt.bz/34272
Most Read Latest News Blog Resources
Android is the focus of two new design tools
Anywhere Software and Xamarin provide ways for developers to create and test their applications on PCs
|
|
LEADTOOLS HTML5 add-on modules released
Including New HTML5 Zero Footprint Viewer, JavaScript Libraries and RESTful Web Services for Document and Medical SDKs
|
|
How to speed up your Cukes
Using a five-step process derived from Six Sigma, Cucumber tests can go much faster
|
|
WhiteSource offers open-source license management as a service
Software gives companies insight into the open-source components in products
|
SmartBear rolls out new quality solution: API Complete
Software gives organizations ability to write test scripts and monitor APIs by bridging the DevOps divide
|
|
Android is the focus of two new design tools
Anywhere Software and Xamarin provide ways for developers to create and test their applications on PCs
|
|
WhiteSource offers open-source license management as a service
Software gives companies insight into the open-source components in products
|
|
Top five devices you can integrate with your applications
A five-fingered list of common, household items with which you can talk to (via software, of course)
|
Slick...but who needs it?
compilr.com is a well-designed site and the folks behind it seem to have their heart in the right place. But...who needs it?
|
|
How to be a better software developer
Want to be a better developer? You won't get there by mastering an interesting language or learning a new set of APIs.
|
|
Wooing Galatea
Do yourself a favor and check out Galatea 2.2, a wonderful book by novelist Richard Powers.
|
|
The world as story
An artificial-intelligence system at Carnegie Mellon seeks to understand the world by making statements about it.
|
Five SCM Best Practices
Two-thirds of all software projects fail, according to the Standish Group’s CHAOS study. Improper usage of software configuration management...
|
|
|
Best Practices for Branching and Merging Patterns
Development teams often create a branching pattern, usually drawn out on a white board or in a Visio document, that is used as a model to...
|
|
Automated Error Reporting
We invite you to read a short e-zine that tells you all about automated error reporting for .NET applications. This 8-page e-zine is packed...
|
|
The End of Application Redeploys
Imagine that every time you wanted to write, send or receive an email, you needed to restart your computer. How much time would this take, a...
|