Open Green-Lemon opened 2 years ago
When I try to write it like this:
dataFrame.write.format("starrocks") .mode("overwrite") .option("starrocks.table.identifier", "db.table") .option("starrocks.fenodes", "fe:9030") .option("user", "username") .option("password", "password") .save()
a exception occur:
com.starrocks.connector.spark.sql.StarrocksSourceProvider does not allow create table as select.
同问,还不支持数据写入吗?可以支持一下吗?什么时候可以发布一个正式版本呢?
From the commit record, it seems that the connector has supported writer. Is there a demo that write to StarRocks from the Spark RDD/DataFrame?