qubole / rubix

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

Bookkeeperjvm #166

Closed kvankayala closed 6 years ago

kvankayala commented 6 years ago

This PR includes test case with bookkeeper and LDS as separate JVMs.

abhishekdas99 commented 6 years ago

The tests are going to fail because there is no rubix jars or the hadoop jars in /usr/lib/

abhishekdas99 commented 6 years ago

For now if the tests are running in you local, can you remove the test , beforeclass, beforemethod etc all these attributes so that the tests don't run.

We need to come back to this once the docker container with hadoop is setup

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 195


Files with Coverage Reduction New Missed Lines %
rubix-core/src/main/java/com/qubole/rubix/core/utils/DummyClusterManager.java 2 0.0%
rubix-spi/src/main/java/com/qubole/rubix/spi/ClusterManager.java 6 0.0%
rubix-presto/src/main/java/com/qubole/rubix/presto/PrestoClusterManager.java 11 69.05%
rubix-hadoop2/src/main/java/com/qubole/rubix/hadoop2/Hadoop2ClusterManager.java 11 68.29%
<!-- Total: 30 -->
Totals Coverage Status
Change from base Build 155: 1.2%
Covered Lines: 579
Relevant Lines: 2383

💛 - Coveralls