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/12 15:16:44 UTC

[GitHub] [incubator-nemo] alapha23 opened a new pull request #231: [NEMO-406]

alapha23 opened a new pull request #231: [NEMO-406] 
URL: https://github.com/apache/incubator-nemo/pull/231
 
 
   JIRA: [NEMO-406: Invoke LambdaExecutor without creating containers](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-406)
   
   ### Description
   Invoke LambdaExecutor without creating containers.
   
   By calling requestLambdaExecutor in Nemo Driver, we hope to set up Netty server, invoke a lambda executor and connect through Netty channel.
   
   LambdaMaster is implemented with details of setting up netty server and invoking lambda executor.
   For now, we use port 9999 but future work can search for available ports.
   
   `LambdaEvent`, `LambdaInboundHandler`, `NettyChannelInitializer` are for messaging between `LambdaExecutors` and `LambdaMaster`.

----------------------------------------------------------------
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