Shipping Generated Code

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Shipping Generated Code

Aljoscha Krettek-2
Hi Guys,
do we have any mechanisms for shipping generated code? Code that is
generated when the users main() function is executed.

Cheers,
Aljoscha
Reply | Threaded
Open this post in threaded view
|

Re: Shipping Generated Code

Stephan Ewen
No, nothing is in place like that as of now.

On Wed, Sep 17, 2014 at 3:37 PM, Aljoscha Krettek <[hidden email]>
wrote:

> Hi Guys,
> do we have any mechanisms for shipping generated code? Code that is
> generated when the users main() function is executed.
>
> Cheers,
> Aljoscha
>
Reply | Threaded
Open this post in threaded view
|

Re: Shipping Generated Code

Aljoscha Krettek-2
Man, that's what I figured. Then I'll add functionality to the
ExecutionEnvironment that allows to register classes, then when
executing the classes will be put into a jar file and shipped along
the job.

Should be doable, right?

On Wed, Sep 17, 2014 at 3:58 PM, Stephan Ewen <[hidden email]> wrote:

> No, nothing is in place like that as of now.
>
> On Wed, Sep 17, 2014 at 3:37 PM, Aljoscha Krettek <[hidden email]>
> wrote:
>
>> Hi Guys,
>> do we have any mechanisms for shipping generated code? Code that is
>> generated when the users main() function is executed.
>>
>> Cheers,
>> Aljoscha
>>