标签: java xml apache-spark
我想根据列名将我的文件拆分并保存为xml,但下面的代码不起作用。
文件会自动分割。
df.write().partitionBy(columnName).format("xml").save(filePath);