You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/03 23:25:27 UTC

[jira] [Commented] (DRILL-3423) Add New HTTPD format plugin

    [ https://issues.apache.org/jira/browse/DRILL-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988295#comment-14988295 ] 

ASF GitHub Bot commented on DRILL-3423:
---------------------------------------

GitHub user kingmesal opened a pull request:

    https://github.com/apache/drill/pull/234

    DRILL-3423

    This pull request is waiting for maven central to have the latest parser library (2.3) which it depends on: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22httpdlog-parser%22
    
    This was passing all tests in my build environment.
    
    This storage format plugin has complete support for:
    - Full Parsing Pushdown
    - Type Remapping
    - Maps (e.g. like query string parameters)
    - Multiple log formats in the same storage definition

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kingmesal/drill DRILL-3423

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/234.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #234
    
----

----


> Add New HTTPD format plugin
> ---------------------------
>
>                 Key: DRILL-3423
>                 URL: https://issues.apache.org/jira/browse/DRILL-3423
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - Other
>            Reporter: Jacques Nadeau
>            Assignee: Jim Scott
>             Fix For: 1.3.0
>
>
> Add an HTTPD logparser based format plugin.  The author has been kind enough to move the logparser project to be released under the Apache License.  Can find it here:
> <dependency>
>     <groupId>nl.basjes.parse.httpdlog</groupId>
>     <artifactId>httpdlog-parser</artifactId>
>     <version>2.0</version>
> </dependency>
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)