How does Spark Sql Parse Json? -


i working spark sql , considering using data contained within json datasets. aware of .jsonfile() method in spark sql.

i have 2 questions:

  1. what general strategy used spark sql .jsonfile() parse/decode json dataset?

  2. what other general strategies parsing/decoding json datasets?

(example of answers i'm looking json file read etl pipeline , transformed predefined data structure.)

thanks.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -