Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0.3
-
None
-
None
-
MariaDB 10.0.3-MariaDB Cassandra 1.2 Rhat 6 64 bit
Description
Unable to access Cassandra engine - the following error:
MariaDB [casstest]> create table t1 ( rowkey varchar(36) primary key, data1 varchar(60), data2 bigint ) engine=cassandra thrift_host='localhost' keyspace='mariadbtest2'column_family='cf1';
|
ERROR 1429 (HY000): Unable to connect to foreign data source: connect() failed: Permission denied [1]
|
MariaDB [casstest]>
|
Cassandra working fine and MariaDB working fine, the integration is not working.
Attachments
Issue Links
- relates to
-
MDEV-23024 Remove Cassandra Storage Engine
-
- Closed
-
Hi Alex,
Do you have SELinux on? If you do, before we proceed, could you please turn it off and see if you still get the error. It's known to cause all kinds of obscure permission-related problems, so it's better to rule it out from the start.
Thanks.