Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Unable to create cluster with auto creation of data cubes #2

Open
shahsank3t opened this issue Jan 24, 2017 · 3 comments
Open

Unable to create cluster with auto creation of data cubes #2

shahsank3t opened this issue Jan 24, 2017 · 3 comments

Comments

@shahsank3t
Copy link

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.

@cheddar
Copy link
Collaborator

cheddar commented Jan 24, 2017

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

@pjain1
Copy link
Collaborator

pjain1 commented Jan 24, 2017

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.

@shahsank3t
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants