This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch notes-1.6.1
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/notes-1.6.1 by this push:
new 6efaaf07c Add file headers
6efaaf07c is described below
commit 6efaaf07c0c94ace58df8f30e450c16c1a76a987
Author: Jia Yu <[email protected]>
AuthorDate: Sun Aug 18 20:37:42 2024 -0700
Add file headers
---
binder/start | 15 +++++++++++++++
docker/sedona-spark-jupyterlab/start.sh | 15 +++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/binder/start b/binder/start
index 9862f99ce..a3e191071 100755
--- a/binder/start
+++ b/binder/start
@@ -1,5 +1,20 @@
#!/bin/bash
+# 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 SPARK_HOME=$HOME/spark-3.4.2-bin-hadoop3
export PATH=$SPARK_HOME/bin:$PATH
export PYTHONPATH=$SPARK_HOME/python:$PYTHONPATH
diff --git a/docker/sedona-spark-jupyterlab/start.sh
b/docker/sedona-spark-jupyterlab/start.sh
index 840d80c6b..e5de2b70d 100755
--- a/docker/sedona-spark-jupyterlab/start.sh
+++ b/docker/sedona-spark-jupyterlab/start.sh
@@ -1,5 +1,20 @@
#!/usr/bin/env bash
+# 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.
+
DRIVER_MEM=${DRIVER_MEM:-4g}
EXECUTOR_MEM=${EXECUTOR_MEM:-4g}