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

[jira] [Updated] (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:all-tabpanel ]

Alexey Kukushkin updated IGNITE-13384:
--------------------------------------
    Description: 
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");

 

 

  was:
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");

 

 


> 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
>            Priority: Major
>
> 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)