From 0a8e82117ab1440d80dad1a3ea162a0e8f49c560 Mon Sep 17 00:00:00 2001 From: sadadw1 Date: Tue, 19 Nov 2024 16:21:06 +0800 Subject: [PATCH] fix: add trace-etl file header type, properties and xml --- HEADER | 31 ++++++++------- trace-etl/README.md | 38 ++++++++++--------- trace-etl/README_cn.md | 38 ++++++++++--------- trace-etl/docs/extension/extension.md | 38 ++++++++++--------- trace-etl/docs/extension/extension_cn.md | 38 ++++++++++--------- trace-etl/pom.xml | 23 ++++++++++- trace-etl/trace-etl-api/pom.xml | 21 ++++++++++ trace-etl/trace-etl-common/pom.xml | 21 ++++++++++ trace-etl/trace-etl-dao/pom.xml | 21 ++++++++++ trace-etl/trace-etl-domain/pom.xml | 21 ++++++++++ trace-etl/trace-etl-es/README.md | 38 ++++++++++--------- trace-etl/trace-etl-es/README_CN.md | 38 ++++++++++--------- trace-etl/trace-etl-es/pom.xml | 21 ++++++++++ .../src/main/resources/application.properties | 15 ++++++++ .../config/opensource-outer.properties | 15 ++++++++ .../src/main/resources/logback.xml | 21 ++++++++++ trace-etl/trace-etl-extensions/pom.xml | 21 ++++++++++ .../trace-etl-doris-extension/pom.xml | 21 ++++++++++ .../trace-etl-es-extension/pom.xml | 21 ++++++++++ .../trace-etl-kafka-extension/pom.xml | 21 ++++++++++ .../trace-etl-rocketmq-extension/pom.xml | 21 ++++++++++ trace-etl/trace-etl-manager/README.md | 38 ++++++++++--------- trace-etl/trace-etl-manager/README_CN.md | 38 ++++++++++--------- trace-etl/trace-etl-manager/pom.xml | 21 ++++++++++ .../src/main/resources/application.properties | 15 ++++++++ .../config/opensource-outer.properties | 15 ++++++++ .../src/main/resources/dubbo.properties | 17 ++++++++- .../src/main/resources/logback.xml | 21 ++++++++++ trace-etl/trace-etl-metadata/README.md | 38 ++++++++++--------- trace-etl/trace-etl-metadata/README_CN.md | 38 ++++++++++--------- trace-etl/trace-etl-metadata/pom.xml | 21 ++++++++++ .../src/main/resources/application.properties | 15 ++++++++ .../config/opensource-outer.properties | 15 ++++++++ trace-etl/trace-etl-nginx/README.md | 38 ++++++++++--------- trace-etl/trace-etl-nginx/README_CN.md | 38 ++++++++++--------- trace-etl/trace-etl-nginx/pom.xml | 21 ++++++++++ .../src/main/resources/application.properties | 15 ++++++++ .../config/opensource-outer.properties | 15 ++++++++ .../src/main/resources/logback.xml | 21 ++++++++++ trace-etl/trace-etl-server/README.md | 38 ++++++++++--------- trace-etl/trace-etl-server/README_CN.md | 38 ++++++++++--------- trace-etl/trace-etl-server/pom.xml | 21 ++++++++++ .../src/main/resources/application.properties | 15 ++++++++ .../config/opensource-outer.properties | 15 ++++++++ .../src/main/resources/dubbo.properties | 17 ++++++++- .../src/main/resources/logback.xml | 21 ++++++++++ trace-etl/trace-etl-service/pom.xml | 21 ++++++++++ 47 files changed, 901 insertions(+), 268 deletions(-) diff --git a/HEADER b/HEADER index 441fcae2e..722097550 100644 --- a/HEADER +++ b/HEADER @@ -1,13 +1,18 @@ -Copyright (C) 2020 Xiaomi Corporation - - Licensed 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. \ No newline at end of file +/* + * 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. + */ \ No newline at end of file diff --git a/trace-etl/README.md b/trace-etl/README.md index 5fdb3e700..949b3cd77 100644 --- a/trace-etl/README.md +++ b/trace-etl/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview + A system for data extraction, loading, and transformation. diff --git a/trace-etl/README_cn.md b/trace-etl/README_cn.md index 16b4f6f3c..5786d7964 100644 --- a/trace-etl/README_cn.md +++ b/trace-etl/README_cn.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 + 数据抽取、加载和转换的系统。 diff --git a/trace-etl/docs/extension/extension.md b/trace-etl/docs/extension/extension.md index 4b43bc37a..b7d8c8d9e 100644 --- a/trace-etl/docs/extension/extension.md +++ b/trace-etl/docs/extension/extension.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Extension Mechanism diff --git a/trace-etl/docs/extension/extension_cn.md b/trace-etl/docs/extension/extension_cn.md index ea18eb2f2..4552dd4f9 100644 --- a/trace-etl/docs/extension/extension_cn.md +++ b/trace-etl/docs/extension/extension_cn.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Extension机制 diff --git a/trace-etl/pom.xml b/trace-etl/pom.xml index 763ef9d7a..8684b27d3 100644 --- a/trace-etl/pom.xml +++ b/trace-etl/pom.xml @@ -1,4 +1,25 @@ + + @@ -217,4 +238,4 @@ - + \ No newline at end of file diff --git a/trace-etl/trace-etl-api/pom.xml b/trace-etl/trace-etl-api/pom.xml index a3d64d2bc..d1384cf0f 100644 --- a/trace-etl/trace-etl-api/pom.xml +++ b/trace-etl/trace-etl-api/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-common/pom.xml b/trace-etl/trace-etl-common/pom.xml index a0dc381dd..0c11bdfc0 100644 --- a/trace-etl/trace-etl-common/pom.xml +++ b/trace-etl/trace-etl-common/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-dao/pom.xml b/trace-etl/trace-etl-dao/pom.xml index 243251b50..1fbf0141a 100644 --- a/trace-etl/trace-etl-dao/pom.xml +++ b/trace-etl/trace-etl-dao/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-domain/pom.xml b/trace-etl/trace-etl-domain/pom.xml index c7f79abda..a39d2a529 100644 --- a/trace-etl/trace-etl-domain/pom.xml +++ b/trace-etl/trace-etl-domain/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-es/README.md b/trace-etl/trace-etl-es/README.md index bb4ad133a..61b3e827e 100644 --- a/trace-etl/trace-etl-es/README.md +++ b/trace-etl/trace-etl-es/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview # How to Deploy diff --git a/trace-etl/trace-etl-es/README_CN.md b/trace-etl/trace-etl-es/README_CN.md index 3ffd0463b..f355f2491 100644 --- a/trace-etl/trace-etl-es/README_CN.md +++ b/trace-etl/trace-etl-es/README_CN.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 # 如何部署 diff --git a/trace-etl/trace-etl-es/pom.xml b/trace-etl/trace-etl-es/pom.xml index 5c75252cc..9e4b30d8c 100644 --- a/trace-etl/trace-etl-es/pom.xml +++ b/trace-etl/trace-etl-es/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-es/src/main/resources/application.properties b/trace-etl/trace-etl-es/src/main/resources/application.properties index 85ee224a0..270481af0 100644 --- a/trace-etl/trace-etl-es/src/main/resources/application.properties +++ b/trace-etl/trace-etl-es/src/main/resources/application.properties @@ -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. + #server app.name=trace-etl server.type=${server.type} diff --git a/trace-etl/trace-etl-es/src/main/resources/config/opensource-outer.properties b/trace-etl/trace-etl-es/src/main/resources/config/opensource-outer.properties index 3e590f66d..20bbf4ca3 100644 --- a/trace-etl/trace-etl-es/src/main/resources/config/opensource-outer.properties +++ b/trace-etl/trace-etl-es/src/main/resources/config/opensource-outer.properties @@ -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. + #server app.name=trace_etl_es server.type=staging diff --git a/trace-etl/trace-etl-es/src/main/resources/logback.xml b/trace-etl/trace-etl-es/src/main/resources/logback.xml index 7c4bdc0ce..f7fbee73a 100644 --- a/trace-etl/trace-etl-es/src/main/resources/logback.xml +++ b/trace-etl/trace-etl-es/src/main/resources/logback.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-extensions/pom.xml b/trace-etl/trace-etl-extensions/pom.xml index 33a8bc544..bb8299204 100644 --- a/trace-etl/trace-etl-extensions/pom.xml +++ b/trace-etl/trace-etl-extensions/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml index 73b91e6ad..cb2ba689e 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml index 1157af906..76cb17463 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml index 2516a4c81..82dabfc9f 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml index 887581ec6..4f4d29542 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-manager/README.md b/trace-etl/trace-etl-manager/README.md index f753923bf..77c0a34f6 100644 --- a/trace-etl/trace-etl-manager/README.md +++ b/trace-etl/trace-etl-manager/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview diff --git a/trace-etl/trace-etl-manager/README_CN.md b/trace-etl/trace-etl-manager/README_CN.md index a3256b8f0..7a452408a 100644 --- a/trace-etl/trace-etl-manager/README_CN.md +++ b/trace-etl/trace-etl-manager/README_CN.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 # 依赖 diff --git a/trace-etl/trace-etl-manager/pom.xml b/trace-etl/trace-etl-manager/pom.xml index 80bd389ca..fca87e1ba 100644 --- a/trace-etl/trace-etl-manager/pom.xml +++ b/trace-etl/trace-etl-manager/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-manager/src/main/resources/application.properties b/trace-etl/trace-etl-manager/src/main/resources/application.properties index a7f290e09..711d79a00 100644 --- a/trace-etl/trace-etl-manager/src/main/resources/application.properties +++ b/trace-etl/trace-etl-manager/src/main/resources/application.properties @@ -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. + #server app.name=${app.name} server.type=${server.type} diff --git a/trace-etl/trace-etl-manager/src/main/resources/config/opensource-outer.properties b/trace-etl/trace-etl-manager/src/main/resources/config/opensource-outer.properties index aa6b43829..cdf44bae4 100644 --- a/trace-etl/trace-etl-manager/src/main/resources/config/opensource-outer.properties +++ b/trace-etl/trace-etl-manager/src/main/resources/config/opensource-outer.properties @@ -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. + #server app.name=trace_etl_manager server.type=staging diff --git a/trace-etl/trace-etl-manager/src/main/resources/dubbo.properties b/trace-etl/trace-etl-manager/src/main/resources/dubbo.properties index 5c048b993..e26a3290c 100644 --- a/trace-etl/trace-etl-manager/src/main/resources/dubbo.properties +++ b/trace-etl/trace-etl-manager/src/main/resources/dubbo.properties @@ -1 +1,16 @@ -dubbo.trace.log.path=/home/work/log/dubbo/trace-etl_ +# 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. + +dubbo.trace.log.path=/home/work/log/dubbo/trace-etl_ \ No newline at end of file diff --git a/trace-etl/trace-etl-manager/src/main/resources/logback.xml b/trace-etl/trace-etl-manager/src/main/resources/logback.xml index 21d94df2d..a14797362 100644 --- a/trace-etl/trace-etl-manager/src/main/resources/logback.xml +++ b/trace-etl/trace-etl-manager/src/main/resources/logback.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-metadata/README.md b/trace-etl/trace-etl-metadata/README.md index 1f618f45a..ede34d85b 100644 --- a/trace-etl/trace-etl-metadata/README.md +++ b/trace-etl/trace-etl-metadata/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview diff --git a/trace-etl/trace-etl-metadata/README_CN.md b/trace-etl/trace-etl-metadata/README_CN.md index 3ba512d1b..6bb604a6a 100644 --- a/trace-etl/trace-etl-metadata/README_CN.md +++ b/trace-etl/trace-etl-metadata/README_CN.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 # 如何部署 diff --git a/trace-etl/trace-etl-metadata/pom.xml b/trace-etl/trace-etl-metadata/pom.xml index 063dfedb8..f1e034446 100644 --- a/trace-etl/trace-etl-metadata/pom.xml +++ b/trace-etl/trace-etl-metadata/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-metadata/src/main/resources/application.properties b/trace-etl/trace-etl-metadata/src/main/resources/application.properties index 9df9389ca..ef900269d 100644 --- a/trace-etl/trace-etl-metadata/src/main/resources/application.properties +++ b/trace-etl/trace-etl-metadata/src/main/resources/application.properties @@ -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. + #server app.name=${app.name} server.type=${server.type} diff --git a/trace-etl/trace-etl-metadata/src/main/resources/config/opensource-outer.properties b/trace-etl/trace-etl-metadata/src/main/resources/config/opensource-outer.properties index 7fd6f70a5..ee0b7e923 100644 --- a/trace-etl/trace-etl-metadata/src/main/resources/config/opensource-outer.properties +++ b/trace-etl/trace-etl-metadata/src/main/resources/config/opensource-outer.properties @@ -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. + #server app.name=trace-etl server.type=staging diff --git a/trace-etl/trace-etl-nginx/README.md b/trace-etl/trace-etl-nginx/README.md index 90a419f9e..e311ea455 100644 --- a/trace-etl/trace-etl-nginx/README.md +++ b/trace-etl/trace-etl-nginx/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview diff --git a/trace-etl/trace-etl-nginx/README_CN.md b/trace-etl/trace-etl-nginx/README_CN.md index 47cf5173a..8cbc991b2 100644 --- a/trace-etl/trace-etl-nginx/README_CN.md +++ b/trace-etl/trace-etl-nginx/README_CN.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 # 如何部署 diff --git a/trace-etl/trace-etl-nginx/pom.xml b/trace-etl/trace-etl-nginx/pom.xml index f230fa3bf..8dd9c145b 100644 --- a/trace-etl/trace-etl-nginx/pom.xml +++ b/trace-etl/trace-etl-nginx/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-nginx/src/main/resources/application.properties b/trace-etl/trace-etl-nginx/src/main/resources/application.properties index ddd67ea9f..d455937a4 100644 --- a/trace-etl/trace-etl-nginx/src/main/resources/application.properties +++ b/trace-etl/trace-etl-nginx/src/main/resources/application.properties @@ -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. + #server app.name=${app.name} server.type=${server.type} diff --git a/trace-etl/trace-etl-nginx/src/main/resources/config/opensource-outer.properties b/trace-etl/trace-etl-nginx/src/main/resources/config/opensource-outer.properties index 25a3cf689..bdb8c0649 100644 --- a/trace-etl/trace-etl-nginx/src/main/resources/config/opensource-outer.properties +++ b/trace-etl/trace-etl-nginx/src/main/resources/config/opensource-outer.properties @@ -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. + #server app.name=trace_etl_nginx server.type=staging diff --git a/trace-etl/trace-etl-nginx/src/main/resources/logback.xml b/trace-etl/trace-etl-nginx/src/main/resources/logback.xml index e6a81ee80..0fc8cfff0 100644 --- a/trace-etl/trace-etl-nginx/src/main/resources/logback.xml +++ b/trace-etl/trace-etl-nginx/src/main/resources/logback.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-server/README.md b/trace-etl/trace-etl-server/README.md index 896a71438..98aec5e68 100644 --- a/trace-etl/trace-etl-server/README.md +++ b/trace-etl/trace-etl-server/README.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # Overview diff --git a/trace-etl/trace-etl-server/README_CN.md b/trace-etl/trace-etl-server/README_CN.md index fb822641f..59b0b09a6 100644 --- a/trace-etl/trace-etl-server/README_CN.md +++ b/trace-etl/trace-etl-server/README_CN.md @@ -1,21 +1,23 @@ -/* - * 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. - */ + # 概述 # 如何部署 diff --git a/trace-etl/trace-etl-server/pom.xml b/trace-etl/trace-etl-server/pom.xml index f7d771a79..c046a0933 100644 --- a/trace-etl/trace-etl-server/pom.xml +++ b/trace-etl/trace-etl-server/pom.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-server/src/main/resources/application.properties b/trace-etl/trace-etl-server/src/main/resources/application.properties index 7598e9102..fefa60910 100644 --- a/trace-etl/trace-etl-server/src/main/resources/application.properties +++ b/trace-etl/trace-etl-server/src/main/resources/application.properties @@ -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. + #server app.name=${app.name} server.type=${server.type} diff --git a/trace-etl/trace-etl-server/src/main/resources/config/opensource-outer.properties b/trace-etl/trace-etl-server/src/main/resources/config/opensource-outer.properties index 438b30b17..d42ae416e 100644 --- a/trace-etl/trace-etl-server/src/main/resources/config/opensource-outer.properties +++ b/trace-etl/trace-etl-server/src/main/resources/config/opensource-outer.properties @@ -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. + #server app.name=90768_trace_etl server.type=staging diff --git a/trace-etl/trace-etl-server/src/main/resources/dubbo.properties b/trace-etl/trace-etl-server/src/main/resources/dubbo.properties index 5c048b993..e26a3290c 100644 --- a/trace-etl/trace-etl-server/src/main/resources/dubbo.properties +++ b/trace-etl/trace-etl-server/src/main/resources/dubbo.properties @@ -1 +1,16 @@ -dubbo.trace.log.path=/home/work/log/dubbo/trace-etl_ +# 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. + +dubbo.trace.log.path=/home/work/log/dubbo/trace-etl_ \ No newline at end of file diff --git a/trace-etl/trace-etl-server/src/main/resources/logback.xml b/trace-etl/trace-etl-server/src/main/resources/logback.xml index a74020eb2..c8e24dd4a 100644 --- a/trace-etl/trace-etl-server/src/main/resources/logback.xml +++ b/trace-etl/trace-etl-server/src/main/resources/logback.xml @@ -1,4 +1,25 @@ + + diff --git a/trace-etl/trace-etl-service/pom.xml b/trace-etl/trace-etl-service/pom.xml index e8cf8dc4c..08e33a239 100644 --- a/trace-etl/trace-etl-service/pom.xml +++ b/trace-etl/trace-etl-service/pom.xml @@ -1,4 +1,25 @@ + +