What is secondary index in Cassandra ?
Answer : A primary index is global, although a secondary index is local.
What is cluster, node and key space in cassandra ?
Answer : Cluster is a collection of multiple data centers.
What is Cassandra data modelling ?
Answer : The Group of independent servers (usually in close proximity to one another) interconnected via network to work as...
What is a seed node in Apache Cassandra ?
Answer : Seeds are used to discover the cluster in the start up period...
What is the history of the Cassandra database ?
Answer : Amazon's dynamo and Prashant malik are written by Avinash Lakshman at first succeed Cassandra at Facebook to...
What is Cassandra database software ?
Answer : Apache Cassandra is a simple and open-source provides NoSQL DBMS build to handle huge volume of data against more...
What is the process to perform an incremental data load in sqoop ?
Answer : Sqoop provides an incremental import mode.
What is commodity hardware ?
Answer : Commodity hardware is a low-cost system identified ...
What are the features of Apache HBase ?
Answer : Linear and modular scalability...
Difference between Hive and HBase ?
Answer : Hive is a datawarehousing package built on the top of Hadoop...
What are the different configuration files in Hadoop ?
Answer : hadoop-env.sh,core-site.xml,hdfs-site.xml...
What are the different types of file permissions in HDFS ?
Answer : Hadoop distributed file system (HDFS) uses a specific permissions...
Difference between nfs and hdfs ?
Answer : NFS (Network File System) is one of the oldest and popular...
Why do we need Data Locality in Hadoop ?
Answer : Datasets in HDFS store as blocks in DataNodes...
What are the running modes of Hadoop ?
Answer : The three running modes of Hadoop are as follows...
What are the configuration parameters in a “MapReduce” program ?
Answer : Input location of Jobs in the distributed file system...
What are the core components of Hadoop ?
Answer : Hadoop is an open source framework that is meant...
What are the features of Hadoop ?
Answer : Hadoop supports the storage and processing of big data...
What is the difference between Hadoop and RDBMS ?
Answer : Hadoop Based on ‘Schema on Read’...
How to recover a NameNode when it is down ?
Answer : Use the FsImage which is file system metadata...