Fwd: Java Constructor Issues

2015-06-21 Thread Shaanan Cohney
Hi all, I'm having an issue running some code that works on a build of spark I made (and still have) but now rebuilding it again, I get the below traceback. I built it using the 1.4.0 release, profile hadoop-2.4 but version 2.7 and I'm using python3. It's not vital to my work (as I can use my

Re: Java Constructor Issues

2015-06-21 Thread Davies Liu
The compiled jar is not consistent with Python source, maybe you are using a older version pyspark, but with assembly jar of Spark Core 1.4? On Sun, Jun 21, 2015 at 7:24 AM, Shaanan Cohney shaan...@gmail.com wrote: Hi all, I'm having an issue running some code that works on a build of spark