You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Denis Magda <dm...@apache.org> on 2017/04/13 19:46:48 UTC

Apache Ignite 2.0 Documentation

Folks,

I’ve prepared a list of changes that have to be documented before the public release of 2.0:
https://issues.apache.org/jira/browse/IGNITE-4960

That’s an impressive release and there are some many things to document. Actually, I’ll try to document the biggest part contacting contributors in person but still need a help from some of you:

* Nikita, Oleg (Machine Learning): https://issues.apache.org/jira/browse/IGNITE-4964
* Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/jira/browse/IGNITE-4967
* Vovan (custom thread pools): https://issues.apache.org/jira/browse/IGNITE-4969
* Vovan or Taras (next gen async API): https://issues.apache.org/jira/browse/IGNITE-4972
* Val (Hibernate improvements): https://issues.apache.org/jira/browse/IGNITE-4972
* Pavel (.NET plugin system): https://issues.apache.org/jira/browse/IGNITE-4973
* Pavel (.NET dynamically registered classes): https://issues.apache.org/jira/browse/IGNITE-4974
* Igor Sapego (C++ CQ remote filters): https://issues.apache.org/jira/browse/IGNITE-4976

Let’s pull together and accomplish this part of the release together. 

—
Denis


Re: Apache Ignite 2.0 Documentation

Posted by Denis Magda <dm...@apache.org>.
All the examples work fine taking the libs from Maven Central. Agree with Alexey that it can take some time while 3rd party sites like [1] get synched up with Maven Central. In any case, I’ll put this on my radar.

[1] https://mvnrepository.com/artifact/org.apache.ignite/ignite-core <https://mvnrepository.com/artifact/org.apache.ignite/ignite-core>

—
Denis

> On May 5, 2017, at 9:50 AM, Rishi Yagnik <ri...@gmail.com> wrote:
> 
> Thank you Alexey..
> 
> On Fri, May 5, 2017 at 10:49 AM, Alexey Kuznetsov <ak...@apache.org>
> wrote:
> 
>> Rishi,
>> 
>> May be not all mirrors are updated yet?
>> On [1] I see ignite-2.0 and can download jars from [2].
>> 
>> [1] http://search.maven.org
>> [2] https://repo1.maven.org/maven2/org/apache/ignite/ignite-core/2.0.0/
>> 
>> On Fri, May 5, 2017 at 10:22 PM, Rishi Yagnik <ri...@gmail.com>
>> wrote:
>> 
>>> I tried upgrading Ignite 2.0 but cant find ignite libs on maven
>> repository.
>>> 
>>> https://mvnrepository.com/artifact/org.apache.ignite/ignite-core
>>> 
>>> 
>>> 
>> --
>> Alexey Kuznetsov
>> 
> 
> 
> 
> -- 
> Rishi Yagnik


Re: Apache Ignite 2.0 Documentation

Posted by Rishi Yagnik <ri...@gmail.com>.
Thank you Alexey..

On Fri, May 5, 2017 at 10:49 AM, Alexey Kuznetsov <ak...@apache.org>
wrote:

> Rishi,
>
> May be not all mirrors are updated yet?
> On [1] I see ignite-2.0 and can download jars from [2].
>
> [1] http://search.maven.org
> [2] https://repo1.maven.org/maven2/org/apache/ignite/ignite-core/2.0.0/
>
> On Fri, May 5, 2017 at 10:22 PM, Rishi Yagnik <ri...@gmail.com>
> wrote:
>
> > I tried upgrading Ignite 2.0 but cant find ignite libs on maven
> repository.
> >
> > https://mvnrepository.com/artifact/org.apache.ignite/ignite-core
> >
> >
> >
> --
> Alexey Kuznetsov
>



-- 
Rishi Yagnik

Re: Apache Ignite 2.0 Documentation

Posted by Alexey Kuznetsov <ak...@apache.org>.
Rishi,

May be not all mirrors are updated yet?
On [1] I see ignite-2.0 and can download jars from [2].

[1] http://search.maven.org
[2] https://repo1.maven.org/maven2/org/apache/ignite/ignite-core/2.0.0/

On Fri, May 5, 2017 at 10:22 PM, Rishi Yagnik <ri...@gmail.com> wrote:

> I tried upgrading Ignite 2.0 but cant find ignite libs on maven repository.
>
> https://mvnrepository.com/artifact/org.apache.ignite/ignite-core
>
>
>
-- 
Alexey Kuznetsov

Re: Apache Ignite 2.0 Documentation

Posted by Rishi Yagnik <ri...@gmail.com>.
I tried upgrading Ignite 2.0 but cant find ignite libs on maven repository.

https://mvnrepository.com/artifact/org.apache.ignite/ignite-core



On Thu, May 4, 2017 at 1:43 PM, Denis Magda <dm...@apache.org> wrote:

> Evgeniy,
>
> Thanks a lot for pointing out to this! I’ve fixed the docs.
>
> —
> Denis
>
> > On May 3, 2017, at 11:56 PM, Evgeniy Ignatiev <
> yevgeniy.ignatyev@gmail.com> wrote:
> >
> > Hello.
> >
> > On a "Resource Injection" page LoadBalancerResource line states that it
> injects IgniteLogger - seems to be an issue with docs. Also on
> "Asynchronous Support" in "Closures Execution and Thread Pools" section
> there seems to be some typos/missed words:
> >
> > asynchronous operation has been *comp* completed
> > Otherwise, the closure will be <executed> asynchronously upon the
> operation completion
> >
> > On 5/4/2017 3:07 AM, Denis Magda wrote:
> >> Well, so many stuff that I eventually forgot about RocketMQ
> integration, sorry Roman ;)
> >> Just released the latest doc: https://apacheignite-mix.
> readme.io/docs/rocketmq-streamer
> >>
> >> —
> >> Denis
> >>
> >>> On May 3, 2017, at 4:00 PM, Denis Magda <dm...@apache.org> wrote:
> >>>
> >>> Igniters, thanks to all of you who helped documenting 2.0 features! We
> could complete the documentation just in time and I’ve just released it.
> >>>
> >>> Just to give you a sense on how many things were added to Ignite 2.0
> here is a list of completely new or significantly updated docs:
> >>>     * Page memory: https://apacheignite.readme.io/docs/page-memory
> >>>     * Memory & Cache Metrics: https://apacheignite.readme.
> io/docs/memory-and-cache-metrics
> >>>     * Eviction policies: https://apacheignite.readme.io/docs/evictions
> >>>
> >>>     * DDL: https://apacheignite.readme.io/docs/distributed-ddl
> >>>
> >>>     * Machine Learning Grid (beta): https://apacheignite.readme.
> io/docs/machine-learning
> >>>
> >>>     * Renewed Async API: https://apacheignite.readme.
> io/docs/async-support
> >>>     * Apache Ignite thread pools including the new custom one:
> https://apacheignite.readme.io/docs/thread-pools
> >>>
> >>>     * .NET Plugins: https://apacheignite-net.readme.io/docs/plugins
> >>>
> >>>     * C++ Continuous Queries remote filters: https://apacheignite-cpp.
> readme.io/docs/continuous-queries#section-remote-filter
> >>>
> >>>     * Spring Data Integration: https://apacheignite-mix.
> readme.io/v2.0/docs/spring-data
> >>>
> >>> And, for the first time we prepare a migration guide for you dear
> users: https://apacheignite.readme.io/docs/apache-ignite-20
> >>>
> >>> —
> >>> Denis
> >>>
> >>>> On Apr 13, 2017, at 6:46 PM, Dmitriy Setrakyan <ds...@apache.org>
> wrote:
> >>>>
> >>>> Denis, thanks for tracking the documentation changes! This is the
> part that
> >>>> usually gets missed by the community.
> >>>>
> >>>> On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org>
> wrote:
> >>>>
> >>>>> Folks,
> >>>>>
> >>>>> I’ve prepared a list of changes that have to be documented before the
> >>>>> public release of 2.0:
> >>>>> https://issues.apache.org/jira/browse/IGNITE-4960
> >>>>>
> >>>>> That’s an impressive release and there are some many things to
> document.
> >>>>> Actually, I’ll try to document the biggest part contacting
> contributors in
> >>>>> person but still need a help from some of you:
> >>>>>
> >>>>> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4964
> >>>>> * Vovan or Alex P. (DDL indexing statements):
> https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4967
> >>>>> * Vovan (custom thread pools): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4969
> >>>>> * Vovan or Taras (next gen async API): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4972
> >>>>> * Val (Hibernate improvements): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4972
> >>>>> * Pavel (.NET plugin system): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4973
> >>>>> * Pavel (.NET dynamically registered classes):
> https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4974
> >>>>> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
> >>>>> jira/browse/IGNITE-4976
> >>>>>
> >>>>> Let’s pull together and accomplish this part of the release together.
> >>>>>
> >>>>> —
> >>>>> Denis
> >>>>>
> >>>>>
> >
>
>


-- 
Rishi Yagnik

Re: Apache Ignite 2.0 Documentation

Posted by Denis Magda <dm...@apache.org>.
Evgeniy,

Thanks a lot for pointing out to this! I’ve fixed the docs.

—
Denis

> On May 3, 2017, at 11:56 PM, Evgeniy Ignatiev <ye...@gmail.com> wrote:
> 
> Hello.
> 
> On a "Resource Injection" page LoadBalancerResource line states that it injects IgniteLogger - seems to be an issue with docs. Also on "Asynchronous Support" in "Closures Execution and Thread Pools" section there seems to be some typos/missed words:
> 
> asynchronous operation has been *comp* completed
> Otherwise, the closure will be <executed> asynchronously upon the operation completion
> 
> On 5/4/2017 3:07 AM, Denis Magda wrote:
>> Well, so many stuff that I eventually forgot about RocketMQ integration, sorry Roman ;)
>> Just released the latest doc: https://apacheignite-mix.readme.io/docs/rocketmq-streamer
>> 
>> —
>> Denis
>> 
>>> On May 3, 2017, at 4:00 PM, Denis Magda <dm...@apache.org> wrote:
>>> 
>>> Igniters, thanks to all of you who helped documenting 2.0 features! We could complete the documentation just in time and I’ve just released it.
>>> 
>>> Just to give you a sense on how many things were added to Ignite 2.0 here is a list of completely new or significantly updated docs:
>>> 	* Page memory: https://apacheignite.readme.io/docs/page-memory
>>> 	* Memory & Cache Metrics: https://apacheignite.readme.io/docs/memory-and-cache-metrics
>>> 	* Eviction policies: https://apacheignite.readme.io/docs/evictions
>>> 
>>> 	* DDL: https://apacheignite.readme.io/docs/distributed-ddl
>>> 
>>> 	* Machine Learning Grid (beta): https://apacheignite.readme.io/docs/machine-learning
>>> 
>>> 	* Renewed Async API: https://apacheignite.readme.io/docs/async-support
>>> 	* Apache Ignite thread pools including the new custom one: https://apacheignite.readme.io/docs/thread-pools
>>> 
>>> 	* .NET Plugins: https://apacheignite-net.readme.io/docs/plugins
>>> 
>>> 	* C++ Continuous Queries remote filters: https://apacheignite-cpp.readme.io/docs/continuous-queries#section-remote-filter
>>> 
>>> 	* Spring Data Integration: https://apacheignite-mix.readme.io/v2.0/docs/spring-data
>>> 
>>> And, for the first time we prepare a migration guide for you dear users: https://apacheignite.readme.io/docs/apache-ignite-20
>>> 
>>> —
>>> Denis
>>> 
>>>> On Apr 13, 2017, at 6:46 PM, Dmitriy Setrakyan <ds...@apache.org> wrote:
>>>> 
>>>> Denis, thanks for tracking the documentation changes! This is the part that
>>>> usually gets missed by the community.
>>>> 
>>>> On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org> wrote:
>>>> 
>>>>> Folks,
>>>>> 
>>>>> I’ve prepared a list of changes that have to be documented before the
>>>>> public release of 2.0:
>>>>> https://issues.apache.org/jira/browse/IGNITE-4960
>>>>> 
>>>>> That’s an impressive release and there are some many things to document.
>>>>> Actually, I’ll try to document the biggest part contacting contributors in
>>>>> person but still need a help from some of you:
>>>>> 
>>>>> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4964
>>>>> * Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4967
>>>>> * Vovan (custom thread pools): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4969
>>>>> * Vovan or Taras (next gen async API): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4972
>>>>> * Val (Hibernate improvements): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4972
>>>>> * Pavel (.NET plugin system): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4973
>>>>> * Pavel (.NET dynamically registered classes): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4974
>>>>> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
>>>>> jira/browse/IGNITE-4976
>>>>> 
>>>>> Let’s pull together and accomplish this part of the release together.
>>>>> 
>>>>> —
>>>>> Denis
>>>>> 
>>>>> 
> 


Re: Apache Ignite 2.0 Documentation

Posted by Evgeniy Ignatiev <ye...@gmail.com>.
Hello.

On a "Resource Injection" page LoadBalancerResource line states that it 
injects IgniteLogger - seems to be an issue with docs. Also on 
"Asynchronous Support" in "Closures Execution and Thread Pools" section 
there seems to be some typos/missed words:

asynchronous operation has been *comp* completed
Otherwise, the closure will be <executed> asynchronously upon the 
operation completion

On 5/4/2017 3:07 AM, Denis Magda wrote:
> Well, so many stuff that I eventually forgot about RocketMQ integration, sorry Roman ;)
> Just released the latest doc: https://apacheignite-mix.readme.io/docs/rocketmq-streamer
>
> —
> Denis
>
>> On May 3, 2017, at 4:00 PM, Denis Magda <dm...@apache.org> wrote:
>>
>> Igniters, thanks to all of you who helped documenting 2.0 features! We could complete the documentation just in time and I’ve just released it.
>>
>> Just to give you a sense on how many things were added to Ignite 2.0 here is a list of completely new or significantly updated docs:
>> 	* Page memory: https://apacheignite.readme.io/docs/page-memory
>> 	* Memory & Cache Metrics: https://apacheignite.readme.io/docs/memory-and-cache-metrics
>> 	* Eviction policies: https://apacheignite.readme.io/docs/evictions
>>
>> 	* DDL: https://apacheignite.readme.io/docs/distributed-ddl
>>
>> 	* Machine Learning Grid (beta): https://apacheignite.readme.io/docs/machine-learning
>>
>> 	* Renewed Async API: https://apacheignite.readme.io/docs/async-support
>> 	* Apache Ignite thread pools including the new custom one: https://apacheignite.readme.io/docs/thread-pools
>>
>> 	* .NET Plugins: https://apacheignite-net.readme.io/docs/plugins
>>
>> 	* C++ Continuous Queries remote filters: https://apacheignite-cpp.readme.io/docs/continuous-queries#section-remote-filter
>>
>> 	* Spring Data Integration: https://apacheignite-mix.readme.io/v2.0/docs/spring-data
>>
>> And, for the first time we prepare a migration guide for you dear users: https://apacheignite.readme.io/docs/apache-ignite-20
>>
>> —
>> Denis
>>
>>> On Apr 13, 2017, at 6:46 PM, Dmitriy Setrakyan <ds...@apache.org> wrote:
>>>
>>> Denis, thanks for tracking the documentation changes! This is the part that
>>> usually gets missed by the community.
>>>
>>> On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org> wrote:
>>>
>>>> Folks,
>>>>
>>>> I’ve prepared a list of changes that have to be documented before the
>>>> public release of 2.0:
>>>> https://issues.apache.org/jira/browse/IGNITE-4960
>>>>
>>>> That’s an impressive release and there are some many things to document.
>>>> Actually, I’ll try to document the biggest part contacting contributors in
>>>> person but still need a help from some of you:
>>>>
>>>> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
>>>> jira/browse/IGNITE-4964
>>>> * Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/
>>>> jira/browse/IGNITE-4967
>>>> * Vovan (custom thread pools): https://issues.apache.org/
>>>> jira/browse/IGNITE-4969
>>>> * Vovan or Taras (next gen async API): https://issues.apache.org/
>>>> jira/browse/IGNITE-4972
>>>> * Val (Hibernate improvements): https://issues.apache.org/
>>>> jira/browse/IGNITE-4972
>>>> * Pavel (.NET plugin system): https://issues.apache.org/
>>>> jira/browse/IGNITE-4973
>>>> * Pavel (.NET dynamically registered classes): https://issues.apache.org/
>>>> jira/browse/IGNITE-4974
>>>> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
>>>> jira/browse/IGNITE-4976
>>>>
>>>> Let’s pull together and accomplish this part of the release together.
>>>>
>>>> —
>>>> Denis
>>>>
>>>>


