You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/04/17 10:16:08 UTC

[hadoop] 01/01: fix RAT headers

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

elek pushed a commit to branch HDDS-1412
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit bfa41ca5bb55aa98793bec6b74613a4db98f3387
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Apr 17 12:15:38 2019 +0200

    fix RAT headers
---
 .../dist/src/main/k8s/definitions/ozone/om-ss.yaml | 15 ++++++++
 .../k8s/examples/minikube/datanode-daemonset.yaml  | 40 ----------------------
 2 files changed, 15 insertions(+), 40 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/k8s/definitions/ozone/om-ss.yaml b/hadoop-ozone/dist/src/main/k8s/definitions/ozone/om-ss.yaml
index f27f99b..820d562 100644
--- a/hadoop-ozone/dist/src/main/k8s/definitions/ozone/om-ss.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/definitions/ozone/om-ss.yaml
@@ -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.
 apiVersion: apps/v1
 kind: StatefulSet
 metadata:
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/minikube/datanode-daemonset.yaml b/hadoop-ozone/dist/src/main/k8s/examples/minikube/datanode-daemonset.yaml
deleted file mode 100644
index a1f8ea2..0000000
--- a/hadoop-ozone/dist/src/main/k8s/examples/minikube/datanode-daemonset.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-apiVersion: apps/v1
-kind: DaemonSet
-metadata:
-  name: datanode
-  labels:
-    app.kubernetes.io/component: ozone
-spec:
-  selector:
-    matchLabels:
-      app: ozone
-      component: datanode
-  template:
-    metadata:
-      annotations:
-        prometheus.io/scrape: "true"
-        prometheus.io/port: "9882"
-        prometheus.io/path: /prom
-      labels:
-        app: ozone
-        component: datanode
-    spec:
-      containers:
-      - name: datanode
-        image: '@docker.image@'
-        args:
-        - ozone
-        - datanode
-        ports:
-        - containerPort: 9870
-          name: rpc
-        envFrom:
-        - configMapRef:
-            name: config
-        volumeMounts:
-        - name: data
-          mountPath: /data
-      initContainers: []
-      volumes:
-      - name: data
-        emptyDir: {}


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org