How is a keyspace created in cassandra?
Answer / Madhur Singh
A keyspace in Cassandra represents a collection of related tables. It is similar to a database in traditional RDBMS. To create a keyspace, use the CREATE KEYSPACE statement like this: CREATE KEYSPACE mykeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention some important components of cassandra data models?
Define the term Column Families?
What is the function of consistency cqlsh command in Cassandra?
What are partitions in cassandra?
Talk about the concept of tunable consistency in Cassandra.
How can a user get the information on the version of CQLSH?
What is hinted handoff?
How does Cassandra write?
What are components of Cassandra Data Model?
what is gossip protocol?
Explain the various types of partitioners in cassandra?
What is the use of coordinator node in read?
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)