fw: Providing third party jar files to spark

2016-01-24 Thread bear gan
I have used third methods to test success before, note that need to run%spark before running%dep. First, the second methods test is not successful Hello My spark based map tasks needs to access third party jar files. I found below options to submit third party jar files to spark interpreter

答复: error: object jblas is not a member of package org

2016-01-20 Thread bear gan
Thanks so much! It works fine as I expected. Note that%dep interpreter should be used before %spark, %pyspark, %sql. 发件人: bear gan<mailto:bear...@hotmail.com> 发送时间: 2016年1月20日 17:16 收件人: Mina Lee<mailto:mina...@apache.org>; users@zeppelin.incubator.apache.org&

re: error: object jblas is not a member of package org

2016-01-20 Thread bear gan
ncubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html Hope this helps. On Tue, Jan 19, 2016 at 11:46 PM, bear gan mailto:bear...@hotmail.com>> wrote: How to solve this problem? import org.jblas.Doub

error: object jblas is not a member of package org

2016-01-19 Thread bear gan
How to solve this problem? import org.jblas.DoubleMatrix :21: error: object jblas is not a member of package org import org.jblas.DoubleMatrix ///