qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

Daemonize all the threads created in RubiX #316

Closed kvankayala closed 5 years ago

kvankayala commented 5 years ago

As Rubix is creating non-daemon threads, the spark application JVM in the master is not shutting down. Make all the Rubix threads as daemonized.