HareDB-HBase-Client Changelog

What's new in HareDB-HBase-Client 1.98.04s

May 9, 2015
  • SQL join syntax is supported in HareQL
  • SQL support special characters in column string. Ex: select `cf:!@column` from tableNameXXX
  • HBase table can have its own datatype, and HareDB HBase Client can auto cast the cell value to the right data type through the meta which you set.
  • The performance of HareQL has been improved.

New in HareDB-HBase-Client 1.98.01s (Jul 7, 2014)

  • Upgraded runtime environment:
  • Hadoop 2.3.X (using YARN)
  • HBase 0.96+
  • Since we have only test in Hadoop 2.3.X, but any version which is running YARN should be fine. (We recommend that using YARN)
  • According to the huge update in HBase 0.94 to HBase 0.96, this version(1.98.x) of HareDB HBase Client is not fully functional in HBase 0.94. We¡¦d strongly recommend that you should update your HBase to version 0.96+.
  • Update some sql validation cases.
  • Simplify the registration operations of coprocessor.

New in HareDB-HBase-Client 1.94.01.02 (May 7, 2014)

  • New features:
  • Arithmetic operators
  • SQL Union syntax is supported in HareQL
  • The performance of HareQL has been improved around 100% in this version.
  • No matter who your are new friends or old friends, before using our HareQL Command, please register our coprocessor to your HTable first.Even you has register old version.

New in HareDB-HBase-Client 1.94.01 (Dec 4, 2013)

  • New Features:
  • Meta Schema Manager:
  • we integerat with hive meta store to do the schema management for HBase. The good news is you don't even have Hive yourself. You can use our embedded Hive.
  • Hight Speed Query (HareQL):
  • HareQL is an SQL query engine which we are implemented by HBase coprocessores. It's a low latency query and much faster than hive.However we only support one table query. In other words, we don't support join.
  • Easy Install:
  • All you have to do is double click the jar file. Of course, you can use "Java -jar HareDBClient_1.94.01.jar"

New in HareDB-HBase-Client 1.2.0 (Mar 25, 2013)

  • HareDBClient Version 1.2.0 is released with some bug fixes. We release statistic functions by coprocessor in this version.

New in HareDB-HBase-Client 1.1.1 (Feb 26, 2013)

  • HareDBClient team has released Backup, Help Content and Log View.
  • The UDF of Pig is available now and webinterface is updated to Server Status.

New in HareDB-HBase-Client 1.1.0 (Jan 11, 2013)

  • Intergrate with Apache Pig