What is write ahead log(journaling)?
Answer / Vaseem Ahmad
Write Ahead Logging (WAL) or journaling is a database mechanism that ensures data integrity and durability. It works by writing transactions to a log file first and then updating the main database later. If there's an unexpected failure during the write process, the database can be recovered using the log file.nIn Apache Spark, write ahead logging is used in write-ahead logs (WAL) files to ensure that data written by the application is durable and can withstand failures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of File system API in Apache Spark
What is external shuffle service in spark?
What is map side join?
What is javardd?
Name the two types of shared variable available in Apache Spark?
Does spark replace hadoop?
Is spark written in java?
What is a spark rdd?
In a given spark program, how will you identify whether a given operation is Transformation or Action ?
What do spark executors manage?
What is shuffle spill in spark?
What is Spark SQL?
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)