You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kukushkin (Jira)" <ji...@apache.org> on 2020/08/25 12:16:00 UTC

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

Alexey Kukushkin created IGNITE-13384:
-----------------------------------------

             Summary: 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


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]:

 

The "workingDirectory" should be changed to "workDirectory":

"You can change the location of working directory with \n" +
" igniteConfiguration.*setWorkDirectory*(location) or \n" +
" <property name=\"*workDirectory*\" value=\"location\"/> in IgniteConfiguration <bean>.\n");

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)