YahooArchive / swiv

For the open source UI formerly know as Pivot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create cluster with auto creation of data cubes

shahsank3t opened this issue · comments

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 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.

@pjain1 - Thanks for the debugging tips.