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

rkk pushed a commit to branch SDAP-445-asf-compliance
in repository 
https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git

commit 2b6ed2ba91e5b2906b77ea7b2ec0d27a2b3bf0ec
Author: rileykk <[email protected]>
AuthorDate: Tue Mar 14 11:56:38 2023 -0700

    More headers
---
 etc/elasticsearch/setup_es.txt       | 15 +++++++++++++++
 etc/lambda-spark/spark-defaults.conf | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/etc/elasticsearch/setup_es.txt b/etc/elasticsearch/setup_es.txt
index 8f12b35..84bd75a 100644
--- a/etc/elasticsearch/setup_es.txt
+++ b/etc/elasticsearch/setup_es.txt
@@ -1,3 +1,18 @@
+# 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.
+
 export ES_HOST=localhost:9201
 
 curl -X PUT "$ES_HOST/parquet_stats_v1" --data "@parquet_stats_v1.json" -H 
'Content-Type:application/json'
diff --git a/etc/lambda-spark/spark-defaults.conf 
b/etc/lambda-spark/spark-defaults.conf
index a0332eb..4b62ca1 100644
--- a/etc/lambda-spark/spark-defaults.conf
+++ b/etc/lambda-spark/spark-defaults.conf
@@ -1,3 +1,18 @@
+# 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.driver.bindAddress 127.0.0.1
 spark.hadoop.fs.s3.impl org.apache.hadoop.fs.s3a.S3AFileSystem
 spark.hadoop.fs.s3a.endpoint s3-us-east-1.amazonaws.com

Reply via email to