Is it possible to specify a user, password, and non standard port for the thrift servers?

You are viewing an old version of this question. View the current version here.

Plugins that come or work with MariaDB

Answer

It is possible to specify port. A table may have a thrift_port attribute, so one can specify

create table t ( ....) thrift_host=... thrift_port=...

As for user/password: Cassandra Storage Engine was developed against Cassandra 1.1, which did not really have authentication (it only had AllowAllAuthenticator).

This is why Cassandra SE doesn't support specifying username/password.

Cassandra 1.2 got real authentication. Cassandra SE should be updated to support it.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.