This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
new 9353990f7 [LINKIS-2902] Add license header (#2903)
9353990f7 is described below
commit 9353990f763eed7274f0766f3433a74629a517c6
Author: Zhen Wang <[email protected]>
AuthorDate: Fri Aug 19 20:38:32 2022 +0800
[LINKIS-2902] Add license header (#2903)
---
.../db/upgrade/1.2.0_schema/mysql/linkis_dml.sql | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_dml.sql
b/linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_dml.sql
index 17edb19d0..57772deb0 100644
--- a/linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_dml.sql
+++ b/linkis-dist/package/db/upgrade/1.2.0_schema/mysql/linkis_dml.sql
@@ -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.
+*/
+
UPDATE `linkis_ps_configuration_config_key` SET `default_value` = 'default'
WHERE `key` = 'wds.linkis.rm.yarnqueue';
UPDATE `linkis_ps_configuration_config_key` SET `description` =
'范围:-1-10000,单位:个', `default_value` = '-1', `validate_range` = '[-1,10000]'
WHERE `key` = 'mapred.reduce.tasks';
DELETE FROM `linkis_ps_configuration_config_key` WHERE `key` IN
('dfs.block.size','hive.exec.reduce.bytes.per.reducer','wds.linkis.engineconn.max.free.time');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]