Apache Hive 0.7.1 发布,数据仓库平台
"\n\t\t\t\n\t\t\t\t\t\t来自Apache 官网的消息,Apache Hive 团队宣布了Hive 0.7.1 版本发布。 Hive是一个基于Hadoop的数据仓库平台。通过hive,我们可以方便地进行ETL的工作。hive定义了一个类似于SQL的查询语言:HQL,能 够将用户编写的QL转化为相应的Mapreduce程序基于Hadoop执行。 Hive 0.7.1 下载: http://hive.apache.org/releases.html#Download 版本更新日志: Bug * [HIVE-2054] - Exception on windows when using the jdbc driver. "IOException: The system cannot find the pat….