Hi,
Can I combine multiple JSON files to one DataFrame?

I tried
val df = sqlContext.read.json("/home/eranw/Workspace/JSON/sample/*")
but I get an empty DF
Eran

Reply via email to