Skip to content

Commit 8a121ec

Browse files
SbloodySruanwenjun
authored andcommitted
remove import and export function
1 parent 9c157a1 commit 8a121ec

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/resources/workflow-json/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "test1",
1212
"taskParams": {
1313
"localParams": [],
14-
"rawScript": "hello world",
14+
"rawScript": "echo 'hello world'",
1515
"resourceList": []
1616
},
1717
"taskPriority": "MEDIUM",

dolphinscheduler-standalone-server/src/main/resources/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ master:
169169
# master heartbeat interval
170170
max-heartbeat-interval: 10s
171171
server-load-protection:
172-
enabled: false
172+
enabled: true
173173
# Master max system cpu usage, when the master's system cpu usage is smaller then this value, master server can execute workflow.
174174
max-system-cpu-usage-percentage-thresholds: 0.8
175175
# Master max jvm cpu usage, when the master's jvm cpu usage is smaller then this value, master server can execute workflow.
@@ -205,7 +205,7 @@ worker:
205205
# worker group name. If it is not set, the default value is default.
206206
group: default
207207
server-load-protection:
208-
enabled: false
208+
enabled: true
209209
# Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, worker server can be dispatched tasks.
210210
max-system-cpu-usage-percentage-thresholds: 0.8
211211
# Worker max jvm cpu usage, when the worker's jvm cpu usage is smaller then this value, worker server can be dispatched tasks.

dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
</if>
8282
<appender-ref ref="STANDALONELOGFILE"/>
8383
<appender-ref ref="TASKLOGFILE"/>
84-
<appender-ref ref="STDOUT"/>
8584
</root>
8685

8786
</configuration>

0 commit comments

Comments
 (0)