|
@@ -41,3 +41,8 @@ we declare a custom parameter named "param_key", with the value "param_val". The
|
|
|
After running this example, we would see "param_val" print in the log.
|
|
|
|
|
|

|
|
|
+
|
|
|
+## Attention
|
|
|
+The shell task type resolves whether the task log contains ```application_xxx_xxx``` to determine whether is the yarn task. If so, the corresponding application
|
|
|
+will be use to judge the running state of the current shell node. At this time, if stops the operation of the workflow, the corresponding ```application_id```
|
|
|
+will be killed.
|