Hello guys i am trying to implement Bucketing in DataBricks free edition this is the code and error
employee_df.write.format("csv")\
.option("header","true")\
.mode("overwrite")\
.bucketBy(3,"id")\
.option("path","/Volumes/workspace/default/hello/bucket_by_id/")\
.saveAsTable("employee_bucket")
[RequestId=7a6c63a6-5996-4ff4-a397-6dbad16568be ErrorClass=INVALID_PARAMETER_VALUE.INVALID_PARAMETER_VALUE] Missing cloud file system scheme