[
https://issues.apache.org/jira/browse/DRILL-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bridget Bevens resolved DRILL-4848.
-----------------------------------
Resolution: Fixed
Changed step 3 to the following:
The drill-module.conf file should contain the packages to scan for functions
drill.classpath.scanning.packages+= "com.mydomain.drill.fn". Separate package
names with a comma.
Setting bug status to resolved.
> Minor correction in UDF's documentation
> ---------------------------------------
>
> Key: DRILL-4848
> URL: https://issues.apache.org/jira/browse/DRILL-4848
> Project: Apache Drill
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.2.0, 1.4.0, 1.6.0
> Reporter: Rahul Challapalli
> Assignee: Bridget Bevens
>
> https://drill.apache.org/docs/adding-custom-functions-to-drill/
> We should change the 3rd point in the custom functions documentation page (1)
> from
> {code}
> drill.classpath.scanning.package+= "com.mydomain.drill.fn"
> {code}
> to
> {code}
> drill.classpath.scanning.packages+= "com.mydomain.drill.fn"
> {code}
> (1) https://drill.apache.org/docs/adding-custom-functions-to-drill/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)