[
https://issues.apache.org/jira/browse/CASSANDRA-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224277#comment-14224277
]
Robert Stupp commented on CASSANDRA-7874:
-----------------------------------------
bq. for some reason I'm unable to apply the patch
Hm ... tried it against current trunk (395720c) and the patch applies.
{code}
snazy in ~/devel/cassandra/trunk on trunk
⚡ git apply ../7874v6.txt
../7874v6.txt:29: trailing whitespace.
../7874v6.txt:30: trailing whitespace.
REM JSR223 - collect all JSR223 engines' jars
../7874v6.txt:31: trailing whitespace.
for /D %%P in ("%CASSANDRA_HOME%\lib\jsr223\*.*") do (
../7874v6.txt:32: trailing whitespace.
for %%i in ("%%P\*.jar") do call :append "%%i"
../7874v6.txt:33: trailing whitespace.
)
warning: squelched 77 whitespace errors
warning: 82 lines add whitespace errors.
{code}
> Validate functionality of different JSR-223 providers in UDFs
> -------------------------------------------------------------
>
> Key: CASSANDRA-7874
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7874
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Reporter: Robert Stupp
> Assignee: Robert Stupp
> Labels: udf
> Fix For: 3.0
>
> Attachments: 7874.txt, 7874v2.txt, 7874v3.txt, 7874v4.txt,
> 7874v5.txt, 7874v6.txt
>
>
> CASSANDRA-7526 introduces ability to support optional JSR-223 providers like
> Clojure, Jython, Groovy or JRuby.
> This ticket is about to test functionality with these providers but not to
> include them in C* distribution.
> Expected result is a "how to" document, wiki page or similar.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)