aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-09-07 20:46:58 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-09-07 20:46:58 -0700
commit6d2198643ccb3f3c1a7a3cf07b5b96a98ae7bb1c (patch)
tree197aa01589afeea7b4e379631f4df5570558795b /ec2/deploy.generic
parenta2a0cf9d681dd01416237bf81ea538e644d65f5d (diff)
downloadspark-6d2198643ccb3f3c1a7a3cf07b5b96a98ae7bb1c.tar.gz
spark-6d2198643ccb3f3c1a7a3cf07b5b96a98ae7bb1c.tar.bz2
spark-6d2198643ccb3f3c1a7a3cf07b5b96a98ae7bb1c.zip
Adding Apache license to two files
Diffstat (limited to 'ec2/deploy.generic')
-rw-r--r--ec2/deploy.generic/root/spark-ec2/ec2-variables.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
index 675429c57e..42e8faa26e 100644
--- a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
@@ -1,5 +1,22 @@
#!/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.
+#
+
# These variables are automatically filled in by the spark-ec2 script.
export MASTERS="{{master_list}}"
export SLAVES="{{slave_list}}"