Re: FileUtil.fullyDelete does ?

2016-07-26 Thread Divya Gehlot
eUtil.html#fullyDelete(java.io.File) > > On Tue, Jul 26, 2016 at 12:09 PM, Divya Gehlot <divya.htco...@gmail.com> > wrote: > >> Resending to right list >> -- Forwarded message -- >> From: "Divya Gehlot" <divya.htco...@gmail.c

FileUtil.fullyDelete does ?

2016-07-26 Thread Divya Gehlot
Hi, When I am doing the using theFileUtil.copymerge function val file = "/tmp/primaryTypes.csv" FileUtil.fullyDelete(new File(file)) val destinationFile= "/tmp/singlePrimaryTypes.csv" FileUtil.fullyDelete(new File(destinationFile)) val counts = partitions. reduceByKey {case (x,y) => x +