Re: BucketAssigner - Confusion

2019-04-02 Thread Jeff Crane
Serializer() { return SimpleVersionedStringSerializer.INSTANCE; }Where does that come into play, if the getBucketID makes a string anyway? On Monday, April 1, 2019, 11:44:14 AM PDT, Jeff Crane wrote: I have had an issue understanding the documentation, in regard to BucketAssigne

BucketAssigner - Confusion

2019-04-01 Thread Jeff Crane
I have had an issue understanding the documentation, in regard to BucketAssigner.BucketID getBucketId(IN element, BucketAssigner.Context  context)SimpleVersionedSerializer getSerializer()First of all, I don't understand what type of "BucketID" means. I assume that's the retur

Re: Install 1.7.2 on EC2 - No task slots - 2019

2019-03-26 Thread Jeff Crane
There are 2 out files and a log file. I will describe the steps to take below, but I have not found anything to indicate there's a problem when it cannot allocate any resources (but otherwise runs). --start default free tier aws instanceedit security group to allow 8081 incomingsudo yu

Install 1.7.2 on EC2 - No task slots - 2019

2019-03-23 Thread Jeff Crane
When downloading the latest 1.7.2 and extracting to (a free) AMZ EC2, the daemon (./bin/start-cluster.sh) reports 0 task managers, 0 task slots, and 0 avails, out of the box. All jobs fail. All ports are open to all traffic.  Can anyone tell me what I missed?