What are roles in cqlsh?
Answer / Madan Kumar
Roles in cqlsh are a way to manage permissions for users. Each role has a set of privileges associated with it, which determine what operations a user can perform on the cluster. The available roles are `system_user`, `system_admin`, and `system_schema`. You can set a user's role using the `GRANT` command.nnFor example:nn```sqlnGRANT ALL PRIVILEGES ON ALL KEYSPACES TO my_user WITH ROLE = system_admin;```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of “ResultSet execute(Statement statement)” method?
Does Cassandra support ACID transactions?
What is bloom filter?
What are durable writes?
What are different logging levels in cassandra?
Define commit log?
What is a row in cassandra?
What are the differences between a node, a cluster, and datacenter in Cassandra?
What is column store db? Explain with an example.
Why is Cassandra popular? Clarify.
Is it possible to add or delete column families in a working group?
Define consistency?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)