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 <[email protected]> wrote: > Hi, > Is there any way to pull in pyspark.zip and py4j-0.9-src.zip in maven > project? > > >
