Remote deployment scripts which stable enough for development purposes
Each context JVM now has separate process dir which helps to avoid local DerbyDB collisions (metastore_db)
21 Instead of fire and forget context JVM we monitor underlying context process
Due to code style changes diff is huge (although I've added cosmic changes only to files related for features implementation). This is a big bad PR. Sorry.
Other:
Fixed hardcoded location in client
Fixed urls to Spark UI in /contexts
Implemented config overrides (over application.conf and settings.sh)
Fix bug when some job results can't be displayed in UI #20
Fixes some error handling cases
Code style
@raduchilom please review this. Plus we should consider to write at least e2e tests for this project.
There are 3 major improvements here:
metastore_db
)21 Instead of fire and forget context JVM we monitor underlying context process
Due to code style changes diff is huge (although I've added cosmic changes only to files related for features implementation). This is a big bad PR. Sorry.
Other:
/contexts
application.conf
andsettings.sh
)@raduchilom please review this. Plus we should consider to write at least e2e tests for this project.