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

[ZEPPELIN-682] New interpreter for Apache Beam (incubating)/DataFlow #6

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

Conversation

mfelgamal
Copy link

@mfelgamal mfelgamal commented Aug 9, 2016

What is this PR for?

The PR is a interpreter for Apache Beam which is an open source unified platform for data processing pipelines. A pipeline can be build using one of the Beam SDKs.
The execution of the pipeline is done by different Runners . Currently, Beam supports Apache Flink Runner, Apache Spark Runner, and Google Dataflow Runner.

What type of PR is it?

  • Feature

Todos

  • Test case
  • Review Comments
  • Documentation

What is the Jira issue?

  • [ZEPPELIN-682]

How should this be tested?

  • Start the Zeppelin server
  • The prefix of interpreter is %beam and then write your code with required imports and the runner

Screenshots (if appropriate)


Questions:

  • Does the licenses files need update? no
  • Is there breaking changes for older versions? no
  • Does this needs documentation? yes

@mfelgamal mfelgamal force-pushed the beam-interpreter-static-repl-7 branch from 3adae08 to b88ff75 Compare August 9, 2016 11:47
@mfelgamal mfelgamal changed the title Beam interpreter static repl 7 [ZEPPELIN-682] New interpreter for Apache Beam (incubating)/DataFlow Aug 9, 2016
@mfelgamal mfelgamal force-pushed the beam-interpreter-static-repl-7 branch 8 times, most recently from 0a87cd2 to 42c26c2 Compare August 21, 2016 19:07
@mfelgamal mfelgamal force-pushed the beam-interpreter-static-repl-7 branch 3 times, most recently from 19e16e3 to 737b9f6 Compare September 1, 2016 12:22
@mfelgamal mfelgamal force-pushed the beam-interpreter-static-repl-7 branch 4 times, most recently from 8e22076 to 2ca029f Compare September 8, 2016 09:59
@mfelgamal mfelgamal force-pushed the beam-interpreter-static-repl-7 branch from 68f94fe to da66c27 Compare September 23, 2016 11:58
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.

1 participant