We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
dataFrame.write.format("starrocks") .mode("overwrite") .option("starrocks.table.identifier", "db.table") .option("starrocks.fenodes", "fe:9030") .option("user", "username") .option("password", "password") .save()
Sorry, something went wrong.
同问,还不支持数据写入吗?可以支持一下吗?什么时候可以发布一个正式版本呢?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: