[
https://issues.apache.org/jira/browse/IGNITE-13384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Kasnacheev updated IGNITE-13384:
-------------------------------------
Fix Version/s: 2.10
> Auto-generated README.txt contains invalid workingDirectory property name
> -------------------------------------------------------------------------
>
> Key: IGNITE-13384
> URL: https://issues.apache.org/jira/browse/IGNITE-13384
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.8.1
> Reporter: Alexey Kukushkin
> Assignee: Ilya Kasnacheev
> Priority: Major
> Fix For: 2.10
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Running ignite when the ignite's work directory is missing creates the work
> directory and generates a README.txt inside. [Currently the README wrongly
> says|https://github.com/apache/ignite/blob/864220966caa4157c4fee8a1bc85171623963604/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java#L9425]:
>
> {{"You can change the location of working directory with \n" +}}
> {{ "
> igniteConfiguration.{color:#de350b}*setWorkingDirectory*{color}(location) or
> \n" +}}
> {{ " <property name=\"{color:#de350b}*workingDirectory*{color}\"
> value=\"location\"/> in IgniteConfiguration <bean>.\n");}}
>
> The "workingDirectory" should be changed to "workDirectory":
>
> {{"You can change the location of working directory with \n" +}}
> {{ " igniteConfiguration.{color:#00875a}*setWorkDirectory*{color}(location)
> or \n" +}}
> {{ " <property name=\"{color:#00875a}*workDirectory*{color}\"
> value=\"location\"/> in IgniteConfiguration <bean>.\n");}}
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)