问题一:机器学习PAI这样配置不对吗?
机器学习PAI这样配置不对吗?
参考回答:
对的 最后的结果 是用不可见字符 分隔的 你copy一个到本地,用vim打开看一下,一般都会有的 加上 default_value: "0"
这个 need_prefix: false 建议也加上,能节省存储空间,训练也能快一些
关于本问题的更多回答可点击原文查看:
https://developer.aliyun.com/ask/580771
问题二:机器学习PAI这个问题怎么解决?
机器学习PAI这个问题怎么解决? No factory supports the additional filters.Could not instantiate the executor. Make sure a planner module is on the classpath
执行失败
INTERNAL_ERROR: org.apache.flink.table.api.TableException: Could not instantiate the executor. Make sure a planner module is on the classpath at com.alibaba.alink.testutil.envfactory.impl.RemoteEnvFactoryImpl.getMlEnv(RemoteEnvFactoryImpl.java:48) at com.alibaba.alink.server.service.impl.RemoteEnvExecutionServiceImpl.getMLEnv(RemoteEnvExecutionServiceImpl.java:31) at com.alibaba.alink.server.service.impl.EnvExecutionServiceImpl.runImpl(EnvExecutionServiceImpl.java:38) at com.alibaba.alink.server.service.impl.RemoteEnvExecutionServiceImpl.run(RemoteEnvExecutionServiceImpl.java:43) at com.alibaba.alink.server.service.impl.ExperimentServiceImpl.runExperiment(ExperimentServiceImpl.java:89) at com.alibaba.alink.server.controller.ExperimentController.runExperiment(ExperimentController.java:123) at com.alibaba.alink.server.controller.ExperimentController
FastClassBySpringCGLIB
FastClassBySpringCGLIB2c83f912.invoke() at com.alibaba.alink.server.controller.ExperimentControllerEnhancerBySpringCGLIB
EnhancerBySpringCGLIB635f4a92.runExperiment() Caused by: org.apache.flink.table.api.NoMatchingTableFactoryException: Could not find a suitable table factory for 'org.apache.flink.table.delegation.ExecutorFactory' in the classpath. Reason: No factory supports the additional filters. The following properties are requested: class-name=org.apache.flink.table.planner.delegation.BlinkExecutorFactory streaming-mode=true The following factories have been considered: org.apache.flink.table.executor.StreamExecutorFactory at org.apache.flink.table.factories.ComponentFactoryService.find(ComponentFactoryService.java:76) at org.apache.flink.table.api.bridge.java.internal.StreamTableEnvironmentImpl.lookupExecutor(StreamTableEnvironmentImpl.java:185) at org.apache.flink.table.api.bridge.java.internal.StreamTableEnvironmentImpl.create(StreamTableEnvironmentImpl.java:156) at org.apache.flink.table.api.bridge.java.StreamTableEnvironment.create(StreamTableEnvironment.java:128) at org.apache.flink.table.api.bridge.java.StreamTableEnvironment.create(StreamTableEnvironment.java:98) at com.alibaba.alink.testutil.envfactory.impl.RemoteEnvFactoryImpl.getMlEnv(RemoteEnvFactoryImpl.java:48) at com.alibaba.alink.server.service.impl.RemoteEnvExecutionServiceImpl.getMLEnv(RemoteEnvExecutionServiceImpl.java:31) at com.alibaba.alink.server.service.impl.EnvExecutionServiceImpl.runImpl(EnvExecutionServiceImpl.java:38) at com.alibaba.alink.server.service.impl.RemoteEnvExecutionServiceImpl.run(RemoteEnvExecutionServiceImpl.java:43) at com.alibaba.alink.server.service.impl.ExperimentServiceImpl.runExperiment(ExperimentServiceImpl.java:89) at com.alibaba.alink.server.controller.ExperimentController.runExperiment(ExperimentController.java:123) at参考回答:
你好,这个问题可能是由于你没有正确配置 PAI 的 planner 模块导致的。
你可以尝试以下方法解决这个问题:
确保你已经安装了 PAI 的 planner 模块。
确保你的 planner 模块和 PAI 的版本兼容。
确保你的 planner 模块已经添加到 PAI 的 classpath 中。
如果你还不清楚如何解决这个问题,你可以联系阿里云技术支持寻求帮助。
关于本问题的更多回答可点击原文查看:
https://developer.aliyun.com/ask/581079
问题三:机器学习PAI这个问题怎么解决?
机器学习PAI这个问题怎么解决?利用官方的webui教程,容器搭建了一套,在webui上配置了一个csv到kafka的流程,一直报kafka的factory找不到。
参考回答:
要装插件。
关于本问题的更多回答可点击原文查看:
https://developer.aliyun.com/ask/581078
问题四:机器学习PAI这个流程 我在执行到 ar -这个文件 这是什么原因呢?
机器学习PAI这个流程 我在执行到 ar -resources fg_on_odps-1.3.59-jar-with-dependencies.jar,fg.json -classpath fg_on_odps-1.3.59-jar-with-dependencies.jar com.taobao.fg_on_odps.EasyRecFGMapper -i pai_online_project.taobao_train_input -o taobao_fg_train_out -f fg.json;这个命令以后,会报错
-classpath 找不到fg_on_odps-1.3.59-jar-with-dependencies.jar 这个文件 这是什么原因呢?
参考回答:
jar包必须先上传为MC的资源 你使用odpscmd的话,classpath 是jar包在本地的路径
关于本问题的更多回答可点击原文查看:
https://developer.aliyun.com/ask/580768
问题五:机器学习PAI这个镜像有问题,dsw只要选了这个镜像就会启动失败?
机器学习PAI这个镜像有问题,dsw只要选了这个镜像就会启动失败?
参考回答:
这个镜像是刚刚发布的不到10分钟,我们检查下镜像仓库
关于本问题的更多回答可点击原文查看: