Skip to content

Conversation

@AhyoungRyu
Copy link

@AhyoungRyu AhyoungRyu commented Jul 21, 2016

I wrote spark_cluster_mode.md based on your issue. Please feel free to add new contents or update if it's need :)

And here is the screenshot images. It will be shown on Zeppelin docs site like below.

  • Dropdown menu: More -> Advanced -> Zeppelin on Spark Cluster Mode(Standalone)
    screen shot 2016-07-22 at 10 48 35 am
  • spark_cluster_mode.md docs
    screen shot 2016-07-22 at 10 47 04 am
    screen shot 2016-07-22 at 10 47 12 am

@astroshim
Copy link
Owner

Really great job @AhyoungRyu

@AhyoungRyu
Copy link
Author

@astroshim I pushed more commits and updated PR description with some screenshots.


```
cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers
docker build -t "spark_standalone"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be docker build -t "spark_standalone" . you missed '.' in the end of line. :)

@astroshim
Copy link
Owner

astroshim commented Jul 22, 2016

Following image is spark screen shot.

image

@AhyoungRyu
Copy link
Author

@astroshim The screenshot image you wanna show is not shown properly :)

@astroshim
Copy link
Owner

Following image is for verifying that the spark is running in docker.
image

@AhyoungRyu
Copy link
Author

I addressed all your feedback. Could you check please?

@astroshim
Copy link
Owner

@AhyoungRyu It's really good. Thank you for your great effort. :+100:

@AhyoungRyu
Copy link
Author

Thanks. My pleasure :)

astroshim pushed a commit that referenced this pull request Sep 29, 2016
## What is this PR for?
The PR is a interpreter for [Apache Beam](http://beam.incubator.apache.org) 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)
![](https://s9.postimg.org/s6eiwrbxb/beam_interpreter.png)
![](https://s9.postimg.org/eq3h8wsrz/visualisation_with_table.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? yes

Author: mahmoudelgamal <[email protected]>
Author: mfelgamal <[email protected]>
Author: Fouad <[email protected]>

Closes apache#1334 from mfelgamal/beam-interpreter-static-repl-7 and squashes the following commits:

da66c27 [mahmoudelgamal] Modify condition of checking static modifier
55c1322 [mahmoudelgamal] set spark version to 1.6.2 and throw original exception
27d7690 [mahmoudelgamal] set spark version to 1.6.1 and some modifications
750041c [mahmoudelgamal] Add readme file and modify pom file and travis.yml
ca88f94 [mahmoudelgamal] edit pom file and .travis.yml
3d65427 [mahmoudelgamal] update .travis.yml file
f19f98d [mahmoudelgamal] Make easy example with imports ands some modifications
74c14ca [mahmoudelgamal] Update the licenses
acc7afb [mahmoudelgamal] Change beam to version 0.2.0
e821614 [mahmoudelgamal] Removing hadoop-core and print stack trace to failure
5cb7c7b [mahmoudelgamal] Add some changes to doc and pom file
75fc4f7 [mahmoudelgamal] add interpreter to navigation.html and remove extra spaces and lines
9b1b385 [mahmoudelgamal] put beam in alphabetical order
9c1e25d [mahmoudelgamal] Adding changes like logging and conventions and license
2aa6d65 [mahmoudelgamal] changing class name to StaticRepl and adding some modifications
7cf25fb [mahmoudelgamal] Adding some tests
3c5038f [mahmoudelgamal] Modifying the documentation
5695077 [mahmoudelgamal] Modifying pom file and Making documentation
26fc59b [mahmoudelgamal] Refactoring of the code
3a2bd85 [mahmoudelgamal] Adding the beam to zeppelin 7
ab7ee2d [mahmoudelgamal] beam interpreter
85957ff [mfelgamal] Merge pull request #10 from apache/master
852c3d3 [mfelgamal] Merge pull request #9 from apache/master
a4bcc0d [mfelgamal] Merge pull request #8 from apache/master
858f1e1 [mfelgamal] Merge pull request #7 from apache/master
03a1e80 [mfelgamal] Merge pull request #4 from apache/master
2586651 [Fouad] Merge pull request #2 from apache/master
@astroshim astroshim closed this Oct 22, 2016
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