You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
I am trying to add a cluster which has a data cube in it.
When I try to add a cluster, I get 0 data cubes present. If I use the same cluster with pivot 0.10.27, I get proper cubes to add.
I verified using network requests and seems like swiv is not making few requests to get cubes as well as verifying the cluster host:port.
Am I doing something wrong or is there something missing. Any help is much appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The last known open source version of Pivot was 0.9.39, which is what this is a fork of. Likely that functionality was added in future, proprietary versions of pivot that this code is not based on.
You can feel free to do a PR against this repo to add that functionality (but make sure you do it with your own code).
Apart from what @cheddar suggested here are some debugging tips - try running swiv with verbose (-v) option and see if you find something meaningful, check your config (has it changed between the swiv version and pivot version that you are mentioning), make sure the status call on druid broker node includes a correct druid version otherwise I have seen the app does not queries the cluster.
@cheddar - I am under the impression that the last open source version of Pivot is 0.10.0. Here is the repo I got on a quick search.
Please let me know if I am mistaken about it or we can go ahead and try to use the code from it.
I am trying to add a cluster which has a data cube in it.
When I try to add a cluster, I get 0 data cubes present. If I use the same cluster with pivot 0.10.27, I get proper cubes to add.
I verified using network requests and seems like swiv is not making few requests to get cubes as well as verifying the cluster host:port.
Am I doing something wrong or is there something missing. Any help is much appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: