Hi Erik,
yes native code is included as part of distro but this is only
used if you enable security and set
supervisor.run.worker.as.users otherwise everything else
remains the same like before. For more info you can take a
look at this doc
https://github.com/apache/storm/blob/master/SECURITY.md
-Harsha
On Mon, Sep 14, 2015, at 03:10 PM, Erik Weathers wrote:
> It seems that in storm 0.10 we have native code (C) that is being used
> for
> launching workers. I haven't found any reference to how this might
> affect
> deployment, testing, etc. Is there any documentation about this new
> requirement? I know it's related to the "launch storm under different
> usernames" feature. But is the native stuff optional?
>
> - Erik