kevinjqliu commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1913641156
##
site/docs/spark-quickstart.md:
##
@@ -267,44 +271,109 @@ To read a table, simply use the Iceberg table's name.
df = spark.table("demo.nyc.taxis").show()
Fokko commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1913038717
##
site/docs/spark-quickstart.md:
##
@@ -267,44 +271,109 @@ To read a table, simply use the Iceberg table's name.
df = spark.table("demo.nyc.taxis").show()
``
Fokko commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1913039173
##
site/docs/spark-quickstart.md:
##
@@ -267,44 +271,109 @@ To read a table, simply use the Iceberg table's name.
df = spark.table("demo.nyc.taxis").show()
``
Fokko commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1913037140
##
site/docs/spark-quickstart.md:
##
@@ -267,44 +271,109 @@ To read a table, simply use the Iceberg table's name.
df = spark.table("demo.nyc.taxis").show()
``
Fokko commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1913035248
##
docs/docs/spark-getting-started.md:
##
@@ -41,20 +41,27 @@ spark-shell --packages
org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:{{ iceb
### Adding catalogs
kevinjqliu commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1896903736
##
site/docs/spark-quickstart.md:
##
@@ -267,44 +271,109 @@ To read a table, simply use the Iceberg table's name.
df = spark.table("demo.nyc.taxis").show()
kevinjqliu commented on code in PR #11845:
URL: https://github.com/apache/iceberg/pull/11845#discussion_r1895040536
##
docs/docs/spark-getting-started.md:
##
Review Comment:
note, there are two "getting started" docs
this one and `site/docs/spark-quickstart.md`
#
kevinjqliu opened a new pull request, #11845:
URL: https://github.com/apache/iceberg/pull/11845
Closes #11284
This PR replaces examples of Hadoop catalog with the JDBC catalog
[devlist
discussion](https://lists.apache.org/thread/2too7vobf4f4h99qonbl2ok06slsww43)
## Testing