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
OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/sdk/impl/SqlClusterExecutor.java
Line 75 in 125483b
When online load data, each task will create one sql cluster executor, and X2 zk client. It's heavy. Ref 1b2f945
The text was updated successfully, but these errors were encountered:
java client add a smaller mode for loading(no deployment manager), and in spark connector, use the small one
Sorry, something went wrong.
dl239
Successfully merging a pull request may close this issue.
OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/sdk/impl/SqlClusterExecutor.java
Line 75 in 125483b
When online load data, each task will create one sql cluster executor, and X2 zk client. It's heavy.
Ref 1b2f945
The text was updated successfully, but these errors were encountered: