[ 
https://issues.apache.org/jira/browse/CASSANDRA-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205292#comment-14205292
 ] 

Joshua McKenzie commented on CASSANDRA-7874:
--------------------------------------------

v5 has some garbage in cassandra-env.ps1:
{code}
diff --git a/conf/cassandra-env.ps1 b/conf/cassandra-env.ps1
index 685a86f..cfb281d 100644
--- a/conf/cassandra-env.ps1
+++ b/conf/cassandra-env.ps1
@@ -195,6 +195,42 @@ Function CalculateHeapSizes
         $env:HEAP_NEWSIZE = [System.Convert]::ToString($desiredYG) + "M"

     }

 }

+
{code}

Similar in cassandra.bat:
{code}
diff --git a/bin/cassandra.bat b/bin/cassandra.bat
index 02f9677..4e3cafc 100644
--- a/bin/cassandra.bat
+++ b/bin/cassandra.bat
@@ -85,6 +85,33 @@ goto :eof
 

 REM 
-----------------------------------------------------------------------------

 :okClasspath

+

+REM JSR223 - collect all JSR223 engines' jars
{code}

Also - we should remove the printed "Detected jruby N" etc at runtime.

All that being said, both legacy .bat run and .ps1 run work w/the garbage 
removed.  A few tweaks and the Windows side is gtg.

> 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
>
>
> 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)

Reply via email to