你好,游客 登录 注册 搜索
背景:
阅读新闻

Apache Drill 0.4.0 发布,大型数据集分析系统

[日期:2014-08-14] 来源:oschina.net   作者:Linux [字体: ]

Apache Drill是为大数据集的互动分析而生,是Google的Dremel的开源版本。它的目标是可以高效地对大数据集进行分析,可以运行在1000台以上的服务器,在几秒内处理PB级的数据和万亿条的数据记录,目前Drill还在Apache进行孵化。近日,Apache Drill 0.4.0发布,该版本是一个开发者预览版本。该版本是一个具有大量改进和新特征引入:

  • A new way to work with data and metadata including the first query engine to champion advanced Apache Parquet format files to support self-describing data, completely avoiding a central metadata repository.
  • A completely new columnar execution engine that leverages both runtime code compilation and advanced memory management for query execution.
  • Advanced cost-based query optimization that works with or without stats providing complex distributed query planning.
  • Focus on full SQL capability with support for correlated subqueries, complex subexpressions and scalar subqueries.
  • The first query engine to support JSON everything, enabling instant analysis of semi-structured and partially schemed data without setup or extra effort.
  • Full complex data semantics combined with complete SQL data types allow you to use JavaScript notation to access and interact with complex fields and data structures. This includes support for exact Decimal, Date, Time and Interval types.
  • In-query dynamic schema discovery allows you to redefine blob fields as complex objects, using advanced CONVERT_FROM and CONVERT_TO semantics.
  • Support for more than 150 data formats and thousands of existing function libraries through strong integration with Hive Serdes and UDFs.
  • Additional support for high performance native Drill storage plugins and UDFs.
  • A friendly web interface with query and profiling tools including an advanced query plan visualizer and execution flow visualizations.
  • A complete set of interfaces and APIs including support for JDBC, C++, Java, ODBC*, REST and CLI
  • Advanced dynamic analysis capabilities on top of HBase including dynamic schema discovery, high speed parallel scanning and operator pushdown.
  • Support for in-memory and beyond memory datasets with an multi-staged innovative sort algorithm that produces faster time to first record sorting than traditional query engines.
  • Ability to meet query SLAs and avoid resource starvation with multiple query resource queues.
  • Support for wide rows with thousands of columns within a single query.
  • An advanced modular design with extensibility points at storage, query, planning and operator execution to work for a large set of standalone or embedded setups.
  • Full scaling: run embedded on Linux, Mac or PC for development purposes or scale up to a full cluster on any platform.
  • Support for use of Zookeeper and HBase for Drill configuration and profiling management.
  • The only open source distributed query engine architected to work with all types of big data, not just Hadoop data sources.

Apache Drill 的详细介绍:请点这里

本文永久更新链接地址http://www.linuxidc.com/Linux/2014-08/105559.htm

linux
相关资讯       Apache Drill 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款