Re: Welcoming three new committers

2015-02-04 Thread scwf
Congratulations! On 2015/2/4 20:25, Nick Pentreath wrote: Congrats and welcome Sean, Joseph and Cheng! On Wed, Feb 4, 2015 at 2:10 PM, Sean Owen wrote: Thanks all, I appreciate the vote of trust. I'll do my best to help keep JIRA and commits moving along, and am ramping up carefully this we

Re: Jenkins install reference

2015-02-03 Thread scwf
Here my question is: 1 How to set jenkins to make it build for multi PR parallel?. or one machine only support one PR building? 2 do we need install sbt on the CI machine since the script dev/run-tests will auto fetch the sbt jar ? - Fei On 2015/2/3 15:53, scwf wrote: Hi, all we

Jenkins install reference

2015-02-03 Thread scwf
Hi, all we want to set up a CI env for spark in our team, is there any reference of how to install jenkins over spark? Thanks Fei - To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail:

send currentJars and currentFiles to exetutor with actor?

2014-11-16 Thread scwf
I notice that spark serialize each task with the dependencies (files and JARs added to the SparkContext) , def serializeWithDependencies( task: Task[_], currentFiles: HashMap[String, Long], currentJars: HashMap[String, Long], serializer: SerializerInstance) : ByteBuff

Re: thrift jdbc server probably running queries as hive query

2014-11-10 Thread scwf
The sql run successfully? and what sql you running? -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/thrift-jdbc-server-probably-running-queries-as-hive-query-tp9267p9268.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com

Re: Cluster tests failing

2014-09-30 Thread scwf
first run cmd mvn clean, then try again On 2014/9/30 16:25, Debasish Das wrote: org.apache.spark.SparkException: Job aborted due to stage failure: Master - To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For addi

Re: about spark assembly jar

2014-09-02 Thread scwf
this in CDH packaging. > > > > -Sandy > > > > > > On Tue, Sep 2, 2014 at 2:12 AM, scwf mailto:wangf...@huawei.com>> wrote: > > > > > Hi sean owen, > > > here are some problems when i used assembly jar

Re: about spark assembly jar

2014-09-02 Thread scwf
in a real Spark distro. On Tue, Sep 2, 2014 at 9:39 AM, scwf wrote: hi, all I suggest spark not use assembly jar as default run-time dependency(spark-submit/spark-class depend on assembly jar),use a library of all 3rd dependency jar like hadoop/hive/hbase more reasonable. 1 assembly jar p

Re: about spark assembly jar

2014-09-02 Thread scwf
s not remove version conflicts, just pushes them to run-time, which isn't good. The assembly is also necessary because that's where shading happens. In development, you want to run against exactly what will be used in a real Spark distro. On Tue, Sep 2, 2014 at 9:39 AM, scwf wrote: hi, a

about spark assembly jar

2014-09-02 Thread scwf
hi, all I suggest spark not use assembly jar as default run-time dependency(spark-submit/spark-class depend on assembly jar),use a library of all 3rd dependency jar like hadoop/hive/hbase more reasonable. 1 assembly jar packaged all 3rd jars into a big one, so we need rebuild this jar if w

Re: Working Formula for Hive 0.13?

2014-08-24 Thread scwf
I have worked for a branch update the hive version to hive-0.13(by org.apache.hive)---https://github.com/scwf/spark/tree/hive-0.13 I am wondering whether it's ok to make a PR now because hive-0.13 version is not compatible with hive-0.12 and here i used org.apache.hive. On 2014/7/29

Re: mvn test error

2014-08-18 Thread scwf
|, capturing and printing stdout/stderr of the forked process can be helpful for diagnosis. Currently the only information we have at hand is the process exit code, it’s hard to determine the reason why the forked process fails. ​ On Tue, Aug 19, 2014 at 1:27 PM, scwf mailto:wangf...@huawei.com

Re: mvn test error

2014-08-18 Thread scwf
On 2014/8/15 11:01, scwf wrote: env: ubuntu 14.04 + spark master buranch mvn -Pyarn -Phive -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package mvn -Pyarn -Phadoop-2.4 -Phive test test error: DriverSuite: Spark assembly has been built with Hive, including Datanucleus jars on classpath

[sql]enable spark sql cli support spark sql

2014-08-14 Thread scwf
hi all, now spark sql cli only support spark hql, i think we can enable this cli to support spark sql, do you think it's necessary? -- Best Regards Fei Wang ---

mvn test error

2014-08-14 Thread scwf
env: ubuntu 14.04 + spark master buranch mvn -Pyarn -Phive -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package mvn -Pyarn -Phadoop-2.4 -Phive test test error: DriverSuite: Spark assembly has been built with Hive, including Datanucleus jars on classpath - driver should exit after fini

Re: Reproducible deadlock in 1.0.1, possibly related to Spark-1097

2014-07-14 Thread scwf
hi,Cody i met this issue days before and i post a PR for this( https://github.com/apache/spark/pull/1385) it's very strange that if i synchronize conf it will deadlock but it is ok when synchronize initLocalJobConfFuncOpt Here's the entire jstack output. On Mon, Jul 14, 2014 at 4:44 PM, P