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
本地可以像java那样生成远程执行环境吗? pyflink好像只能调用java的gateway确定当前环境,不能指定远程环境. ExecutionEnvironment env = ExecutionEnvironment.createRemoteEnvironment("flink-jobmanager", 8081, "/home/user/udfs.jar")
ExecutionEnvironment env = ExecutionEnvironment.createRemoteEnvironment("flink-jobmanager", 8081, "/home/user/udfs.jar")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
本地可以像java那样生成远程执行环境吗?
pyflink好像只能调用java的gateway确定当前环境,不能指定远程环境.
ExecutionEnvironment env = ExecutionEnvironment.createRemoteEnvironment("flink-jobmanager", 8081, "/home/user/udfs.jar")
The text was updated successfully, but these errors were encountered: