The concept of 'Schema on Read' is primarily associated with which Big Data technology?

  • Apache HBase
  • Apache Hive
  • Apache Kafka
  • Apache Spark
The concept of 'Schema on Read' is primarily associated with Apache Hive. In Hive, data is stored without a predefined schema, and the schema is applied at the time of reading/querying the data. This flexibility is beneficial for handling diverse data formats.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *