Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2025-01-13 Thread via GitHub
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()

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2025-01-13 Thread via GitHub
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() ``

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2025-01-13 Thread via GitHub
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() ``

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2025-01-13 Thread via GitHub
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() ``

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2025-01-13 Thread via GitHub
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

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2024-12-24 Thread via GitHub
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()

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2024-12-22 Thread via GitHub
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` #

[PR] [docs] Replace examples of Hadoop catalog with JDBC catalog [iceberg]

2024-12-21 Thread via GitHub
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