-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Integrate Mist API with AWS EMR? #557
Comments
Hi there. Be careful, this version is not released yet and experimental. I wouldn't recommend using it in production. We neither have official documentation or guide about Mist and AWS EMR integration, but I have some practical experience about it. You can try to follow it, but I can't guarantee it will work in your case. In practice mist instance is always deployed alongside with your EMR cluster so it has a default access to EMR's yarn master service and has a spark EMR distribution. To achieve the default behaviour you either need to modify spark-defaults or add it in your
It should assign any available elasticIP when deployed so you can access it directly by this IP. By setting above options you will be able to:
After mist deployment and |
Hi Blvp, Does mist have to be installed on the EMR master node? if yes, then Mist would be tightly coupled with a single spark cluster? what if I want to run multiple jobs using the same mist. and I am unable to create a Mist setup by using a cloud formation template. It's throwing an error image that does not exist (ami-027583e616ca104df). So, If we are going with the other AMI, How to start the mist service without spark home directory ? Error: 404 Client Error: Not Found for url: http://$MistLogin:$MistPassword@$public-dns-name:80/v2/api/contexts: <title>404 Not Found</title>Not FoundThe requested URL was not found on this server. Request body: {"maxJobs": 1, "streamingDuration": "1s", "downtime": "1200s", "runOptions": "", "maxConnFailures": 1, "precreated": false, "sparkConf": {"spark.submit.deployMode": "cluster", "spark.master": "spark://holy-excalibur:7077"}, "workerMode": "exclusive", "name": "root_standalone"} Best Regards, |
Hi Guys,
We have a requirement to integrate mist with AWS EMR to run multiple jobs. Could you please suggest to us how to integrate Mist API with AWS EMR.
Thanks in advance.
The text was updated successfully, but these errors were encountered: