ksumit opened a new pull request, #387:
URL: https://github.com/apache/incubator-livy/pull/387

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


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

Reply via email to