Re: python: module pyspark.daemon not found

2014-12-30 Thread Eric Friedman
https://issues.apache.org/jira/browse/SPARK-1911 Is one of several tickets on the problem. > On Dec 30, 2014, at 8:36 PM, Davies Liu wrote: > > Could you share a link about this? It's common to use Java 7, that > will be nice if we can fix this. > > On Mon, Dec 29, 2014 at 1:27 PM, Eric Fried

Re: python: module pyspark.daemon not found

2014-12-30 Thread Davies Liu
Could you share a link about this? It's common to use Java 7, that will be nice if we can fix this. On Mon, Dec 29, 2014 at 1:27 PM, Eric Friedman wrote: > Was your spark assembly jarred with Java 7? There's a known issue with jar > files made with that version. It prevents them from being used

Re: python: module pyspark.daemon not found

2014-12-29 Thread Eric Friedman
Was your spark assembly jarred with Java 7? There's a known issue with jar files made with that version. It prevents them from being used on PYTHONPATH. You can rejar with Java 6 for better results. Eric Friedman > On Dec 29, 2014, at 8:01 AM, Naveen Kumar Pokala > wrote: > > > 14/1