[
https://issues.apache.org/jira/browse/DRILL-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009469#comment-15009469
]
Jim Scott commented on DRILL-3423:
----------------------------------
I have made some modifications to change the :map to now end with _$ for maps
of data.
When the parser has fields like:
TIME.DAY:request.receive.time.day_utc
They will now be identified as:
TIME_DAY:request_receive_time_day__utc
The type remapping capability is to prefix the field name with a # like:
#HTTP_URI:request_firstline_uri_query_myvariable
Additionally, due to these changes, I have removed the fields mapping
completely from the bootstrap and the user configuration which should make this
easier for the user.
I believe the documentation for this plugin will be very straightforward and
yield a solid user experience.
> 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.4.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)