Please see http://search-hadoop.com/m/JW1q53L9PJ
On Fri, Jan 2, 2015 at 4:31 PM, RP wrote:
> Hello Guys,
> Spark noob here. I am trying to create RDD from JSON data fetched from
> URL parsing.
> My URL parsing function gives me JSON in string format.
> How do I convert JSON string to JSONRDD
Hello Guys,
Spark noob here. I am trying to create RDD from JSON data fetched
from URL parsing.
My URL parsing function gives me JSON in string format.
How do I convert JSON string to JSONRDD so that I can use it in SparkSQL.
// get json data in string fromat
val jsonURLData = getUrlAsStri