New 'Deployment tasks' article on readme.io

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

New 'Deployment tasks' article on readme.io

Artem Shutak
Folks,

In process of working on [1] I've been created new article [2] on readme.io
as long as this functionality has been missed in documentation. Please
review and feel free to comment.

[1] https://issues.apache.org/jira/browse/IGNITE-1559
[2] http://apacheignite.gridgain.org/docs/deployment-tasks

-- Artem --
Reply | Threaded
Open this post in threaded view
|

Re: New 'Deployment tasks' article on readme.io

dsetrakyan
Artem,

I would move the deployment SPI documentation as a bottom section in "Zero
Deployment" page. Also, please use this link for documentation:

https://apacheignite.readme.io/docs

D.

On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak <[hidden email]> wrote:

> Folks,
>
> In process of working on [1] I've been created new article [2] on
> readme.io
> as long as this functionality has been missed in documentation. Please
> review and feel free to comment.
>
> [1] https://issues.apache.org/jira/browse/IGNITE-1559
> [2] http://apacheignite.gridgain.org/docs/deployment-tasks
>
> -- Artem --
>
Reply | Threaded
Open this post in threaded view
|

Re: New 'Deployment tasks' article on readme.io

yzhdanov
I am looking at this page -
https://apacheignite.readme.io/docs/deployment-spi. Correct?

Good job! However, I have minor comments:

1. SPI parameters explanations and code example should be before scanners
(scanner is SPI config as well, just more detailed info)
2. code example should include all scanners + add spring configuration
example
3.
>> quot
Http Uri Example
The following example will scan ignite/deployment folder on site
www.mysite.com using authentication 'username:password' every '10000'
milliseconds.
http://username:password;freq=10000@...:110/ignite/deployment
>>/quot

I thought this scanner will download the page served by a server and
mysite.com:110 (that will be default page), parse it and download and
deploy all GAR files specified by href attributes of <a> elements on the
page. Please correct your content if you agree.

Thanks!

--Yakov

2015-09-30 4:41 GMT+03:00 Dmitriy Setrakyan <[hidden email]>:

> Artem,
>
> I would move the deployment SPI documentation as a bottom section in "Zero
> Deployment" page. Also, please use this link for documentation:
>
> https://apacheignite.readme.io/docs
>
> D.
>
> On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak <[hidden email]>
> wrote:
>
> > Folks,
> >
> > In process of working on [1] I've been created new article [2] on
> > readme.io
> > as long as this functionality has been missed in documentation. Please
> > review and feel free to comment.
> >
> > [1] https://issues.apache.org/jira/browse/IGNITE-1559
> > [2] http://apacheignite.gridgain.org/docs/deployment-tasks
> >
> > -- Artem --
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: New 'Deployment tasks' article on readme.io

Artem Shutak
Dmitriy, I think it should stay under "Compute Grid" block because
Deployment SPI have the meaning only for ComputeTasks.

Yakov, yes, Valentine has reviewed the jira and changed page name on:
https://apacheignite.readme.io/docs/deployment-spi. I will fix your
comments and will update the jira.

Thanks for comments!

-- Artem --

On Wed, Sep 30, 2015 at 10:54 AM, Yakov Zhdanov <[hidden email]> wrote:

> I am looking at this page -
> https://apacheignite.readme.io/docs/deployment-spi. Correct?
>
> Good job! However, I have minor comments:
>
> 1. SPI parameters explanations and code example should be before scanners
> (scanner is SPI config as well, just more detailed info)
> 2. code example should include all scanners + add spring configuration
> example
> 3.
> >> quot
> Http Uri Example
> The following example will scan ignite/deployment folder on site
> www.mysite.com using authentication 'username:password' every '10000'
> milliseconds.
> http://username:password;freq=10000@...:110/ignite/deployment
> >>/quot
>
> I thought this scanner will download the page served by a server and
> mysite.com:110 (that will be default page), parse it and download and
> deploy all GAR files specified by href attributes of <a> elements on the
> page. Please correct your content if you agree.
>
> Thanks!
>
> --Yakov
>
> 2015-09-30 4:41 GMT+03:00 Dmitriy Setrakyan <[hidden email]>:
>
> > Artem,
> >
> > I would move the deployment SPI documentation as a bottom section in
> "Zero
> > Deployment" page. Also, please use this link for documentation:
> >
> > https://apacheignite.readme.io/docs
> >
> > D.
> >
> > On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak <[hidden email]>
> > wrote:
> >
> > > Folks,
> > >
> > > In process of working on [1] I've been created new article [2] on
> > > readme.io
> > > as long as this functionality has been missed in documentation. Please
> > > review and feel free to comment.
> > >
> > > [1] https://issues.apache.org/jira/browse/IGNITE-1559
> > > [2] http://apacheignite.gridgain.org/docs/deployment-tasks
> > >
> > > -- Artem --
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: New 'Deployment tasks' article on readme.io

dsetrakyan
On Wed, Sep 30, 2015 at 11:08 AM, Artem Shutak <[hidden email]> wrote:

> Dmitriy, I think it should stay under "Compute Grid" block because
> Deployment SPI have the meaning only for ComputeTasks.
>

I thought that it also works with continuous queries and EventProcessor, no?


>
> Yakov, yes, Valentine has reviewed the jira and changed page name on:
> https://apacheignite.readme.io/docs/deployment-spi. I will fix your
> comments and will update the jira.
>
> Thanks for comments!
>
> -- Artem --
>
> On Wed, Sep 30, 2015 at 10:54 AM, Yakov Zhdanov <[hidden email]>
> wrote:
>
> > I am looking at this page -
> > https://apacheignite.readme.io/docs/deployment-spi. Correct?
> >
> > Good job! However, I have minor comments:
> >
> > 1. SPI parameters explanations and code example should be before scanners
> > (scanner is SPI config as well, just more detailed info)
> > 2. code example should include all scanners + add spring configuration
> > example
> > 3.
> > >> quot
> > Http Uri Example
> > The following example will scan ignite/deployment folder on site
> > www.mysite.com using authentication 'username:password' every '10000'
> > milliseconds.
> > http://username:password;freq=10000@...:110/ignite/deployment
> > >>/quot
> >
> > I thought this scanner will download the page served by a server and
> > mysite.com:110 (that will be default page), parse it and download and
> > deploy all GAR files specified by href attributes of <a> elements on the
> > page. Please correct your content if you agree.
> >
> > Thanks!
> >
> > --Yakov
> >
> > 2015-09-30 4:41 GMT+03:00 Dmitriy Setrakyan <[hidden email]>:
> >
> > > Artem,
> > >
> > > I would move the deployment SPI documentation as a bottom section in
> > "Zero
> > > Deployment" page. Also, please use this link for documentation:
> > >
> > > https://apacheignite.readme.io/docs
> > >
> > > D.
> > >
> > > On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak <[hidden email]>
> > > wrote:
> > >
> > > > Folks,
> > > >
> > > > In process of working on [1] I've been created new article [2] on
> > > > readme.io
> > > > as long as this functionality has been missed in documentation.
> Please
> > > > review and feel free to comment.
> > > >
> > > > [1] https://issues.apache.org/jira/browse/IGNITE-1559
> > > > [2] http://apacheignite.gridgain.org/docs/deployment-tasks
> > > >
> > > > -- Artem --
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: New 'Deployment tasks' article on readme.io

Artem Shutak
Can someone help with answer on Dmitriy's question?

Dmitriy, if yes, we should update docs with this information at least.

But from continuous queries API standpoint I can't see how it can be used.
Can we specify something by string-name there (without pointing out to a
class)?

-- Artem --

On Wed, Sep 30, 2015 at 3:10 PM, Dmitriy Setrakyan <[hidden email]>
wrote:

> On Wed, Sep 30, 2015 at 11:08 AM, Artem Shutak <[hidden email]>
> wrote:
>
> > Dmitriy, I think it should stay under "Compute Grid" block because
> > Deployment SPI have the meaning only for ComputeTasks.
> >
>
> I thought that it also works with continuous queries and EventProcessor,
> no?
>
>
> >
> > Yakov, yes, Valentine has reviewed the jira and changed page name on:
> > https://apacheignite.readme.io/docs/deployment-spi. I will fix your
> > comments and will update the jira.
> >
> > Thanks for comments!
> >
> > -- Artem --
> >
> > On Wed, Sep 30, 2015 at 10:54 AM, Yakov Zhdanov <[hidden email]>
> > wrote:
> >
> > > I am looking at this page -
> > > https://apacheignite.readme.io/docs/deployment-spi. Correct?
> > >
> > > Good job! However, I have minor comments:
> > >
> > > 1. SPI parameters explanations and code example should be before
> scanners
> > > (scanner is SPI config as well, just more detailed info)
> > > 2. code example should include all scanners + add spring configuration
> > > example
> > > 3.
> > > >> quot
> > > Http Uri Example
> > > The following example will scan ignite/deployment folder on site
> > > www.mysite.com using authentication 'username:password' every '10000'
> > > milliseconds.
> > > <a href="http://username:password;freq=">http://username:password;freq=
> [hidden email]:110/ignite/deployment
> > > >>/quot
> > >
> > > I thought this scanner will download the page served by a server and
> > > mysite.com:110 (that will be default page), parse it and download and
> > > deploy all GAR files specified by href attributes of <a> elements on
> the
> > > page. Please correct your content if you agree.
> > >
> > > Thanks!
> > >
> > > --Yakov
> > >
> > > 2015-09-30 4:41 GMT+03:00 Dmitriy Setrakyan <[hidden email]>:
> > >
> > > > Artem,
> > > >
> > > > I would move the deployment SPI documentation as a bottom section in
> > > "Zero
> > > > Deployment" page. Also, please use this link for documentation:
> > > >
> > > > https://apacheignite.readme.io/docs
> > > >
> > > > D.
> > > >
> > > > On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak <[hidden email]>
> > > > wrote:
> > > >
> > > > > Folks,
> > > > >
> > > > > In process of working on [1] I've been created new article [2] on
> > > > > readme.io
> > > > > as long as this functionality has been missed in documentation.
> > Please
> > > > > review and feel free to comment.
> > > > >
> > > > > [1] https://issues.apache.org/jira/browse/IGNITE-1559
> > > > > [2] http://apacheignite.gridgain.org/docs/deployment-tasks
> > > > >
> > > > > -- Artem --
> > > > >
> > > >
> > >
> >
>