You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Tarandeep Singh <ta...@gmail.com> on 2008/12/23 00:14:44 UTC

Announcing CloudBase-1.1 release

Hi,

We have released 1.1 version of CloudBase on sourceforge-
http://cloudbase.sourceforge.net/

[ CloudBase is a data warehouse system built on top of Hadoop's Map-Reduce
architecture. It uses ANSI SQL as its query language and comes with a JDBC
driver. It is developed by Business.com and is released to open source
community under GNU GPL license]

Please give it a try and send us your feedback on CloudBase users group-
http://groups.google.com/group/cloudbase-users

Thanks,
Tarandeep

Release notes-
-----------------------------------------------------------
Following new features have been added in this release-

* Optimized Join algorithm
* Full support for SQL NULLs
* IS NULL and IS NOT NULL statements
* NVL and ISNULL functions
* Regression test suite
* BETWEEN statement
* CASE statement
* CASE conditional statement
* INSERT statement to load data into existent CloudBase table from local
files
* CONVERT function to convert expression of one data type to another
* Clause added to DROP Statement to not delete data on table drop
* DATETIMEADD and DATETIMEDIFF functions
* Amazon AMI for CloudBase

Following bugs have been fixed in this release-

* Make table names and column names CASE INSENSITIVE
* Top N clause was not working
* SELECT * FROM table does not return columns in order
* Date addition/subtraction was not working
* SELECT t1.* FROM t1 INNER JOIN t2 ... returns all columns of t1 and t2
* ORDER BY clause fails if column has NULL values
* SELECT * INTO new_table FROM old_table- the new_table is not created in
cloudbase/data directory
* INSERT * INTO new_table ( SELECT * FROM old_table) fails when new_table's
column sep is TAB ('\t)
* SELECT * INTO new_table ( query ) - does not check if new_table already
exists
* SELECT c1, COUNT(*), SUM( DISTINCT c2) FROM table1 GROUP BY c1- throws NPE
* VIEWS are not shown SQUIRREL
* VIEW's SQL is not shown in Squirrel
* CloudBase keywords, string functions and datetime functions are not showin
in Squirrel
* SELECT col FROM tablename- returns NULL if col's data type is DOUBLE
* Time part of the DateTime data type is not showin in Squirrel
-----------------------------------------------------------