qubole / rubix

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

Add no-cache-on-master operation mode #364

Closed losipiuk closed 4 years ago

losipiuk commented 4 years ago

Add mode of operation where caching is forcibly disabled on master node. In such mode Rubix will not validate presence of cache directories on master and all requests for data will be directly routed to source. The need for that comes from https://github.com/prestosql/presto/issues/3488