Re: Apache Ignite 2.0 Documentation

Posted by Denis Magda <dm...@apache.org>.
Well, so many stuff that I eventually forgot about RocketMQ integration, sorry Roman ;)
Just released the latest doc: https://apacheignite-mix.readme.io/docs/rocketmq-streamer

—
Denis

> On May 3, 2017, at 4:00 PM, Denis Magda <dm...@apache.org> wrote:
> 
> Igniters, thanks to all of you who helped documenting 2.0 features! We could complete the documentation just in time and I’ve just released it.
> 
> Just to give you a sense on how many things were added to Ignite 2.0 here is a list of completely new or significantly updated docs:
> 	* Page memory: https://apacheignite.readme.io/docs/page-memory
> 	* Memory & Cache Metrics: https://apacheignite.readme.io/docs/memory-and-cache-metrics
> 	* Eviction policies: https://apacheignite.readme.io/docs/evictions
> 
> 	* DDL: https://apacheignite.readme.io/docs/distributed-ddl
> 
> 	* Machine Learning Grid (beta): https://apacheignite.readme.io/docs/machine-learning
> 
> 	* Renewed Async API: https://apacheignite.readme.io/docs/async-support
> 	* Apache Ignite thread pools including the new custom one: https://apacheignite.readme.io/docs/thread-pools
> 
> 	* .NET Plugins: https://apacheignite-net.readme.io/docs/plugins
> 
> 	* C++ Continuous Queries remote filters: https://apacheignite-cpp.readme.io/docs/continuous-queries#section-remote-filter
> 
> 	* Spring Data Integration: https://apacheignite-mix.readme.io/v2.0/docs/spring-data
> 
> And, for the first time we prepare a migration guide for you dear users: https://apacheignite.readme.io/docs/apache-ignite-20
> 
> —
> Denis
> 
>> On Apr 13, 2017, at 6:46 PM, Dmitriy Setrakyan <ds...@apache.org> wrote:
>> 
>> Denis, thanks for tracking the documentation changes! This is the part that
>> usually gets missed by the community.
>> 
>> On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org> wrote:
>> 
>>> Folks,
>>> 
>>> I’ve prepared a list of changes that have to be documented before the
>>> public release of 2.0:
>>> https://issues.apache.org/jira/browse/IGNITE-4960
>>> 
>>> That’s an impressive release and there are some many things to document.
>>> Actually, I’ll try to document the biggest part contacting contributors in
>>> person but still need a help from some of you:
>>> 
>>> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
>>> jira/browse/IGNITE-4964
>>> * Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/
>>> jira/browse/IGNITE-4967
>>> * Vovan (custom thread pools): https://issues.apache.org/
>>> jira/browse/IGNITE-4969
>>> * Vovan or Taras (next gen async API): https://issues.apache.org/
>>> jira/browse/IGNITE-4972
>>> * Val (Hibernate improvements): https://issues.apache.org/
>>> jira/browse/IGNITE-4972
>>> * Pavel (.NET plugin system): https://issues.apache.org/
>>> jira/browse/IGNITE-4973
>>> * Pavel (.NET dynamically registered classes): https://issues.apache.org/
>>> jira/browse/IGNITE-4974
>>> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
>>> jira/browse/IGNITE-4976
>>> 
>>> Let’s pull together and accomplish this part of the release together.
>>> 
>>> —
>>> Denis
>>> 
>>> 
> 


Re: Apache Ignite 2.0 Documentation

Posted by Denis Magda <dm...@apache.org>.
Igniters, thanks to all of you who helped documenting 2.0 features! We could complete the documentation just in time and I’ve just released it.

