I am trying to read a file into a single partition but it seems like sparkContext.textFile ignores the passed minPartitions value. I know I can repartition the RDD but I was curious to know if this is expected or if this is a bug that needs to be further investigated?
- sparkContext.textFile does not honour the minPartitions a... Aniket Bhatnagar
- Re: sparkContext.textFile does not honour the minPar... Rishi Yadav
- Re: sparkContext.textFile does not honour the mi... Aniket Bhatnagar