【发布时间】:2018-05-17 22:11:39
【问题描述】:
Jupyter 笔记本出现以下错误。 u'Path 不存在:wasb://spk123-2018@dreamcatcher.blob.core.windows.net/data/raw-flight-data.csv; csv 文件确实存在于 Azure HDInsight 的 blob 存储中
【问题讨论】:
标签: azure jupyter-notebook azure-hdinsight
Jupyter 笔记本出现以下错误。 u'Path 不存在:wasb://spk123-2018@dreamcatcher.blob.core.windows.net/data/raw-flight-data.csv; csv 文件确实存在于 Azure HDInsight 的 blob 存储中
【问题讨论】:
标签: azure jupyter-notebook azure-hdinsight
你在 Jupyter 中执行的命令是什么?
检查两个问题: 1.文件实际上不存在。您可以通过进入 Azure 门户 -> 存储帐户并检查此容器是否有文件来检查。 2. 创建集群时,您没有将存储帐户连接到集群。
【讨论】: