You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2015/03/25 14:42:53 UTC

[jira] [Created] (IGNITE-578) Java examples need to update javadoc

Vasilisa Sidorova created IGNITE-578:
----------------------------------------

             Summary: Java examples need to update javadoc
                 Key: IGNITE-578
                 URL: https://issues.apache.org/jira/browse/IGNITE-578
             Project: Ignite
          Issue Type: Bug
         Environment: Ubuntu 14.04, Upload Ignite Staging build #102 for sprint-2 (ver. 1.0.0#20150325-sha1:3462d744)
            Reporter: Vasilisa Sidorova
            Assignee: Yakov Zhdanov


In the current version these examples:
* CacheStartSchemaExample
* CacheDummyStoreExample
* CacheHibernateStoreExample
* CacheJdbcStoreExample

 should be started with ExampleNodeStartup only. So javadoc should be updated lake for CacheQueryExample, ServicesExample, streaming examples, ScalaCacheQueryExample and ScalaSnowflakeSchemaExample. The text:

"
* Remote nodes should always be started with special configuration file which
 * enables P2P class loading: {@code 'ignite.{sh|bat} examples/config/example-ignite.xml'}.
 * <p>
 * Alternatively you can run {@link ExampleNodeStartup} in another JVM which will
 * start node with {@code examples/config/example-ignite.xml} configuration.
"

should be replaced by text:

"
* Remote nodes should be started using `ExampleNodeStartup` which will
 * start node with `examples/config/example-ignite.xml` configuration.
"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)