Manage concurrent executions - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

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:

  1. 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

  2. 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

  3. Restart Data360 Analyze for the changes to take effect.