Skip to content

README.md changes + screenshot#1

Open
ondine wants to merge 3 commits into
asimjalis:masterfrom
ondine:master
Open

README.md changes + screenshot#1
ondine wants to merge 3 commits into
asimjalis:masterfrom
ondine:master

Conversation

@ondine
Copy link
Copy Markdown

@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