我正尝试在Hive中使用ACID事务,但在使用Spark添加数据时遇到了问题。testdb.test VALUES("3", "C");DELETE FROM testdb.test WHERE id="1";hc = HiveContext(sc)
data = sc.parallelize([["1", "A&q
df.write.bucketBy("column").format("parquet").save()Exception in thread "main" org.apache.spark.sql.AnalysisException: 'save' does not support bucketing right now;
有没有其他方法可以保存bucketBy的结果?