wonook opened a new pull request #163: [NEMO-294] Beam-Runner URL: https://github.com/apache/incubator-nemo/pull/163 JIRA: [NEMO-294: Support Nemo Runner execution by providing PipelineOptions to the Beam program](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-294) **Major changes:** - Update launch scripts to launch shaded jars with the current project version, instead of 0.1-SNAPSHOT - Refactor `JobLauncher` so that jobs can be launched from the JobLauncher's main class as well as from a particular Beam application. This also changes so that the job ID can be received from the application itself. - Use Google's AutoService from Beam to register NemoRunner as one of its runners with the `NemoRunnerRegistrar`. - Rename `NemoPipelineRunner` into `NemoRunner` to follow conventions. - Instead of having a default `executor_json` file, put in a default JSON string instead, so that it doesn't require a JSON file by default. - Add a MinimalWordCount examples from the beam homepage (from the quickstart article) **Minor changes to note:** - Fix minor typos (e.g., confg --> config) - Fix minor indentation inconsistencies **Tests for the changes:** - Existing tests confirm that these changes do not break the code **Other comments:** - N/A Closes #GITHUB_PR_NUMBER
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
