Skip to content

README.md changes + screenshot #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ondine
Copy link

@ondine ondine commented Mar 22, 2016

H @asimjalis, thanks so much for the talk and quickstart! I added the solutions that we spoke of to the issues encountered thus far. I've also included a test notebook OK_TestNotebook.ipynb (which is failing) that has the test Scala code from the readme.

sc.parallelize(1 to 100).
  filter(x => x % 2 == 0).
  map(x => x * x).
  take(10)

I've pasted the gist here: https://gist.github.com/ondine/56186677a0414d8bc98b (which has both the command line and UI traces).

Thoughts?

I can also close and resubmit this PR without the failing test notebook if that would be helpful?

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

Successfully merging this pull request may close these issues.

2 participants