You can do it like myRDD.foreach(println(_)) to print everything. Thanks Best Regards
On Mon, Feb 23, 2015 at 11:49 PM, Manas Kar <manasdebashis...@gmail.com> wrote: > Hi experts, > I am using Spark 1.2 from CDH5.3. > When I issue commands like > myRDD.take(10) the result gets truncated after 4-5 records. > > Is there a way to configure the same to show more items? > > ..Manas >