This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new bdd798c53 [Improvement] Add apache license header for docs (#2953)
bdd798c53 is described below
commit bdd798c53763e8a4af9fe89c20f4896749403fa6
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu Jun 20 19:33:34 2024 +0800
[Improvement] Add apache license header for docs (#2953)
Add apache license header for docs
---
docs/_index.md | 16 ++++++++++++++++
docs/admin-guides/deployment-on-kubernetes.md | 16 ++++++++++++++++
docs/admin-guides/deployment.md | 16 ++++++++++++++++
docs/admin-guides/managing-catalogs.md | 16 ++++++++++++++++
docs/admin-guides/managing-optimizers.md | 16 ++++++++++++++++
docs/admin-guides/using-kyuubi.md | 16 ++++++++++++++++
docs/concepts/catalogs.md | 16 ++++++++++++++++
docs/concepts/self-optimizing.md | 16 ++++++++++++++++
docs/concepts/table-watermark.md | 16 ++++++++++++++++
docs/engines/flink/flink-ddl.md | 16 ++++++++++++++++
docs/engines/flink/flink-dml.md | 16 ++++++++++++++++
docs/engines/flink/flink-ds.md | 16 ++++++++++++++++
docs/engines/flink/flink-get-started.md | 16 ++++++++++++++++
docs/engines/flink/using-logstore.md | 16 ++++++++++++++++
docs/engines/spark/spark-conf.md | 16 ++++++++++++++++
docs/engines/spark/spark-ddl.md | 16 ++++++++++++++++
docs/engines/spark/spark-get-started.md | 16 ++++++++++++++++
docs/engines/spark/spark-queries.md | 16 ++++++++++++++++
docs/engines/spark/spark-writes.md | 16 ++++++++++++++++
docs/engines/trino.md | 17 ++++++++++++++++-
docs/formats/iceberg.md | 16 ++++++++++++++++
docs/formats/mixed-hive.md | 16 ++++++++++++++++
docs/formats/mixed-iceberg.md | 16 ++++++++++++++++
docs/formats/overview.md | 16 ++++++++++++++++
docs/formats/paimon.md | 24 ++++++++++++++++++++----
docs/user-guides/cdc-ingestion.md | 16 ++++++++++++++++
docs/user-guides/configurations.md | 16 ++++++++++++++++
docs/user-guides/metrics.md | 16 ++++++++++++++++
docs/user-guides/using-tables.md | 16 ++++++++++++++++
pom.xml | 2 --
30 files changed, 468 insertions(+), 7 deletions(-)
diff --git a/docs/_index.md b/docs/_index.md
index d9e49bb05..885822689 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -3,6 +3,22 @@ title: "Introduction"
menu: main
weight: 0
---
+<!--
+ - 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.
+ -->
# Introduction
Amoro is a Lakehouse management system built on open data lake formats.
Working with compute engines including Flink, Spark, and Trino, Amoro brings
pluggable and self-managed features for Lakehouse to provide out-of-the-box
data warehouse experience, and helps data platforms or products easily build
infra-decoupled, stream-and-batch-fused and lake-native architecture.
diff --git a/docs/admin-guides/deployment-on-kubernetes.md
b/docs/admin-guides/deployment-on-kubernetes.md
index 01233caf9..22ca2fe0d 100644
--- a/docs/admin-guides/deployment-on-kubernetes.md
+++ b/docs/admin-guides/deployment-on-kubernetes.md
@@ -8,6 +8,22 @@ menu:
parent: Admin Guides
weight: 150
---
+<!--
+ - 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.
+ -->
# Deploy AMS On Kubernetes
## Requirements
diff --git a/docs/admin-guides/deployment.md b/docs/admin-guides/deployment.md
index c54faba98..8404f4ec8 100644
--- a/docs/admin-guides/deployment.md
+++ b/docs/admin-guides/deployment.md
@@ -8,6 +8,22 @@ menu:
parent: Admin Guides
weight: 100
---
+<!--
+ - 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.
+ -->
# Deployment
You can choose to download the stable release package from [download
page](../../../download/), or the source code form
[Github](https://github.com/apache/amoro) and compile it according to the
README.
diff --git a/docs/admin-guides/managing-catalogs.md
b/docs/admin-guides/managing-catalogs.md
index 9fa4ca388..58a7a05bf 100644
--- a/docs/admin-guides/managing-catalogs.md
+++ b/docs/admin-guides/managing-catalogs.md
@@ -8,6 +8,22 @@ menu:
parent: Admin Guides
weight: 200
---
+<!--
+ - 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.
+ -->
# Managing Catalogs
Users can import your test or online clusters through the catalog management
function provided by the AMS Dashboard. Before adding a new Catalog,
diff --git a/docs/admin-guides/managing-optimizers.md
b/docs/admin-guides/managing-optimizers.md
index 602ab80a6..94d08ebbf 100644
--- a/docs/admin-guides/managing-optimizers.md
+++ b/docs/admin-guides/managing-optimizers.md
@@ -8,6 +8,22 @@ menu:
parent: Admin Guides
weight: 300
---
+<!--
+ - 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.
+ -->
# Managing Optimizers
The optimizer is the execution unit for performing self-optimizing tasks on a
table. To isolate optimizing tasks on different tables and support the
deployment of optimizers in different environments, Amoro has proposed the
concepts of optimizer containers and optimizer groups:
diff --git a/docs/admin-guides/using-kyuubi.md
b/docs/admin-guides/using-kyuubi.md
index 460aec521..f5768210e 100644
--- a/docs/admin-guides/using-kyuubi.md
+++ b/docs/admin-guides/using-kyuubi.md
@@ -8,6 +8,22 @@ menu:
parent: Admin Guides
weight: 400
---
+<!--
+ - 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.
+ -->
# Using Kyuubi By Terminal
**Prerequisites**:
- There must be a running Kyuubi. To deploy and run Kyuubi, please refer to
[Kyuubi doc](https://kyuubi.readthedocs.io/en/master/)
diff --git a/docs/concepts/catalogs.md b/docs/concepts/catalogs.md
index 69b97ab52..02a64059b 100644
--- a/docs/concepts/catalogs.md
+++ b/docs/concepts/catalogs.md
@@ -8,6 +8,22 @@ menu:
parent: Concepts
weight: 100
---
+<!--
+ - 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.
+ -->
# Catalogs
## Introduce multi-catalog
diff --git a/docs/concepts/self-optimizing.md b/docs/concepts/self-optimizing.md
index 7730635e3..285fade2c 100644
--- a/docs/concepts/self-optimizing.md
+++ b/docs/concepts/self-optimizing.md
@@ -8,6 +8,22 @@ menu:
parent: Concepts
weight: 200
---
+<!--
+ - 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.
+ -->
# Self-optimizing
## Introduction
diff --git a/docs/concepts/table-watermark.md b/docs/concepts/table-watermark.md
index 220493dab..899e4da05 100644
--- a/docs/concepts/table-watermark.md
+++ b/docs/concepts/table-watermark.md
@@ -8,6 +8,22 @@ menu:
parent: Concepts
weight: 400
---
+<!--
+ - 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.
+ -->
# Table Watermark
## Table freshness
diff --git a/docs/engines/flink/flink-ddl.md b/docs/engines/flink/flink-ddl.md
index b00411337..f7bd199cd 100644
--- a/docs/engines/flink/flink-ddl.md
+++ b/docs/engines/flink/flink-ddl.md
@@ -8,6 +8,22 @@ menu:
parent: Flink
weight: 200
---
+<!--
+ - 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.
+ -->
# Flink DDL
## Create catalogs
diff --git a/docs/engines/flink/flink-dml.md b/docs/engines/flink/flink-dml.md
index 8d1db54fe..dc15b672d 100644
--- a/docs/engines/flink/flink-dml.md
+++ b/docs/engines/flink/flink-dml.md
@@ -8,6 +8,22 @@ menu:
parent: Flink
weight: 300
---
+<!--
+ - 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.
+ -->
# Flink DML
## Querying with SQL
diff --git a/docs/engines/flink/flink-ds.md b/docs/engines/flink/flink-ds.md
index 408267ab1..236cdbd8f 100644
--- a/docs/engines/flink/flink-ds.md
+++ b/docs/engines/flink/flink-ds.md
@@ -8,6 +8,22 @@ menu:
parent: Flink
weight: 400
---
+<!--
+ - 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.
+ -->
# Flink DataStream
## Add maven dependency
diff --git a/docs/engines/flink/flink-get-started.md
b/docs/engines/flink/flink-get-started.md
index f6bb0961e..a60796814 100644
--- a/docs/engines/flink/flink-get-started.md
+++ b/docs/engines/flink/flink-get-started.md
@@ -8,6 +8,22 @@ menu:
parent: Flink
weight: 100
---
+<!--
+ - 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.
+ -->
# Flink Getting Started
## Iceberg format
diff --git a/docs/engines/flink/using-logstore.md
b/docs/engines/flink/using-logstore.md
index f8ba9e347..44db2f1fb 100644
--- a/docs/engines/flink/using-logstore.md
+++ b/docs/engines/flink/using-logstore.md
@@ -8,6 +8,22 @@ menu:
parent: Flink
weight: 500
---
+<!--
+ - 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.
+ -->
# Using Logstore
Due to the limitations of traditional offline data warehouse architectures in
supporting real-time business needs, real-time data warehousing has experienced
rapid evolution in recent years. In the architecture of real-time data
warehousing, Apache Kafka is often used as the storage system for real-time
data. However, this also brings about the issue of data disconnection between
offline data warehouses.
diff --git a/docs/engines/spark/spark-conf.md b/docs/engines/spark/spark-conf.md
index 1d0daa7c7..fd5d97854 100644
--- a/docs/engines/spark/spark-conf.md
+++ b/docs/engines/spark/spark-conf.md
@@ -8,6 +8,22 @@ menu:
parent: Spark
weight: 200
---
+<!--
+ - 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.
+ -->
# Spark Configuration
## Catalogs configuration
diff --git a/docs/engines/spark/spark-ddl.md b/docs/engines/spark/spark-ddl.md
index c3ff603ad..487c935f4 100644
--- a/docs/engines/spark/spark-ddl.md
+++ b/docs/engines/spark/spark-ddl.md
@@ -8,6 +8,22 @@ menu:
parent: Spark
weight: 300
---
+<!--
+ - 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.
+ -->
# Spark DDL
## CREATE TABLE
diff --git a/docs/engines/spark/spark-get-started.md
b/docs/engines/spark/spark-get-started.md
index a1b34fccc..7bc7dd3f4 100644
--- a/docs/engines/spark/spark-get-started.md
+++ b/docs/engines/spark/spark-get-started.md
@@ -8,6 +8,22 @@ menu:
parent: Spark
weight: 100
---
+<!--
+ - 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.
+ -->
# Spark Getting Started
# Iceberg Format
diff --git a/docs/engines/spark/spark-queries.md
b/docs/engines/spark/spark-queries.md
index 933eb853b..b2111dabf 100644
--- a/docs/engines/spark/spark-queries.md
+++ b/docs/engines/spark/spark-queries.md
@@ -8,6 +8,22 @@ menu:
parent: Spark
weight: 400
---
+<!--
+ - 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.
+ -->
# Spark Queries
## Querying with SQL
diff --git a/docs/engines/spark/spark-writes.md
b/docs/engines/spark/spark-writes.md
index 85e92a0f3..5b914bb32 100644
--- a/docs/engines/spark/spark-writes.md
+++ b/docs/engines/spark/spark-writes.md
@@ -8,6 +8,22 @@ menu:
parent: Spark
weight: 500
---
+<!--
+ - 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.
+ -->
# Spark Writes
## Writing with SQL
diff --git a/docs/engines/trino.md b/docs/engines/trino.md
index 410e07c5e..9fa13b505 100644
--- a/docs/engines/trino.md
+++ b/docs/engines/trino.md
@@ -7,7 +7,22 @@ menu:
main:
weight: 800
---
-
+<!--
+ - 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.
+ -->
# Trino
## Iceberg format
diff --git a/docs/formats/iceberg.md b/docs/formats/iceberg.md
index c303db507..922bb9bd6 100644
--- a/docs/formats/iceberg.md
+++ b/docs/formats/iceberg.md
@@ -8,6 +8,22 @@ menu:
parent: Formats
weight: 200
---
+<!--
+ - 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.
+ -->
# Iceberg Format
Iceberg format refers to [Apache Iceberg](https://iceberg.apache.org) table,
which is an open table format for large analytical datasets designed to provide
scalable, efficient, and secure data storage and query solutions.
diff --git a/docs/formats/mixed-hive.md b/docs/formats/mixed-hive.md
index 10a71044e..6b7e6ee3a 100644
--- a/docs/formats/mixed-hive.md
+++ b/docs/formats/mixed-hive.md
@@ -8,6 +8,22 @@ menu:
parent: Formats
weight: 400
---
+<!--
+ - 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.
+ -->
# Mixed-Hive Format
Mixed-Hive format is a format that has better compatibility with Hive than
Mixed-Iceberg format.
diff --git a/docs/formats/mixed-iceberg.md b/docs/formats/mixed-iceberg.md
index af14076c5..22660fd3f 100644
--- a/docs/formats/mixed-iceberg.md
+++ b/docs/formats/mixed-iceberg.md
@@ -8,6 +8,22 @@ menu:
parent: Formats
weight: 300
---
+<!--
+ - 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.
+ -->
# Mixed-Iceberg Format
Compared with Iceberg format, Mixed-Iceberg format provides more features:
diff --git a/docs/formats/overview.md b/docs/formats/overview.md
index 40bf21e14..939a49b44 100644
--- a/docs/formats/overview.md
+++ b/docs/formats/overview.md
@@ -8,6 +8,22 @@ menu:
parent: Formats
weight: 100
---
+<!--
+ - 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.
+ -->
# Formats Overview
Table format (aka. format) was first proposed by Iceberg, which can be
described as follows:
diff --git a/docs/formats/paimon.md b/docs/formats/paimon.md
index c7cad59b1..6c24a9ecc 100644
--- a/docs/formats/paimon.md
+++ b/docs/formats/paimon.md
@@ -2,12 +2,28 @@
title: "Paimon"
url: paimon-format
aliases:
-- "formats/paimon"
+ - "formats/paimon"
menu:
-main:
-parent: Formats
-weight: 200
+ main:
+ parent: Formats
+ weight: 200
---
+<!--
+ - 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.
+ -->
# Paimon Format
Paimon format refers to [Apache Paimon](https://paimon.apache.org/) table.
diff --git a/docs/user-guides/cdc-ingestion.md
b/docs/user-guides/cdc-ingestion.md
index 97765a45e..68226a412 100644
--- a/docs/user-guides/cdc-ingestion.md
+++ b/docs/user-guides/cdc-ingestion.md
@@ -8,6 +8,22 @@ menu:
parent: User Guides
weight: 400
---
+<!--
+ - 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.
+ -->
# CDC Ingestion
CDC stands for Change Data Capture, which is a broad concept, as long as it
can capture the change data, it can be called CDC. [Flink
CDC](https://github.com/ververica/flink-cdc-connectors) is a Log message-based
data capture tool, all the inventory and incremental data can be captured.
Taking MySQL as an example, it can easily capture Binlog data through Debezium
and process the calculations in real time to send them to the data lake. The
data lake can then be queried by other engines.
diff --git a/docs/user-guides/configurations.md
b/docs/user-guides/configurations.md
index 8a6c6cb63..aa1bda987 100644
--- a/docs/user-guides/configurations.md
+++ b/docs/user-guides/configurations.md
@@ -8,6 +8,22 @@ menu:
parent: User Guides
weight: 300
---
+<!--
+ - 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.
+ -->
# Table Configurations
## Multi-level configuration management
diff --git a/docs/user-guides/metrics.md b/docs/user-guides/metrics.md
index bfe6f4bd8..98d0dbef9 100644
--- a/docs/user-guides/metrics.md
+++ b/docs/user-guides/metrics.md
@@ -8,6 +8,22 @@ menu:
parent: User Guides
weight: 500
---
+<!--
+ - 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.
+ -->
# Metrics
Amoro build a metrics system to measure the behaviours of table management
processes, like how long has it been since a table last performed
self-optimizing process, and how much resources does a optimizer group
currently has?
diff --git a/docs/user-guides/using-tables.md b/docs/user-guides/using-tables.md
index 81d417931..fd6366761 100644
--- a/docs/user-guides/using-tables.md
+++ b/docs/user-guides/using-tables.md
@@ -8,6 +8,22 @@ menu:
parent: User Guides
weight: 100
---
+<!--
+ - 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.
+ -->
# Using Tables
The SQL execution tool `Terminal` is provided in AMS dashboard to help users
quickly create, modify and delete tables.
diff --git a/pom.xml b/pom.xml
index d39dd612b..0ef4eb8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1042,8 +1042,6 @@
<!-- IDE files. -->
<exclude>**/*.iml</exclude>
<exclude>**/.idea/**</exclude>
- <!-- Docs -->
- <exclude>docs/**</exclude>
<!-- Generated content -->
<exclude>**/target/**</exclude>
<exclude>**/scalastyle-output.xml</exclude>