Menu

CloudBase / News: Recent posts

Cloudbase-1.3.1 released

CloudBase is a data warehouse system built on top of Hadoop's Map Reduce framework. Visit cloudbase.sourceforge.net for CloudBase documentation.

Release notes -

New Features:
* CREATE CSV tables - One can create tables on top of data in CSV (Comma Separated Values) format and query them using SQL. Current implementation doesn't accept CSV records which span multiple lines. Data may not be processed correctly if a field contains embedded line-breaks. Please visit http://cloudbase.sourceforge.net/index.html#userDoc for detailed specification of the CSV format.... read more

Posted by Yanbo Ru 2009-06-16

CloudBase-1.3 released

This is 1.3 release of CloudBase. CloudBase is a data warehouse system built on top of Hadoop's Map Reduce framework. Visit cloudbase.sourceforge.net for CloudBase documentation.

Release notes-

New Features:
* User Defined Types (UDTs)- User can create new Types and use them to create table of these types. UDTs are used when data is not structured. User creates a java class and defines the parsing logic in the constructor. Using UDT, one can query semi-structured/totally unstructued data using SQL
* Update index- Update index command has been added to update the index when new data is added to the table.
* CREATE JSON/XML tables- One can create tables on top of one's JSON/XML data and query them using SQL ... read more

Posted by Tarandeep Singh 2009-04-14

CloudBase-1.2.1 released

Table Indexing feature was disabled in the last release. This feature is enabled in this release. Please visit CloudBase website for details- cloudbase.sourceforge.net

Posted by Tarandeep Singh 2009-03-02

CloudBase-1.2 released

CloudBase is a data warehouse system built on top of Hadoop's Map Reduce architecture. It allows one to query terabyte and petabyte of data using ANSI SQL. Please visit CloudBase home page for details-

http://cloudbase.sourceforge.net

Posted by Tarandeep Singh 2009-02-26

CloudBase 1.1 released

CloudBase is a data warehouse system built on top of Hadoop's Map Reduce architecture. It allows one to query terabyte and petabyte of data using ANSI SQL. Please visit CloudBase home page for details-

http://cloudbase.sourceforge.net

Posted by Tarandeep Singh 2008-12-29

Roadmap for CloudBase

* Optimize Joins
* Support for Indexing tables
* Do semantic Validations and enhance error reporting
* Enhance log parsing
* Optimize ORDER BY and TOP N clauses

Posted by Tarandeep Singh 2008-10-20