You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by satish saley <sa...@gmail.com> on 2016/05/15 18:55:58 UTC

pyspark.zip and py4j-0.9-src.zip

Hi,
Is there any way to pull in pyspark.zip and py4j-0.9-src.zip in maven
project?

Re: pyspark.zip and py4j-0.9-src.zip

Posted by Ted Yu <yu...@gmail.com>.
For py4j, adjust version according to your need:

    <dependency>
      <groupId>net.sf.py4j</groupId>
      <artifactId>py4j</artifactId>
      <version>0.10.1</version>
    </dependency>

FYI

On Sun, May 15, 2016 at 11:55 AM, satish saley <sa...@gmail.com>
wrote:

> Hi,
> Is there any way to pull in pyspark.zip and py4j-0.9-src.zip in maven
> project?
>
>
>