Re: drill.exec.grace_period_ms' Errors

2019-07-20 Thread Paul Rogers
Hi Charles, I just ran some unit tests, using master, and did not see the drill.exec.grace_period_ms error that you saw. drill.exec.grace_period_ms is defined in ExecConstants.java, is used in Drillbit startup in Drillbit.java, and has a value defined in src/main/resources/drill-module.conf.

Re: EVF Log Regex Errors

2019-07-20 Thread Paul Rogers
Hi Charles, Turns out that there are two problems here. First, I mucked up the Jackson serialization of the schema objects. Second, you need to use the Joda format (with "HH") as we discussed. Once both those changes are made, things seem to work (at least in unit tests.) There is a PR for

[GitHub] [drill] paul-rogers opened a new pull request #1827: DRILL-7327: Log Regex Plugin Won't Recognize Schema

2019-07-20 Thread GitBox
paul-rogers opened a new pull request #1827: DRILL-7327: Log Regex Plugin Won't Recognize Schema URL: https://github.com/apache/drill/pull/1827 The previous commit revised the plugin config classes to work with table functions. That caused Jackson to stop working for the classess.

[jira] [Resolved] (DRILL-7327) Log Regex Plugin Won't Recognize Schema

2019-07-20 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-7327. Resolution: Not A Bug > Log Regex Plugin Won't Recognize Schema >