Re: load NULL Values in RDD

2015-08-27 Thread Akhil Das
Are you reading the column data from a SQL database? If so, have a look at the JdbcRDD. Thanks Best Regards On Fri, Aug 21, 2015 at 1:25 AM, SAHA, DEBOBROTA wrote: > Hi , > > > > Can anyone help me in loading a column that may or may not have NULL

load NULL Values in RDD

2015-08-20 Thread SAHA, DEBOBROTA
Hi , Can anyone help me in loading a column that may or may not have NULL values in a RDD. Thanks