| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.475s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3134] Allow support for hot-pluggable Script Engines for running embedded Pig - Pig - [issue]
|
|
...Currently, you can embed Pig in Python, Ruby, Groovy, and Javascript. However you are unable to specify a custom Scripting Engine that deals with Pig embedded in something else.To solve this...
|
|
|
http://issues.apache.org/jira/browse/PIG-3134
Author: Connor Woodson,
2013-02-22, 15:33
|
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...There are two ways to go about using R with java (that I've found). Both are a little bit of a hassle depending on your setup. JRI is a JNI for R, so you don't need R installed on the ...
|
|
|
Author: Connor Woodson,
2013-01-23, 01:10
|
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...I'm starting work on an R scripting engine; I'm not entirely sure how it will be used, but I know that there have been attempts to get R working with MapReduce / EMR and I thought it would b...
|
|
|
Author: Connor Woodson,
2013-01-23, 00:15
|
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...I want to write a custom scripting engine and I would like to not have to modify the enum in ScriptingEngine.java to get it to work both in the 'register' command for UDFs, but also for embe...
|
|
|
Author: Connor Woodson,
2013-01-22, 02:22
|
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...Is there a way to get Pig to use your custom scripting engine without having to modify ScriptingEngine.java and placing it in the enum? It looks like it's possible with enums, but what about...
|
|
|
Author: Connor Woodson,
2013-01-22, 00:47
|
|
|
Custom Scripting Engine - Pig - [mail # dev]
|
|
...Is there any support for a custom scripting engine, to allow UDFs to be written in a different language / embed pig in another language? - Connor...
|
|
|
Author: Connor Woodson,
2013-01-19, 02:42
|
|
|
|