I've built a dev cluster using the TS 1.3.0.1 image for ubuntu 14.04 found here:
http://s3.amazonaws.com/downloads.basho.com/riak_ts/1.3/1.3.0/ubuntu/trusty/riak-ts_1.3.0-1_amd64.deb
The following raises "NotImplementedError: Server does not support bucket-types":
import riak
nodes = [{"host": "127.0.0.1", "http_port": 47001, "pb_port": 47101}]
client = riak.RiakClient(nodes=nodes)
client.bucket_type("grid-point").bucket("foo").get("anything")
I've built a dev cluster using the TS 1.3.0.1 image for ubuntu 14.04 found here:
http://s3.amazonaws.com/downloads.basho.com/riak_ts/1.3/1.3.0/ubuntu/trusty/riak-ts_1.3.0-1_amd64.deb
The following raises "NotImplementedError: Server does not support bucket-types":