Re: Re: how to set spark.executor.memory and heap size

2014-04-24 Thread wxhsdp
i tried, but no effect Qin Wei wrote > try the complete path > > > qinwei >  From: wxhsdpDate: 2014-04-24 14:21To: userSubject: Re: how to set > spark.executor.memory and heap sizethank you, i add setJars, but nothing > changes >   >     val conf = new SparkConf() >   .setMaster("spark://12

Re: Re: how to set spark.executor.memory and heap size

2014-04-23 Thread qinwei
try the complete path qinwei  From: wxhsdpDate: 2014-04-24 14:21To: userSubject: Re: how to set spark.executor.memory and heap sizethank you, i add setJars, but nothing changes       val conf = new SparkConf()   .setMaster("spark://127.0.0.1:7077")   .setAppName("Simple App")