Is it possible to use Jupyter Notebook for AWS Glu

2019-07-20 22:11发布

I got started using AWS Glue for my data ETL. I've pulled in my data sources into my AWS data catalog, and am about to create a job for the data from one particular Postgres database I have for testing. I have read online that when authoring your own job, you can use a Zeppelin notebook. I haven't used Zeppelin at all, but have used Jupyter notebook heavily as I'm a python developer, and was using it a lot for data analytics, and machine learning self learnings. I haven't been able to find it anywhere online, so my question is this "Is there a way to use Jupyter notebook in place of a Zeppelin notebook when authoring your own AWS Glue jobs?"

1条回答
▲ chillily
2楼-- · 2019-07-20 23:14

I think it should be possible, if you can setup a Jupyter notebook locally, and enable SSH tunneling to the AWS Glue. I do see some reference sites for setting up local Jupyter notebook, enable SSH tunneling, etc, though not AWS Glue specific.

查看更多
登录 后发表回答