Alexander Belyak created IGNITE-23485:
-----------------------------------------
Summary: Unify vars config file
Key: IGNITE-23485
URL: https://issues.apache.org/jira/browse/IGNITE-23485
Project: Ignite
Issue Type: Improvement
Components: configuration
Affects Versions: 3.0
Reporter: Alexander Belyak
Ignite3 contains two pretty similar config files: vars.env and vars.bat. The
first one is for MacOS and Linux, and the second is for Windows OS.
It brings the following disadvantages:
# The user could change vars.bat on a Linux server by mistake, restart the
node and wonder why the property didn't change.
# If the user has Windows on the local PC and Linux on the server - he can't
just copy the configs and have an even bigger chance of making a mistake
# All around documentation we have to write "change vars.bar/vars.env to ..."
Let's use a single copy of the vars file, like `vars.ini` for all OSs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)