-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
请问efls-data的单机部署构建镜像时一定要求FLINK-K8S环境吗 #17
Comments
单机部署模式不需要k8s环境。看起来你可能是在物理机上运行了测试程序,实际上需要在docker环境里运行。
其中${efls-data-docker-image} 为你打好的镜像名称 |
感谢回复,事实上我是在docker环境内操作的,会报这个错,是不是Dockerfile有问题呢,我第一次按照dockerfile build后甚至会出现JAVA_HOME找不到的问题,有点怀疑是不是镜像制作中pyflink装的有问题 另外请教一下通过EFLS训练的模型该如何保存和加载?文档中似乎没有提及 |
参考文档,在调用fit函数的时候填入checkpoint_dir来进行模型的加载 |
Dockerfile里这一部分是关于xfl-java的编译,看起来你的xfl-java在docker build过程中没有正确编译,必要的话请贴一下docker build过程中这里的日志。 |
https://github.com/alibaba/Elastic-Federated-Learning-Solution/blob/master/docs/English/Standalone_Deployment_CN.md
我参照上面这个单机部署教程后,运行
python /xfl/test/test_data_join.py
后报错如下是由
env = StreamExecutionEnvironment.get_execution_environment()
这里引起的请问一定要在k8s上部署flink环境再启动docker镜像才可以部署单机模式么?
The text was updated successfully, but these errors were encountered: