Creating and managing Cloudera Data Engineering jobsPDF version

Querying data in an Iceberg table

To read the Iceberg table, you can use SparkSQL to query the Iceberg tables.

Example:
spark.sql("select * from ice_t").show(1000, false)