[ https://issues.apache.org/jira/browse/IGNITE-24809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vadim Pakhnushev updated IGNITE-24809: -------------------------------------- Description: {{LIBS_DIR}} is defined in {{vars.bat}} before the call of this script. When redefined in {{vars.bat}}, {{LIBS_DIR}} allows to keep {{lib/*}} separately from configuration files, it is easier to upgrade versions, especially when with multiple local instances. was: Allow overriding environment variables used in starting Ignite. Following variables could be redefined (default values are provided) {code:java} IGNITE_NODE_NAME=defaultNode IGNITE_WORK_DIR=${IGNITE_HOME}/work IGNITE_LIBS_DIR=${IGNITE_HOME}/lib IGNITE_CONFIG_DIR=${IGNITE_HOME}/etc IGNITE_CONFIG_FILE=${IGNITE_CONFIG_DIR}/ignite-config.conf IGNITE_EXTRA_JVM_ARGS= {code} > Allow overriding variables in start script > ------------------------------------------ > > Key: IGNITE-24809 > URL: https://issues.apache.org/jira/browse/IGNITE-24809 > Project: Ignite > Issue Type: Improvement > Components: build > Affects Versions: 3.0 > Reporter: Vadim Pakhnushev > Assignee: Vadim Pakhnushev > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > {{LIBS_DIR}} is defined in {{vars.bat}} before the call of this script. > When redefined in {{vars.bat}}, {{LIBS_DIR}} allows to keep {{lib/*}} > separately from configuration files, it is easier to upgrade versions, > especially when with multiple local instances. -- This message was sent by Atlassian Jira (v8.20.10#820010)