This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch branch-0.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 4001c80283e4824e597ecf2f9fb9002655398c7b Author: EmmyMiao87 <522274...@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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org