hello all ,
i am using MS-Azure databricks platform for python+spark ,
cluster = spark 3.1.1
kindly tell me how can i import json file in it
syntax that i have used now:
df = spark.read.json("FileStore/tables/sample1.json").show(truncate = False)
and it is giving me the error :
IllegalArgumentException: Path must be absolute: FileStore/tables/sample1.json
