You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/09/24 10:59:15 UTC

[incubator-doris] branch master updated: [License] Add license header (#4664)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f87e294  [License] Add license header (#4664)
f87e294 is described below

commit f87e294caa879c6a54554cb0f1e35f4fb2786438
Author: EmmyMiao87 <52...@qq.com>
AuthorDate: Thu Sep 24 18:59:04 2020 +0800

    [License] Add license header (#4664)
---
 .rat-excludes                                           |  2 ++
 .../doris/load/loadv2/SparkYarnConfigFilesTest.java     | 17 +++++++++++++++++
 .../doris/load/loadv2/YarnApplicationReportTest.java    | 17 +++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index 7f52e13..3c1772f 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -17,3 +17,5 @@ test_data/*
 test.zip
 test.zip.md5
 webroot/*
+net_snmp_normal
+spark_laucher_monitor.log
diff --git a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/SparkYarnConfigFilesTest.java b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/SparkYarnConfigFilesTest.java
index 09e4f62..9dc497b 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/SparkYarnConfigFilesTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/SparkYarnConfigFilesTest.java
@@ -1,3 +1,20 @@
+// 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.
+
 package org.apache.doris.load.loadv2;
 
 import mockit.Mocked;
diff --git a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/YarnApplicationReportTest.java b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/YarnApplicationReportTest.java
index 2815d5f..6a0523b 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/YarnApplicationReportTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/YarnApplicationReportTest.java
@@ -1,3 +1,20 @@
+// 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.
+
 package org.apache.doris.load.loadv2;
 
 import org.apache.doris.common.LoadException;


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