diff --git a/.rat-excludes b/.rat-excludes index f5891ba546..1dd0e07864 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -19,7 +19,8 @@ test.zip test.zip.md5 webroot/* net_snmp_normal -spark_launcher_monitor.log +.*log +lru_cache.* jmockit/* status.* env* @@ -31,3 +32,4 @@ condition_variable.* murmur_hash3.* utf8_check.cpp .markdownlintignore +tsan_suppressions diff --git a/docs/en/community/release-process.md b/docs/en/community/release-process.md index f2d41be35a..953d44c354 100644 --- a/docs/en/community/release-process.md +++ b/docs/en/community/release-process.md @@ -256,7 +256,7 @@ OpenPGP Public Key Primary Fingerprint: #### Generating keys ``` -svn co //dist.apache.org/repos/dist/dev/incubator/doris/ +svn co https://dist.apache.org/repos/dist/dev/incubator/doris/ # edit doris/KEY file gpg --list-sigs [用户 ID] >> doris/KEYS gpg --armor --export [用户 ID] >> doris/KEYS diff --git a/docs/en/community/verify-apache-release.md b/docs/en/community/verify-apache-release.md index c6b6fa2c94..34bc4eb050 100644 --- a/docs/en/community/verify-apache-release.md +++ b/docs/en/community/verify-apache-release.md @@ -67,7 +67,7 @@ Apache RAT is recommended to verify license header, which can download as follow ``` shell wget http://mirrors.tuna.tsinghua.edu.cn/apache/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz -tar zxvf apache -rat -0.13 -bin.tar.gz +tar zxvf apache-rat-0.13-bin.tar.gz ``` Given your source dir is apache-doris-a.b.c-incubating-src, you can check with following command. diff --git a/docs/zh-CN/community/release-process.md b/docs/zh-CN/community/release-process.md index 64afe8632b..baff326556 100644 --- a/docs/zh-CN/community/release-process.md +++ b/docs/zh-CN/community/release-process.md @@ -246,7 +246,7 @@ OpenPGP Public Key Primary Fingerprint: #### 生成 keys ``` -svn co //dist.apache.org/repos/dist/dev/incubator/doris/ +svn co https://dist.apache.org/repos/dist/dev/incubator/doris/ # edit doris/KEY file gpg --list-sigs [用户 ID] >> doris/KEYS gpg --armor --export [用户 ID] >> doris/KEYS diff --git a/docs/zh-CN/community/verify-apache-release.md b/docs/zh-CN/community/verify-apache-release.md index 865c133f1c..a50c17687e 100644 --- a/docs/zh-CN/community/verify-apache-release.md +++ b/docs/zh-CN/community/verify-apache-release.md @@ -72,7 +72,7 @@ sha512sum --check apache-doris-a.b.c-incubating-src.tar.gz.sha512 ``` shell wget http://mirrors.tuna.tsinghua.edu.cn/apache/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz -tar zxvf apache -rat -0.13 -bin.tar.gz +tar zxvf apache-rat-0.13-bin.tar.gz ``` 假设源码目录名称为 apache-doris-a.b.c-incubating-src,可以使用以下命令进行验证。 diff --git a/extension/spark-doris-connector/src/test/scala/org/apache/doris/spark/sql/SparkDorisConnector.scala b/extension/spark-doris-connector/src/test/scala/org/apache/doris/spark/sql/SparkDorisConnector.scala index 6d299d3ea5..8e182843ea 100644 --- a/extension/spark-doris-connector/src/test/scala/org/apache/doris/spark/sql/SparkDorisConnector.scala +++ b/extension/spark-doris-connector/src/test/scala/org/apache/doris/spark/sql/SparkDorisConnector.scala @@ -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.spark.sql import org.apache.spark.{SparkConf, SparkContext} diff --git a/fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.java b/fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.java index b83f76ecd2..b7a42539ac 100644 --- a/fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.java +++ b/fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.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.backup; import org.apache.doris.common.ClientPool; diff --git a/fe/fe-core/src/test/java/org/apache/doris/backup/S3StorageTest.java b/fe/fe-core/src/test/java/org/apache/doris/backup/S3StorageTest.java index f20b697dc4..f52d3efc69 100644 --- a/fe/fe-core/src/test/java/org/apache/doris/backup/S3StorageTest.java +++ b/fe/fe-core/src/test/java/org/apache/doris/backup/S3StorageTest.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.backup; import org.apache.commons.codec.digest.DigestUtils; diff --git a/fe/fe-core/src/test/java/org/apache/doris/common/util/S3URITest.java b/fe/fe-core/src/test/java/org/apache/doris/common/util/S3URITest.java index 0d87235f58..f310c5b945 100644 --- a/fe/fe-core/src/test/java/org/apache/doris/common/util/S3URITest.java +++ b/fe/fe-core/src/test/java/org/apache/doris/common/util/S3URITest.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.common.util; import org.junit.Test; diff --git a/ui/src/pages/playground/tree/index.css b/ui/src/pages/playground/tree/index.css index 252e08f952..f94a9edd91 100644 --- a/ui/src/pages/playground/tree/index.css +++ b/ui/src/pages/playground/tree/index.css @@ -1,3 +1,22 @@ +/** + * 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. + */ + .site-tree-search-value { color: #f50; } \ No newline at end of file