You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2022/02/08 03:44:44 UTC

[iceberg-docs] branch main updated: Update AWS services that support Iceberg (#44)

This is an automated email from the ASF dual-hosted git repository.

jackye pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e53d99  Update AWS services that support Iceberg (#44)
6e53d99 is described below

commit 6e53d99955d59824d070db36a702efe875cf2bda
Author: Jack Ye <yz...@amazon.com>
AuthorDate: Mon Feb 7 19:44:38 2022 -0800

    Update AWS services that support Iceberg (#44)
---
 docs/content/docs/athena/_index.md    |  23 +++++++++++++++++++++++
 docs/content/docs/emr/_index.md       |  23 +++++++++++++++++++++++
 docs/content/docs/integrations/aws.md |   9 +++++++++
 docs/static/img/athena-logo.png       | Bin 0 -> 20651 bytes
 docs/static/img/emr-logo.png          | Bin 0 -> 18885 bytes
 5 files changed, 55 insertions(+)

diff --git a/docs/content/docs/athena/_index.md b/docs/content/docs/athena/_index.md
new file mode 100644
index 0000000..fbdb137
--- /dev/null
+++ b/docs/content/docs/athena/_index.md
@@ -0,0 +1,23 @@
+---
+title: "Amazon Athena"
+bookIconImage: ../img/athena-logo.png
+bookFlatSection: true
+weight: 440
+bookExternalUrlNewWindow: https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
\ No newline at end of file
diff --git a/docs/content/docs/emr/_index.md b/docs/content/docs/emr/_index.md
new file mode 100644
index 0000000..b29d213
--- /dev/null
+++ b/docs/content/docs/emr/_index.md
@@ -0,0 +1,23 @@
+---
+title: "Amazon EMR"
+bookIconImage: ../img/emr-logo.png
+bookFlatSection: true
+weight: 450
+bookExternalUrlNewWindow: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-create-cluster.html
+---
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
\ No newline at end of file
diff --git a/docs/content/docs/integrations/aws.md b/docs/content/docs/integrations/aws.md
index 9d2c732..add8a4b 100644
--- a/docs/content/docs/integrations/aws.md
+++ b/docs/content/docs/integrations/aws.md
@@ -447,6 +447,11 @@ spark-sql --packages org.apache.iceberg:iceberg-spark3-runtime:{{% icebergVersio
 
 ## Run Iceberg on AWS
 
+### Amazon Athena
+
+[Amazon Athena](https://aws.amazon.com/athena/) provides a serverless query engine that could be used to perform read, write, update and optimization tasks against Iceberg tables.
+More details could be found [here](https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html).
+
 ### Amazon EMR
 
 [Amazon EMR](https://aws.amazon.com/emr/) can provision clusters with [Spark](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark.html) (EMR 6 for Spark 3, EMR 5 for Spark 2),
@@ -494,6 +499,10 @@ install_dependencies $LIB_PATH $ICEBERG_MAVEN_URL $ICEBERG_VERSION "${ICEBERG_PA
 install_dependencies $LIB_PATH $AWS_MAVEN_URL $AWS_SDK_VERSION "${AWS_PACKAGES[@]}"
 ```
 
+### AWS EKS
+
+[AWS Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/) can be used to start any Spark, Flink, Hive, Presto or Trino clusters to work with Iceberg.
+Search the [Iceberg blogs](../../../blogs) page for tutorials around running Iceberg with Docker and Kubernetes.
 
 ### Amazon Kinesis
 
diff --git a/docs/static/img/athena-logo.png b/docs/static/img/athena-logo.png
new file mode 100644
index 0000000..236c18e
Binary files /dev/null and b/docs/static/img/athena-logo.png differ
diff --git a/docs/static/img/emr-logo.png b/docs/static/img/emr-logo.png
new file mode 100644
index 0000000..63391d4
Binary files /dev/null and b/docs/static/img/emr-logo.png differ