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: [email protected] With regards, Apache Git Services
