Re: 'Java heap space' error occured when query 4G data file from HDFS

2015-04-07 Thread 李铖
ecutor, it >> will lower the memory requirement, with running in a slower speed. >> >> Yong >> >> -- >> Date: Wed, 8 Apr 2015 04:57:22 +0800 >> Subject: Re: 'Java heap space' error occured when query 4G data file from

Re: 'Java heap space' error occured when query 4G data file from HDFS

2015-04-07 Thread Ted Yu
oncurrency of your executor, it > will lower the memory requirement, with running in a slower speed. > > Yong > > -------------- > Date: Wed, 8 Apr 2015 04:57:22 +0800 > Subject: Re: 'Java heap space' error occured when query 4G data file from &

RE: 'Java heap space' error occured when query 4G data file from HDFS

2015-04-07 Thread java8964
ower the cores for executor by set "-Dspark.deploy.defaultCores=". When you have not enough memory, reduce the concurrency of your executor, it will lower the memory requirement, with running in a slower speed. Yong Date: Wed, 8 Apr 2015 04:57:22 +0800 Subject: Re: 'Java heap space' error

Re: 'Java heap space' error occured when query 4G data file from HDFS

2015-04-07 Thread 李铖
Any help?please. Help me do a right configure. 李铖 于2015年4月7日星期二写道: > In my dev-test env .I have 3 virtual machines ,every machine have 12G > memory,8 cpu core. > > Here is spark-defaults.conf,and spark-env.sh.Maybe some config is not > right. > > I run this command :*spark-submit --master yarn-

'Java heap space' error occured when query 4G data file from HDFS

2015-04-07 Thread 李铖
In my dev-test env .I have 3 virtual machines ,every machine have 12G memory,8 cpu core. Here is spark-defaults.conf,and spark-env.sh.Maybe some config is not right. I run this command :*spark-submit --master yarn-client --driver-memory 7g --executor-memory 6g /home/hadoop/spark/main.py* exceptio