Thanks Vlad, Thomas .

Py4j acts as a bridge between Java and Python . So py4j  package is needed
( like jar ) for code to work properly.
If it is installed on Hadoop node then it won't be needed but since this
code is used as part of basic framework to establish bridge between java
and python framework, it needs to be transported at application launch.

Other python dependencies required by user python code as now needs to be
installed on Hadoop node.

Thanks & Regards,
Vikram

On Fri, Jul 7, 2017 at 7:54 PM, Thomas Weise <t...@apache.org> wrote:

> We generally don't want any archives or binary files in the repo.
>
> Why is this needed? Maybe once that is clear we can find alternative
> solution.
>
> Thanks
>
>
> On Fri, Jul 7, 2017 at 6:57 AM, Vlad Rozov <v.ro...@datatorrent.com>
> wrote:
>
> > You may add .zip (or any other binary file) to github repo but
> >
> > - it must be excluded from the Apache source code release
> > - it must be possible to build without the binary file as it will not be
> > included into the source release
> >
> > Thank you,
> >
> > Vlad
> >
> >
> > On 7/7/17 05:03, vikram patil wrote:
> >
> >> Hello All,
> >>
> >> I would like to include py4j-0.10.4-src.zip as part of source code.
> >> Python implementation PR I have opened, is dependent on this file. This
> >> file is manually created source zip file from py4j source code.
> >>
> >> Please let me know policy regarding this one so I can update PR with
> >> appropriate changes .
> >>
> >> Thanks & Regards,
> >> Vikram
> >>
> >
> >
>

Reply via email to