@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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,可以使用以下命令进行验证。
|
||||
|
||||
@ -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}
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user