It is!

The issue you run into is "just" a Java dependency issue. Clients don't need 
for example to have Groovy. That's the reason it's marked as optional 
dependency.

Best.

--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

> Le 30 juil. 2014 à 17:55, "Laurent T." <lau.thou...@gmail.com> a écrit :
> 
> Just FYI, if anyone else runs into the same troubles, Groovy seems to be 
> provided on a real cluster and it's in version 2.3.2.
> 
> 
>> On Wednesday, July 30, 2014 1:19:17 PM UTC+2, Laurent T. wrote:
>> Ok well, anyway i think you may want to update the docs about this cause i 
>> think i won't be the only one facing this :)
>> Thanks again to both of you.
>> 
>>> On Wednesday, July 30, 2014 12:30:09 PM UTC+2, David Pilato wrote:
>>> Ha! Right!  Thanks Jörg!
>>> 
>>> I forgot that I run the same "issue" recently. I should add more memory to 
>>> my brain cluster :)
>>> 
>>> -- 
>>> David Pilato | Technical Advocate | Elasticsearch.com
>>> @dadoonet | @elasticsearchfr
>>> 
>>> 
>>>> Le 30 juillet 2014 à 12:08:58, joerg...@gmail.com (joerg...@gmail.com) a 
>>>> écrit:
>>>> 
>>>> The ES team decided to postpone groovy as default to Elasticsearch 1.4 
>>>> version.
>>>> 
>>>> In 1.3, mvel is still the default, so authors have some time to rewrite 
>>>> their scripts if they prefer to. So I think it is ok to not include groovy 
>>>> jar by default, and make this optional to those who want to switch over to 
>>>> groovy.
>>>> 
>>>> Jörg
>>>> 
>>>> 
>>>>> On Wed, Jul 30, 2014 at 11:53 AM, Laurent T. <lau.t...@gmail.com> wrote:
>>>>> Nice catch Jörg, that indeed did the trick.
>>>>> 
>>>>> @David Shouldn't groovy be bundled in the ES jar if it's the new default ?
>>>>> Will it be provided by ES when i run on a live cluster ?
>>>>> 
>>>>> Thanks!
>>>>> 
>>>>>> On Wednesday, July 30, 2014 11:41:23 AM UTC+2, Jörg Prante wrote:
>>>>>> You should try to add groovy jar to your classpath. It is not in the 
>>>>>> dependencies in Maven's pom.xml.
>>>>>> 
>>>>>> Example:
>>>>>> 
>>>>>>             <dependency>
>>>>>>                 <groupId>org.codehaus.groovy</groupId>
>>>>>>                 <artifactId>groovy-all</artifactId>
>>>>>>                 <version>2.3.5</version>
>>>>>>                 <type>jar</type>
>>>>>>             </dependency>
>>>>>> 
>>>>>> Jörg
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On Wed, Jul 30, 2014 at 10:46 AM, Laurent T. <lau.t...@gmail.com> wrote:
>>>>>>> Hi David,
>>>>>>> 
>>>>>>> I tried, as you suggested, to activate dynamic scripting and to force 
>>>>>>> groovy as a default_lang but the results stay unchanged.
>>>>> --
>>>>> You received this message because you are subscribed to the Google Groups 
>>>>> "elasticsearch" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>>> email to elasticsearc...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/elasticsearch/0c285769-7872-41cd-9efe-6c97ed8d3df4%40googlegroups.com.
>>>>> 
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>> 
>>>> --
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "elasticsearch" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>> email to elasticsearc...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/elasticsearch/CAKdsXoG9mwEK_65v084icNeLvtk2S6eEwk4cPu2sZNXCPDgZ0Q%40mail.gmail.com.
>>>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/elasticsearch/6f8752e8-3b2f-40f1-b274-6a94558cf7ec%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/03648E8D-AB08-4603-B014-78B273A947F5%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to