How do I add a resource with an ideal state and buckets since my resource has extremely large number of partitions ? I can't find an addResource call in HelixAdmin to do the same ?
Thanks Varun On Fri, Nov 21, 2014 at 8:07 PM, Kanak Biscuitwala <[email protected]> wrote: > Hi Varun, > > Adding a resource is equivalent to adding an ideal state. So if you just > create your own initial ideal state and set it, you've effectively created > a resource with the properties that you want. > > Kanak > > ________________________________ > > Date: Fri, 21 Nov 2014 17:08:36 -0800 > > Subject: Re: Specifying Bucket size when adding resource with IDEAL_STATE > > From: [email protected] > > To: [email protected] > > > > Or should I break this up into 2 calls - one to add the resource and > > then another to set the ideal states ? > > > > On Fri, Nov 21, 2014 at 5:03 PM, Varun Sharma > > <[email protected]<mailto:[email protected]>> wrote: > > Looking at the HelixAdmin API - I do not see an API for adding a > > resource with a particular IdealState and the number of buckets to use > > (znodes). > > > > Thanks > > Varun > > > >
