From b841b39de926fe189cf622470f478bbb7bfa12a8 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Fri, 29 Mar 2019 13:56:01 -0500 Subject: [PATCH] Add AL2 license to metadata of all .md files --- docs/README.md | 18 ++++++++++++++++++ docs/api.md | 15 +++++++++++++++ docs/building-spark.md | 15 +++++++++++++++ docs/cloud-integration.md | 15 +++++++++++++++ docs/cluster-overview.md | 15 +++++++++++++++ docs/configuration.md | 15 +++++++++++++++ docs/contributing-to-spark.md | 15 +++++++++++++++ docs/graphx-programming-guide.md | 15 +++++++++++++++ docs/hadoop-provided.md | 15 +++++++++++++++ docs/hardware-provisioning.md | 15 +++++++++++++++ docs/index.md | 15 +++++++++++++++ docs/job-scheduling.md | 15 +++++++++++++++ docs/ml-advanced.md | 15 +++++++++++++++ docs/ml-ann.md | 15 +++++++++++++++ docs/ml-classification-regression.md | 15 +++++++++++++++ docs/ml-clustering.md | 15 +++++++++++++++ docs/ml-collaborative-filtering.md | 15 +++++++++++++++ docs/ml-datasource.md | 15 +++++++++++++++ docs/ml-decision-tree.md | 15 +++++++++++++++ docs/ml-ensembles.md | 15 +++++++++++++++ docs/ml-features.md | 15 +++++++++++++++ docs/ml-frequent-pattern-mining.md | 15 +++++++++++++++ docs/ml-guide.md | 15 +++++++++++++++ docs/ml-linear-methods.md | 15 +++++++++++++++ docs/ml-migration-guides.md | 15 +++++++++++++++ docs/ml-pipeline.md | 15 +++++++++++++++ docs/ml-statistics.md | 15 +++++++++++++++ docs/ml-survival-regression.md | 15 +++++++++++++++ docs/ml-tuning.md | 15 +++++++++++++++ docs/mllib-classification-regression.md | 15 +++++++++++++++ docs/mllib-clustering.md | 15 +++++++++++++++ docs/mllib-collaborative-filtering.md | 15 +++++++++++++++ docs/mllib-data-types.md | 15 +++++++++++++++ docs/mllib-decision-tree.md | 15 +++++++++++++++ docs/mllib-dimensionality-reduction.md | 15 +++++++++++++++ docs/mllib-ensembles.md | 15 +++++++++++++++ docs/mllib-evaluation-metrics.md | 15 +++++++++++++++ docs/mllib-feature-extraction.md | 15 +++++++++++++++ docs/mllib-frequent-pattern-mining.md | 15 +++++++++++++++ docs/mllib-guide.md | 15 +++++++++++++++ docs/mllib-isotonic-regression.md | 15 +++++++++++++++ docs/mllib-linear-methods.md | 15 +++++++++++++++ docs/mllib-migration-guides.md | 15 +++++++++++++++ docs/mllib-naive-bayes.md | 15 +++++++++++++++ docs/mllib-optimization.md | 15 +++++++++++++++ docs/mllib-pmml-model-export.md | 15 +++++++++++++++ docs/mllib-statistics.md | 15 +++++++++++++++ docs/monitoring.md | 15 +++++++++++++++ docs/programming-guide.md | 15 +++++++++++++++ docs/quick-start.md | 15 +++++++++++++++ docs/rdd-programming-guide.md | 15 +++++++++++++++ docs/running-on-kubernetes.md | 15 +++++++++++++++ docs/running-on-mesos.md | 15 +++++++++++++++ docs/running-on-yarn.md | 15 +++++++++++++++ docs/security.md | 15 +++++++++++++++ docs/spark-standalone.md | 15 +++++++++++++++ docs/sparkr.md | 15 +++++++++++++++ docs/sql-data-sources-avro.md | 15 +++++++++++++++ docs/sql-data-sources-hive-tables.md | 15 +++++++++++++++ docs/sql-data-sources-jdbc.md | 15 +++++++++++++++ docs/sql-data-sources-json.md | 15 +++++++++++++++ docs/sql-data-sources-load-save-functions.md | 15 +++++++++++++++ docs/sql-data-sources-orc.md | 15 +++++++++++++++ docs/sql-data-sources-parquet.md | 15 +++++++++++++++ docs/sql-data-sources-troubleshooting.md | 15 +++++++++++++++ docs/sql-data-sources.md | 15 +++++++++++++++ docs/sql-distributed-sql-engine.md | 15 +++++++++++++++ docs/sql-getting-started.md | 15 +++++++++++++++ docs/sql-keywords.md | 15 +++++++++++++++ docs/sql-migration-guide-hive-compatibility.md | 15 +++++++++++++++ docs/sql-migration-guide-upgrade.md | 15 +++++++++++++++ docs/sql-migration-guide.md | 15 +++++++++++++++ docs/sql-performance-tuning.md | 15 +++++++++++++++ docs/sql-programming-guide.md | 15 +++++++++++++++ docs/sql-pyspark-pandas-with-arrow.md | 15 +++++++++++++++ docs/sql-reference.md | 15 +++++++++++++++ docs/storage-openstack-swift.md | 15 +++++++++++++++ docs/streaming-custom-receivers.md | 15 +++++++++++++++ docs/streaming-kafka-0-10-integration.md | 15 +++++++++++++++ docs/streaming-kafka-integration.md | 15 +++++++++++++++ docs/streaming-kinesis-integration.md | 15 +++++++++++++++ docs/streaming-programming-guide.md | 15 +++++++++++++++ docs/structured-streaming-kafka-integration.md | 15 +++++++++++++++ docs/structured-streaming-programming-guide.md | 15 +++++++++++++++ docs/submitting-applications.md | 15 +++++++++++++++ docs/tuning.md | 15 +++++++++++++++ 86 files changed, 1293 insertions(+) diff --git a/docs/README.md b/docs/README.md index fb67c4b3586d6..5b90f98cf803c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,21 @@ +--- +license: | + 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. +--- + Welcome to the Spark documentation! This readme will walk you through navigating and building the Spark documentation, which is included diff --git a/docs/api.md b/docs/api.md index 70484f02de78d..241d552d14329 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,21 @@ --- layout: global title: Spark API Documentation +license: | + 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. --- Here you can read API docs for Spark and its submodules. diff --git a/docs/building-spark.md b/docs/building-spark.md index ef2f2bf231c31..ab8036381922d 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -2,6 +2,21 @@ layout: global title: Building Spark redirect_from: "building-with-maven.html" +license: | + 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. --- * This will become a table of contents (this text will be scraped). diff --git a/docs/cloud-integration.md b/docs/cloud-integration.md index a014d6fe0bf92..6e5463e7fe1d0 100644 --- a/docs/cloud-integration.md +++ b/docs/cloud-integration.md @@ -3,6 +3,21 @@ layout: global displayTitle: Integration with Cloud Infrastructures title: Integration with Cloud Infrastructures description: Introduction to cloud storage support in Apache Spark SPARK_VERSION_SHORT +license: | + 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. ---