Member since
06-23-2016
5
Posts
1
Kudos Received
0
Solutions
06-24-2016
07:00 PM
Yes yes load will do that but load requires an input path and i have my json stored in a string variable.
... View more
06-23-2016
11:04 PM
But "your json here" takes a path and i am having the json from an httpresponse (converted to string). I need to read from that and infer the schema and convert to rdd<ROW>
... View more
06-23-2016
10:47 PM
I dont want to read from files. I have json data in a variable coming from http response in my code.
... View more
06-23-2016
10:17 PM
1 Kudo
I am getting a json response, and in my sparkSQL data source, i need to read the data and infer schema for the json and convert in to rdd<ROW>. Is there any class to do that in spark? Thanks
... View more
Labels:
- Labels:
-
Apache Spark