You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/08/11 06:58:53 UTC

[GitHub] [incubator-nemo] alapha23 opened a new pull request #230: [NEMO-404] Provide user argument to use lambda executor representer

alapha23 opened a new pull request #230: [NEMO-404] Provide user argument to use lambda executor representer
URL: https://github.com/apache/incubator-nemo/pull/230
 
 
   JIRA: [NEMO-404: Provide user argument to use lambda executor representer] https://issues.apache.org/jira/projects/NEMO/issues/NEMO-404)
   
   **Major changes:**
   - Prodivde user argument to use the new representer
   - Refactor task state manager and metric manager from runtime executor to runtime common
   
   **Other comments:** 
   
   Try it out by 
   ```
   ./bin/run_beam.sh \
           -job_id wordCount_testexecutor \
           -executor_json `pwd`/examples/resources/executors/beam_test_executor_resources.json \
           -optimization_policy org.apache.nemo.compiler.optimizer.policy.DefaultPolicy \
           -user_main org.apache.nemo.examples.beam.WordCount \
           -executor_type lambda \
           -user_args "`pwd`/examples/resources/inputs/test_input_wordcount `pwd`/outputs/wordcount --numEventGenerators=1" 
   ```
   
   Blocked by [NEMO-398: ExecutorRepresenter interface and DefaultExecutorRepresenter ](https://github.com/apache/incubator-nemo/pull/227)
   
   Closes #229
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services