From 9974a587602048173c202881ca97f04689472de5 Mon Sep 17 00:00:00 2001 From: Sriram Krishnan Date: Fri, 25 Oct 2013 18:06:26 -0700 Subject: [PATCH] Issue #9: adding license --- deploy/aws/emr_genie_bootstrap.sh | 18 ++++++++++++++++++ deploy/aws/emr_genie_launch.sh | 18 ++++++++++++++++++ deploy/aws/emr_genie_postinstall.sh | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/deploy/aws/emr_genie_bootstrap.sh b/deploy/aws/emr_genie_bootstrap.sh index 3e2d4747a99..19214811bd1 100755 --- a/deploy/aws/emr_genie_bootstrap.sh +++ b/deploy/aws/emr_genie_bootstrap.sh @@ -1,5 +1,23 @@ #!/bin/bash +## +# +# Copyright 2013 Netflix, Inc. +# +# Licensed 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. +# +## + set -x set -e diff --git a/deploy/aws/emr_genie_launch.sh b/deploy/aws/emr_genie_launch.sh index 36613d2eff1..11a08475d58 100755 --- a/deploy/aws/emr_genie_launch.sh +++ b/deploy/aws/emr_genie_launch.sh @@ -1,5 +1,23 @@ #!/bin/bash +## +# +# Copyright 2013 Netflix, Inc. +# +# Licensed 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. +# +## + if [ "$EMR_GENIE_BOOTSTRAP_LOC" == "" ]; then echo "Set EMR_GENIE_BOOTSTRAP_LOC to point to emr_genie_bootstrap.sh on S3" exit 1 diff --git a/deploy/aws/emr_genie_postinstall.sh b/deploy/aws/emr_genie_postinstall.sh index fe2e07f1d2f..757ad73322f 100755 --- a/deploy/aws/emr_genie_postinstall.sh +++ b/deploy/aws/emr_genie_postinstall.sh @@ -1,5 +1,23 @@ #!/bin/bash +## +# +# Copyright 2013 Netflix, Inc. +# +# Licensed 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. +# +## + # On Master # ensure that HDFS is writable by all users (e.g. genietest)