【问题标题】:remote Kernel not found while scheduling the notebook in Vertex AI在 Vertex AI 中安排笔记本时找不到远程内核
【发布时间】:2022-10-13 15:16:15
【问题描述】:

我是云新手,它的组件。我正在尝试使用 dataproc 的远程内核在顶点 AI 中安排一个笔记本。当 schdeuler 调用笔记本时,我收到错误 jupyter_client.kernelspec.NoSuchKernel: No such kernel named remote-54f5982ba157bXXXXXXXXXX-python3。当我手动运行它时,它工作正常。知道为什么会这样

【问题讨论】:

    标签: google-cloud-vertex-ai gcp-ai-platform-notebook


    【解决方案1】:

    如果您使用的是 Executor,则需要将 JobType 定义为 Dataproc 并相应地定义 dataprocParameters。

    https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v1/ExecutionTemplate#JobType

    当您使用 Dataproc 内核时,您将通过结合了本地内核和远程 Dataproc 内核的“混合器服务”进行远程访问。当您通过 executor 执行 Notebook 时,executor 作业直接在 Dataproc 中运行,因此您需要指定它。

    【讨论】:

      猜你喜欢
      • 2021-10-15
      • 1970-01-01
      • 2022-12-02
      • 2022-01-05
      • 2021-12-29
      • 2023-02-15
      • 2021-11-19
      • 1970-01-01
      • 2021-03-04
      相关资源
      最近更新 更多