You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/01/28 22:13:13 UTC

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #678: Add Java code examples and update site docs

rdsr commented on a change in pull request #678: Add Java code examples and update site docs
URL: https://github.com/apache/incubator-iceberg/pull/678#discussion_r372088348
 
 

 ##########
 File path: examples/README.md
 ##########
 @@ -0,0 +1,198 @@
+# Iceberg Java API Examples (with Spark)
+
+## About
+Welcome! :smile:
+
+If you've stumbled across this module, hopefully you're looking for some guidance on how to get started with the [Apache Iceberg](https://iceberg.apache.org/) table format. This set of classes collects code examples of how to use the Iceberg Java API with Spark, along with some extra detail here in the README.
+
+The examples are structured as JUnit tests that you can download and run locally if you want to mess around with Iceberg yourself. 
+
+## Using Iceberg 
+### Maven
+If you'd like to try out Iceberg in your own project, you can use the `spark-iceberg-runtime` dependency:
 
 Review comment:
   `spark-iceberg-runtime` -> `iceberg-spark-runtime` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org