You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/10/02 14:59:00 UTC

[jira] [Commented] (IGNITE-13384) Auto-generated README.txt contains invalid workingDirectory property name

    [ https://issues.apache.org/jira/browse/IGNITE-13384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206235#comment-17206235 ] 

Ilya Kasnacheev commented on IGNITE-13384:
------------------------------------------

Thank you for review [~amashenkov]

> 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)