ksumit opened a new pull request, #407: URL: https://github.com/apache/incubator-livy/pull/407
## What changes were proposed in this pull request? This PR introduces a docker and docker-compose based integrated environment for local debugging. The environment consists of: 1. Standalone spark cluster consisting of one spark master and one spark worker 2. Livy configured to connect to this standalone cluster Attached README explains how this integrated environment can be customized to test with private changes. ## How was this patch tested? 1. Used `docker-compose up` to bring up the integrated environment 2. Logged into livy container and submitted sample spark and sql statements. 3. Verified spark master, spark worker and livy UIs to be working, verified statements to have succeeded. 4. Verified remote debugging to work by attaching IDE to Livy server Earlier PR #387 got closed accidentally when I force merged to the source branch. I've addressed the concerns in that PR as well. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
