RE: Question on saveAsTextFile with overwrite option

2014-12-24 Thread Shao, Saisai
; > -Original Message- > From: Patrick Wendell [mailto:pwend...@gmail.com] > Sent: Thursday, December 25, 2014 3:22 PM > To: Shao, Saisai > Cc: u...@spark.apache.org; dev@spark.apache.org > Subject: Re: Question on saveAsTextFile with overwrite option > > Is it suffic

Re: Question on saveAsTextFile with overwrite option

2014-12-24 Thread Patrick Wendell
Message- > From: Patrick Wendell [mailto:pwend...@gmail.com] > Sent: Thursday, December 25, 2014 3:22 PM > To: Shao, Saisai > Cc: u...@spark.apache.org; dev@spark.apache.org > Subject: Re: Question on saveAsTextFile with overwrite option > > Is it sufficient to set &quo

RE: Question on saveAsTextFile with overwrite option

2014-12-24 Thread Cheng, Hao
; dev@spark.apache.org Subject: Re: Question on saveAsTextFile with overwrite option Is it sufficient to set "spark.hadoop.validateOutputSpecs" to false? http://spark.apache.org/docs/latest/configuration.html - Patrick On Wed, Dec 24, 2014 at 10:52 PM, Shao, Saisai wrote: > Hi, &g

Re: Question on saveAsTextFile with overwrite option

2014-12-24 Thread Patrick Wendell
Is it sufficient to set "spark.hadoop.validateOutputSpecs" to false? http://spark.apache.org/docs/latest/configuration.html - Patrick On Wed, Dec 24, 2014 at 10:52 PM, Shao, Saisai wrote: > Hi, > > > > We have such requirements to save RDD output to HDFS with saveAsTextFile > like API, but need