【发布时间】:2019-02-05 02:09:12
【问题描述】:
在启动集群之前,有没有办法将 EMR-Cluster 的 JSON 配置文件中的 notebook-dir 重定向到 s3。我使用了以下分类:“jupyter-notebook-conf”并设置了以下选项: c.NotebookApp.notebook_dir "s3://[bucket]/path"
创建配置文件: “/etc/jupyter/jupyter_notebook_config.py” 使用给定的条目,但没有成功。
之前手动安装jupyterhub时可以使用--notebook-dir选项,现在尝试使用EMR-Cluster预装的jupyterhub服务 (见:Run Jupyter Notebook and JupyterHub on Amazon EMR)
【问题讨论】:
标签: amazon-web-services amazon-s3 amazon-emr jupyterhub