You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/10/01 08:33:05 UTC

[jira] [Comment Edited] (IGNITE-1146) Implement summary page with configuration downloads.

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

Pavel Konstantinov edited comment on IGNITE-1146 at 10/1/15 6:33 AM:
---------------------------------------------------------------------

1) I think we should rename generated java factory class 'ConfigurationFactory' to 'IgniteConfigurationFactory' because 'IgniteConfiguration' is returned.
2) currently we set gridName using incorrect syntax 'cfg.gridName("aaa");' 
should be 'cfg.setGridName("aaa");'


was (Author: pkonstantinov):
I think we should rename generated java factory class 'ConfigurationFactory' to 'IgniteConfigurationFactory' because 'IgniteConfiguration' is returned.

> Implement summary page with configuration downloads.
> ----------------------------------------------------
>
>                 Key: IGNITE-1146
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1146
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Andrey Novikov
>            Assignee: Pavel Konstantinov
>             Fix For: ignite-1.5
>
>         Attachments: summary - client.png, summary - server.png, test-cluster-2.xml
>
>
> Generate:
> * sprint xml configuration;
> * Java class with configuration;
> * Java snippet with configuration;
> * docker file for run with this configuration.
> Download all generated files as zip archive, generate client configuration.



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