`

New Apache project will Drill big data in near real time

 
阅读更多

New Apache project will Drill big data in near real time

 

 

Dremel-based project accepted as an Apache Incubator


Working with big data is a lot like dealing with the Heisenberg Uncertainty Principle: either you're going to have a massive amount of data on hand or you're going to be able to query that data in real time--never both.

But now a new open source project has just been accepted as an Apache Software Foundation Incubation project that will let you do both: have your data and search it fast, too.

Apache Drill is an ad-hoc query system based on Dremel, another big data system that, like Hadoop, wasinvented by Google engineers to not only manage large datasets but also perform interactive analysis in near real-time.

To explain Drill, you can first examine the architecture of Hadoop, which uses the Hadoop distributed file system (HDFS) for storage and the MapReduce framework to perform batch analysis on whatever data is stored within Hadoop. Hadoop data, notably, does not have to be structured--which makes Hadoop ideal for analyzing and working with data from sources like social media, documents, and graphs: anything that can't easily fit within rows and columns.

Because Hadoop uses MapReduce to perform data queries, searches have to be done in batches. So, while you can perform highly detailed analysis of historical data, for instance, one area you would not want to use Hadoop for is transactional data. Transactional data, by its very nature, is highly complex and fluid, as a transaction on an ecommerce site can generate many steps that all have to be implemented quickly.

Nor would it be efficient for Hadoop to be used to process structured data sets that require very minimal latency, such as a Web site served up by a MySQL database in a typical LAMP stack. That's a speed requirement that Hadoop would poorly serve.

Drill, however, can perform data queries at a much faster rate -- sometimes trillions of rows in seconds. It can do this by searching data either stored in columnar form (such as Google's BigTable) or within a distributed file system like GoogleFS, the precursor to HDFS.

 

The Drill project was submitted to the ASF by Hadoop vendor MapR, which sees Dremel-based technology as filling a gap in interactive analysis within the big data sector.

 

According to MapR engineer Tomer Shiran, who is leading the Apache Drill project, the first thing the project will work on is getting a consensus on Drill's APIs so that other vendors can work with Drill. While Dremel was strictly being used by Google, there was no need to standardize APIs, but as an open source project that clearly needs to change, Shiran said.

 

"Chris Wensel, who wrote Cascading, is interested in using the Drill execution engine for queries written in Cascading," Shiran added.

 

Expanding supported query languages will be one area of focus for the Drill project. Another will be adding support for additional formats, such as JSON, since right now Dremel only supports the Google Protocol Buffer Format.

Dremel has been in use within the Google offices since 2006, performing such tasks as analysis of crawled web documents, OCR results from Google Books, and debugging of map tiles on Google Maps. Dremel is also the engine that drives Google's BigQuery Analytics as a Service.

After uploading data to the BigQuery service, users gain the advantage of Dremel's use of a custom structured query language (which the Drill team calls DrQL) to run queries, analyzing billions of rows in seconds. This can be done via several methods, including a Web-based user interface, a REST API, or a command-line tool. Data can be imported into the Google BigQuery servers in CSV format.

Dremel, and now Drill, should be attractive for more than just its speed: SQL queries on data are a lot easier to work with than writing MapReduce jobs. But it's not yet a skilled SQL player, as users report a need for better join support as well as support for more analytic functions and set operators.

As Drill moves forward, Shiran said, many of these limitations will be solved, and the tool itself will be extended to become a more robust player in the big data arena.

 

Read more of Brian Proffitt's Open for Discussion blog and follow the latest IT news at ITworld. Drop Brian a line or follow Brian on Twitter at @TheTechScribe. For the latest IT news, analysis and how-tos, follow ITworld on Twitter and Facebook.

 

http://www.itworld.com/big-datahadoop/290026/new-apache-project-will-drill-big-data-near-real-time

分享到:
评论

相关推荐

    Learning Apache Drill Queryand Analyze Distributed Data Sources with SQL

    Learning Apache Drill Queryand Analyze Distributed Data Sources with SQL

    Sharing.Big.Data.Safely.Managing.Data.Security.1491952121.epub

    You’ll learn how to do this with the new open source SQL query engine Apache Drill. Provide synthetic data that emulates the behavior of sensitive data. This approach enables external advisors to ...

    使用Apache Drill技术

    ### 使用Apache Drill技术详解 #### 一、Apache Drill概述 **Apache Drill** 是一款用于大数据交互式分析的强大工具,属于开源分布式系统。它的主要特点包括: - **支持多种数据源和格式**:不仅可以处理传统的...

    Apache Drill常用函数

    Apache Drill是一款强大的、跨平台的数据查询引擎,专为大数据分析设计。它支持SQL查询语言,使得用户能够方便地处理各种不同类型的数据源,如Hadoop、NoSQL数据库、云存储等。在Apache Drill 1.18版本中,我们找到...

    apache_drill_tutorial.pdf

    Apache Drill 是一个开源的无模式SQL查询引擎,它在大数据分析领域扮演着重要的角色。与传统的Hive不同,Drill不依赖MapReduce作业,并且它并不完全基于Hadoop生态系统。实际上,Drill的设计灵感来源于Google的...

    Learning Apache Drill 2019.pdf

    《Learning Apache Drill 2019》是一本关于如何使用Apache Drill进行分布式数据源查询和分析的书籍。Apache Drill是一个开源的SQL查询引擎,它能够查询各种数据源,包括Hadoop上的数据、NoSQL数据库、云存储服务和...

    Apache Drill技术手册

    Apache Drill 技术手册 Apache Drill 是一个低延迟的分布式海量数据交互式查询引擎,使用户能够使用 ANSI SQL 兼容语法查询多种类型的数据存储系统,包括本地文件、HDFS、Hive、HBase、MongoDB 等。Drill 的设计...

    2013中国大数据技术大会PPT——Big Data in Cloud

    第四,基于Hadoop的SQL引擎的发展,如Drill、Impala和Stinger,提供了对Hadoop数据进行快速查询的能力。这些SQL引擎各有特点,Drill专注于提供对多种数据源的即席查询(ad-hoc query)能力;Impala则专注于提升对...

    Learning Apache Drill

    Apache Drill是Google BigQuery团队发起的一个开源项目,它是一个分布式、低延迟的SQL查询引擎,设计用于处理大规模的非结构化和半结构化数据。Apache Drill的目标是提供一种简单、快速的方式来查询和分析大规模的...

    数据整合处理的工具,apache-drill

    Apache Drill是一款开源的分布式SQL查询引擎,专门设计用于大规模数据集的分析,尤其适用于现代大数据存储格式,如Hadoop Distributed File System (HDFS)、云存储服务以及NoSQL数据库。这款工具无需预先定义schema...

    apache-drill-jdbc-plugin:适用于Apache Drill的JDBC插件

    apache-drill-jdbc-plugin 适用于Apache Drill的JDBC插件 下载Apache Drill 0.9。 将代码添加到contrib中,然后用此文件夹中的pom文件替换现有的pom文件。 用mvn构建。 要仅生成软件包,请使用与以下类似的符号:...

    军士:使用“ Apache”“ Drill”转换和查询数据的工具

    Apache Drill 是一个开源的分布式大数据查询引擎,设计用于无模式(schema-less)的数据湖环境,支持多种文件格式,包括 Parquet、JSON、CSV等。它提供了SQL接口,使得用户能够轻松地对大规模分布式存储的数据进行...

    Mac os data recovery Disk Drill

    mac os 恢复 recovery Disk Drill pro

    Advantages of Big Data Visualization Tools.docx

    Big data visualization tools typically offer high levels ofcustomization, allowing users to tailor views according to their needs orto drill down into specific areas of interest. This personalization...

    演练:Apache Drill

    Apache Drill是一个分布式MPP查询层,支持针对NoSQL和Hadoop数据存储系统SQL和替代查询语言。 它的部分灵感来自 。 开发者 请阅读以设置和运行Apache Drill。 有关完整的开发人员文档,请参见 更多信息 请参阅或以...

    drill-domain-tools:一组用于处理Internet域名的Apache Drill UDF

    一组用于处理Internet域名的Apache Drill UDF UDFs 有一个UDF: suffix_extract(domain-string) :给定一个有效的互联网域名(FQDN或其他方式),这将返回一个地图的领域tld , assigned , subdomain和hostname的...

    The Research on Smart Drill-in Fluid Design

    根据文件所提供的信息,本文将详细阐述智能储层钻井液(Smart Drill-in Fluids,简称SDF)设计的研究知识,包括其背景、设计方法、关键技术以及实验室评价等方面的内容。 背景知识: 储层保护技术是石油工程领域...

    drill-sergeant:用于 Apache Drill 的 Ruby 客户端

    用于 Apache Drill 的 Ruby 客户端 安装 首先, 。 对于 Homebrew,请使用: brew install apache-drill drill-embedded 并将这一行添加到您的应用程序的 Gemfile 中: gem 'drill-sergeant' 如何使用 创建...

Global site tag (gtag.js) - Google Analytics