I’m trying to read multiple .json.gz files from a Blob storage path using the
below scala code. But I’m unable to read the data from the files or print the
schema. If the files are not compressed as .gz then we are able to read all the
files into the Dataframe.
I’ve even tried giving *.gz but no luck.
val df =
spark.read.json("wasb://[email protected]/sourcePath/"<mailto:wasb://[email protected]/sourcePath/>)
- Unable to read multiple JSON.Gz File. Mahender Sarangam
- RE: Unable to read multiple JSON.Gz File. Jyoti Ranjan Mahapatra
- Re: Unable to read multiple JSON.Gz File. Mahender Sarangam
