问题
Can we send commands from Jupyter/IPython notebook running on AWS EC2 to AWS EMR having our code of word count ? I have followed the following url for installation of Jupyter on EC2. There is another link which installs Jupyter on EMR and performs Word Count
However i want to seperate the Jupyter to come on EC2 and Word Count to execute on EMR. Is there any way that this could be done ?
回答1:
This AWS Big Data Blog post for running Zeppelin on an external EC2 host connected to an EMR cluster may help you with achieving something similar with Jupyter instead of Zeppelin:
https://blogs.aws.amazon.com/bigdata/post/Tx2HJD3Z74J2U8U/Running-an-External-Zeppelin-Instance-using-S3-Backed-Notebooks-with-Spark-on-Am
来源:https://stackoverflow.com/questions/35450586/sending-commands-from-jupyter-ipython-running-on-ec2-to-emr-cluster