Last active
May 23, 2020 21:04
-
-
Save nmukerje/b9c9c5d2831b45d37de9e0f2b08dc598 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%sh | |
echo '{"kernel_python_credentials" : {"url": "http://<EMR Master node Private IP>:8998/"}, "session_configs": | |
{"executorMemory": "2g","executorCores": 2,"numExecutors":4}}' > ~/.sparkmagic/config.json | |
less ~/.sparkmagic/config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment