Re: Contribution

2015-06-14 Thread Joseph Bradley
+1 for checking out the Wiki on Contributing to Spark. It gives helpful pointers about finding starter JIRAs, the discussion & code review process, and how we prioritize algorithms & other contributions. After you read that, I would recommend searching JIRA for issues which catch your interest. T

RE: How to support dependency jars and files on HDFS in standalone cluster mode?

2015-06-14 Thread Dong Lei
https://issues.apache.org/jira/browse/SPARK-8369 Created And I’m working on a PR. Thanks Dong Lei From: Cheng Lian [mailto:lian.cs@gmail.com] Sent: Friday, June 12, 2015 7:03 PM To: Dong Lei Cc: Dianfei (Keith) Han; dev@spark.apache.org Subject: Re: How to support dependency jars and files

Re: A confusing ClassNotFoundException error

2015-06-14 Thread Zhiwei Chan
Hi Stan, I have filed a issue on JIRA for this exception, and I have tested it on spark 1.3.0 (local mode) without exception. https://issues.apache.org/jira/browse/SPARK-8368 On Sun, Jun 14, 2015 at 11:25 AM, StanZhai wrote: > I have encountered the similar error too at spark 1.4.0. > > The sa