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

[NEMO-353] Launch NEXMark applications #198

Merged
merged 3 commits into from
Mar 11, 2019
Merged

Conversation

taegeonum
Copy link
Contributor

JIRA: NEMO-353: Launch NEXMark applications

Major changes:

  • Remove nemo-client dependency from nemo-compiler-frontend-beam and create shaded-client.jar file to include it for the execution of NEXMark jobs.
  • Create an example package that contains NEXMark jar file.
  • Fix NullPointerException in BeamUnboundedSourceVertex when executing NEXMark applications.

Minor changes to note:
-Update README

@taegeonum taegeonum requested a review from johnyangk March 10, 2019 07:25
@johnyangk
Copy link
Contributor

It solves a big problem (/frontend/beam no longer depends on /client), but introduces a small problem (/client now depends on Beam).

I've filed a JIRA for the small problem.
https://issues.apache.org/jira/browse/NEMO-355

@johnyangk johnyangk merged commit 70978e7 into apache:master Mar 11, 2019
@wonook
Copy link
Member

wonook commented Mar 18, 2019

I'm experiencing an error while running my application while running an application with the ./run_beam.sh script as below after this PR. Any clues? It seems like 'WordCount' is being renamed to 'WordCount$2' for some reason.

image

@taegeonum
Copy link
Contributor Author

@wonook Did you build the beam example? I didn't get any error while running the example on the master branch.

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.

3 participants