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)

We want your opinion

How can we improve this page?

What kind of feedback do you have?