rubix icon indicating copy to clipboard operation
rubix copied to clipboard

Cache File System optimized for columnar formats and object stores

Results 79 rubix issues
Sort by recently updated
recently updated
newest added

PrestoClusterManager has a logic that if v1/node fails then the node must be a slave. This is true in ideal case but in exceptional cases this can fail on master...

Add documentation like other plugins for hadoop2 plugin as well

doc

Given that we cannot achieve 100% locality based scheduling in hadoop2, we should extend getFileBlockLocations to return multiple locations for each block. By default we should return 2 locations and...

Right now if two tasks aim at the same un-cached block, both get the status about it being not on disk, both download it and write to disk and both...

Couldn't able to set up the project in my CentOS machine. When I do `./mvnw clean install -DskipTests` the build fails: I even tried to setup using the docker, that...