Just to give you a sense on how many things were added to Ignite 2.0 here is a list of completely new or significantly updated docs:
	* Page memory: https://apacheignite.readme.io/docs/page-memory
	* Memory & Cache Metrics: https://apacheignite.readme.io/docs/memory-and-cache-metrics
	* Eviction policies: https://apacheignite.readme.io/docs/evictions

	* DDL: https://apacheignite.readme.io/docs/distributed-ddl

	* Machine Learning Grid (beta): https://apacheignite.readme.io/docs/machine-learning

	* Renewed Async API: https://apacheignite.readme.io/docs/async-support
	* Apache Ignite thread pools including the new custom one: https://apacheignite.readme.io/docs/thread-pools

	* .NET Plugins: https://apacheignite-net.readme.io/docs/plugins

	* C++ Continuous Queries remote filters: https://apacheignite-cpp.readme.io/docs/continuous-queries#section-remote-filter

	* Spring Data Integration: https://apacheignite-mix.readme.io/v2.0/docs/spring-data

And, for the first time we prepare a migration guide for you dear users: https://apacheignite.readme.io/docs/apache-ignite-20

—
Denis

> On Apr 13, 2017, at 6:46 PM, Dmitriy Setrakyan <ds...@apache.org> wrote:
> 
> Denis, thanks for tracking the documentation changes! This is the part that
> usually gets missed by the community.
> 
> On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org> wrote:
> 
>> Folks,
>> 
>> I’ve prepared a list of changes that have to be documented before the
>> public release of 2.0:
>> https://issues.apache.org/jira/browse/IGNITE-4960
>> 
>> That’s an impressive release and there are some many things to document.
>> Actually, I’ll try to document the biggest part contacting contributors in
>> person but still need a help from some of you:
>> 
>> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
>> jira/browse/IGNITE-4964
>> * Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/
>> jira/browse/IGNITE-4967
>> * Vovan (custom thread pools): https://issues.apache.org/
>> jira/browse/IGNITE-4969
>> * Vovan or Taras (next gen async API): https://issues.apache.org/
>> jira/browse/IGNITE-4972
>> * Val (Hibernate improvements): https://issues.apache.org/
>> jira/browse/IGNITE-4972
>> * Pavel (.NET plugin system): https://issues.apache.org/
>> jira/browse/IGNITE-4973
>> * Pavel (.NET dynamically registered classes): https://issues.apache.org/
>> jira/browse/IGNITE-4974
>> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
>> jira/browse/IGNITE-4976
>> 
>> Let’s pull together and accomplish this part of the release together.
>> 
>> —
>> Denis
>> 
>> 


Re: Apache Ignite 2.0 Documentation

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Denis, thanks for tracking the documentation changes! This is the part that
usually gets missed by the community.

On Thu, Apr 13, 2017 at 12:46 PM, Denis Magda <dm...@apache.org> wrote:

> Folks,
>
> I’ve prepared a list of changes that have to be documented before the
> public release of 2.0:
> https://issues.apache.org/jira/browse/IGNITE-4960
>
> That’s an impressive release and there are some many things to document.
> Actually, I’ll try to document the biggest part contacting contributors in
> person but still need a help from some of you:
>
> * Nikita, Oleg (Machine Learning): https://issues.apache.org/
> jira/browse/IGNITE-4964
> * Vovan or Alex P. (DDL indexing statements): https://issues.apache.org/
> jira/browse/IGNITE-4967
> * Vovan (custom thread pools): https://issues.apache.org/
> jira/browse/IGNITE-4969
> * Vovan or Taras (next gen async API): https://issues.apache.org/
> jira/browse/IGNITE-4972
> * Val (Hibernate improvements): https://issues.apache.org/
> jira/browse/IGNITE-4972
> * Pavel (.NET plugin system): https://issues.apache.org/
> jira/browse/IGNITE-4973
> * Pavel (.NET dynamically registered classes): https://issues.apache.org/
> jira/browse/IGNITE-4974
> * Igor Sapego (C++ CQ remote filters): https://issues.apache.org/
> jira/browse/IGNITE-4976
>
> Let’s pull together and accomplish this part of the release together.
>
> —
> Denis
>
>