Skip to content
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

Add to README suggestion #42

Open
plandes opened this issue May 26, 2017 · 1 comment
Open

Add to README suggestion #42

plandes opened this issue May 26, 2017 · 1 comment

Comments

@plandes
Copy link

plandes commented May 26, 2017

I'd be glad to create a pull request, but thought it would be easier for everyone if I created an issue.

For those wanting to use Emacs Cider you have to start the REPL as a headless process with spark-submit using the Cider REPL handler.

You'll also need to add the dependency that matches the Cider version you have. You could add this in a lein profile like I do, which is to create an uberjar that gets deployed to an AWS EMR yarn cluster with:

(defproject ...
  :profiles {:aws-deploy {:dependencies [[cider/cider-nrepl "0.14.0"]]}})
@cgrand
Copy link
Contributor

cgrand commented May 26, 2017

PR welcome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants