Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E040B1031C for ; Mon, 24 Nov 2014 22:29:13 +0000 (UTC) Received: (qmail 20848 invoked by uid 500); 24 Nov 2014 22:29:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 20819 invoked by uid 500); 24 Nov 2014 22:29:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 20806 invoked by uid 99); 24 Nov 2014 22:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2014 22:29:13 +0000 Date: Mon, 24 Nov 2014 22:29:13 +0000 (UTC) From: "Mikhail Stepura (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7874) Validate functionality of different JSR-223 providers in UDFs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7874?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 14223655#comment-14223655 ]=20 Mikhail Stepura commented on CASSANDRA-7874: -------------------------------------------- for some reason I'm unable to apply the patch {code} 4:21 $ 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. =09for %%i in ("%%P\*.jar") do call :append "%%i" 7874v6.txt:33: trailing whitespace. ) error: patch failed: bin/cassandra.bat:85 error: bin/cassandra.bat: patch does not apply error: patch failed: bin/cassandra.in.bat:49 error: bin/cassandra.in.bat: patch does not apply error: patch failed: conf/cassandra-env.ps1:197 error: conf/cassandra-env.ps1: patch does not apply =E2=9C=98-1 ~/Documents/workspace/cassandra [trunk|=E2=80=A61=E2=9A=91 5] {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 l= ike Clojure, Jython, Groovy or JRuby. > This ticket is about to test functionality with these providers but not t= o 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)