In apache spark, I\'m having a dataset which I\'m writing to disk:
var ds = Seq(1, 2, 3).toDS(); ds.write.parquet("/tmp/01/01");
A