Multiple sets of nodes can be run simultaneously. This means that you can start running a set of nodes while other nodes are already running. Each time you do this, the nodes selected to run will be in a separate "execution". The number of concurrent executions that can be ongoing per user per data flow is controlled by this property: ls.lae.execution.concurrentExecutionsPerSession
This is a server side property that will affect all runs by all users. The default is 4.
To change the default:
- Go to the cust.prop file, located at:
<Data360Analyze site configuration directory>/conf/cust.prop
For example:
C:/Users/<username>/Data360Analyze/site-7731/conf/cust.prop
- Add this property to the cust.prop file, where
4
is replaced by the number of concurrent executions that you want to specify:ls.lae.execution.concurrentExecutionsPerSession=4
-
Restart Data360 Analyze for the changes to take effect.