[
https://issues.apache.org/jira/browse/DRILL-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650837#comment-15650837
]
ASF GitHub Bot commented on DRILL-5007:
---------------------------------------
GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/650
DRILL-5007: Dynamic UDF lazy-init does not work correctly in multi-no…
…de cluster
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-5007
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/650.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 #650
----
commit 0d676940257091a1ad60af931fcb491ea4bdd4ba
Author: Arina Ielchiieva <[email protected]>
Date: 2016-11-09T11:08:18Z
DRILL-5007: Dynamic UDF lazy-init does not work correctly in multi-node
cluster
----
> Dynamic UDF lazy-init does not work correctly in multi-node cluster
> -------------------------------------------------------------------
>
> Key: DRILL-5007
> URL: https://issues.apache.org/jira/browse/DRILL-5007
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill
> Affects Versions: 1.9.0
> Reporter: Roman
> Assignee: Arina Ielchiieva
>
> Reproduced in .csv file with 25 different fields, 2712474 lines and 570 MB
> amount of data.
> When I registered jar in 1st node and ran long query with function for first
> time I had got error:
> {quote}
> Error: SYSTEM ERROR: SchemaChangeException: Failure while trying to
> materialize incoming schema. Errors:
>
> Error in expression at index 0. Error: Missing function
> implementation:[f(VARCHAR-OPTIONAL, VARCHAR-OPTIONAL). Full expression:
> null..
> {quote}
> When I tried to run this query second time it finished correctly. It seems
> another nodes did not get new function.
> So lazy-init does not work well on another nodes before query fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)