[
https://issues.apache.org/jira/browse/NIFI-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128833#comment-15128833
]
Matt Burgess commented on NIFI-210:
-----------------------------------
Needs a tweak for Groovy, currently the module path is supposed to point at a
folder containing any resources needed by the script. This folder often
contains scripts written in the same language (such as is the case with
Jython). However Groovy wants JARs, and if you specify a folder it will be
looking for classes in that folder, not JARs containing classes. So "module
path" should support a comma-separated list of paths, which can be files or
folders. This will retain the existing functionality for other languages, and
allow Groovy to add JARs to its classpath for use in scripts.
> Provide an ExecuteScript processor
> ----------------------------------
>
> Key: NIFI-210
> URL: https://issues.apache.org/jira/browse/NIFI-210
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 0.0.1
> Reporter: A. Steven Anderson
> Assignee: Matt Burgess
> Labels: processor
> Fix For: 0.5.0
>
> Attachments:
> 0001-NIFI-210-few-tweaks-to-drop-static-reference-and-fix.patch,
> Fun_with_Scripting_Languages.xml, flow.xml.gz
>
>
> Should also support Clojure as per discussion and request on mailing list
> http://mail-archives.apache.org/mod_mbox/nifi-dev/201506.mbox/%3CCAMpSqch4GK1gnw6M1u8tH6AN8e_miXZN5SNkAeMjBujXYGqJiw%40mail.gmail.com%3E
> UPDATE: The ScriptEngine for Clojure is not being maintained and is not
> currently available via Maven Central or a public repository. Recommend
> adding Clojure as a separate Improvement Jira case.
> UPDATE: Scala support proved too buggy using plain script engine. Needs
> much further analysis/review/testing before inclusion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)