You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Denis Magda <dm...@apache.org> on 2017/07/27 21:58:27 UTC

[ANNOUNCE] Apache Ignite 2.1.0 Released

The Apache Ignite Community is pleased to announce the release of Apache Ignite 2.1.0 [1].
https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a

This release incorporates a tremendous feature that was donated to the project - Ignite Persistent Store that altogether with the Durable Memory architecture empowers your applications with in-memory performance and durability of the disk.

The Ignite Persistent Store is a distributed ACID and SQL-compliant disk store that transparently integrates with Ignite as an optional disk tier (SSD, Flash, 3D XPoint). Having the store enabled, you no longer need to keep all the data in memory or warm RAM up after the whole cluster restart. The persistent store will keep the superset of data and all the SQL indexes on disk making Ignite fully operational from disk. 

Considering these and many other changes we redefined the definition of Ignite a bit that know sounds:

Ignite is a memory-centric platform
	• combining a distributed SQL database
	• with a key-value data grid
	• that is ACID-compliant
	• and horizontally scalable

Learn more about the transition from the in-memory to memory-centric architecture from 2.1 announcement blog post: 
https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a

Attend the meetup today in Bay Area, CA to get insights on the new additions: https://www.meetup.com/Bay-Area-In-Memory-Computing/events/241381155/

In addition the release includes support for CREATE and DROP table commands, adds new Machine Learning algorithms such as K-means clustering and regressions, enables peer-class-loading for .NET and provides Compute Grid APIs for C++.

The full list of the changes can be found here: https://ignite.apache.org/releases/2.1.0/release_notes.html

Please visit this page and check the release out:
https://ignite.apache.org/download.cgi


Regards,
Denis

[1] https://ignite.apache.org


Re: [ANNOUNCE] Apache Ignite 2.1.0 Released

Posted by "slava.koptilin" <sl...@gmail.com>.
Hi,

What command did you use in order to build Apache Ignite from the source?
Did you follow the build instructions in the DEVNOTES.txt?

Could you please try the following command?
mvn clean install -Pall-java,all-scala,licenses -DskipTests

Thanks!




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ANNOUNCE-Apache-Ignite-2-1-0-Released-tp15750p15861.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [ANNOUNCE] Apache Ignite 2.1.0 Released

Posted by limabean <dr...@gmail.com>.
I apologize if this is documented somewhere, but I am having trouble building
the new 2.1 release from source.  Suggestions on switches, environment, etc
are appreciated.


I see the following:

........
[INFO] ignite-appserver-test .............................. SUCCESS [  0.166
s]
[INFO] ignite-websphere-test .............................. SUCCESS [  6.574
s]
[INFO] ignite-cassandra ................................... SUCCESS [  0.024
s]
[INFO] ignite-cassandra-store ............................. SUCCESS [  6.874
s]
[INFO] ignite-cassandra-serializers ....................... SUCCESS [  2.566
s]
[INFO] ignite-flink ....................................... SUCCESS [  1.843
s]
[INFO] ignite-kubernetes .................................. SUCCESS [  1.269
s]
[INFO] ignite-zeromq ...................................... SUCCESS [  1.301
s]
[INFO] ignite-rocketmq .................................... SUCCESS [  1.470
s]
[INFO] ignite-scalar ...................................... SUCCESS [ 26.278
s]
[INFO] ignite-spark ....................................... SUCCESS [ 10.697
s]
[INFO] ignite-visor-console ............................... FAILURE [  6.219
s]
[INFO] ignite-visor-plugins ............................... SKIPPED
[INFO] apache-ignite ...................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE



When trying to build just the ignite-visor-console module I see the
following:
[ERROR]
/home/ignite/apache-ignite-2.1.0-src/modules/visor-console/src/main/scala/org/apache/ignite/visor/visor.scala:224:
error: overloaded method constructor IgniteThreadPoolExecutor with
alternatives:
[ERROR]   (x$1: Int,x$2: Int,x$3: Long,x$4:
java.util.concurrent.BlockingQueue[Runnable],x$5:
java.util.concurrent.ThreadFactory)org.apache.ignite.thread.IgniteThreadPoolExecutor
<and>
[ERROR]   (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6:
java.util.concurrent.BlockingQueue[Runnable],x$7:
Byte)org.apache.ignite.thread.IgniteThreadPoolExecutor <and>
[ERROR]   (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6:
java.util.concurrent.BlockingQueue[Runnable])org.apache.ignite.thread.IgniteThreadPoolExecutor
[ERROR]  cannot be applied to ()
[ERROR]     @volatile var pool: ExecutorService = new
IgniteThreadPoolExecutor()
[ERROR]                                           ^
[ERROR]
/home/ignite/apache-ignite-2.1.0-src/modules/visor-console/src/main/scala/org/apache/ignite/visor/visor.scala:2176:
error: overloaded method constructor IgniteThreadPoolExecutor with
alternatives:
[ERROR]   (x$1: Int,x$2: Int,x$3: Long,x$4:
java.util.concurrent.BlockingQueue[Runnable],x$5:
java.util.concurrent.ThreadFactory)org.apache.ignite.thread.IgniteThreadPoolExecutor
<and>
[ERROR]   (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6:
java.util.concurrent.BlockingQueue[Runnable],x$7:
Byte)org.apache.ignite.thread.IgniteThreadPoolExecutor <and>
[ERROR]   (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6:
java.util.concurrent.BlockingQueue[Runnable])org.apache.ignite.thread.IgniteThreadPoolExecutor
[ERROR]  cannot be applied to ()
[ERROR]                 pool = new IgniteThreadPoolExecutor()
[ERROR]                        ^
[ERROR] two errors found
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ANNOUNCE-Apache-Ignite-2-1-0-Released-tp15750p15832.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [ANNOUNCE] Apache Ignite 2.1.0 Released

Posted by Pavel Tupitsyn <pt...@apache.org>.
Blog post on new .NET features:
https://ptupitsyn.github.io/Whats-New-In-Ignite-Net-2.1/

On Fri, Jul 28, 2017 at 12:58 AM, Denis Magda <dm...@apache.org> wrote:

> The Apache Ignite Community is pleased to announce the release of Apache
> Ignite 2.1.0 [1].
> https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a
>
> This release incorporates a tremendous feature that was donated to the
> project - Ignite Persistent Store that altogether with the Durable Memory
> architecture empowers your applications with in-memory performance and
> durability of the disk.
>
> The Ignite Persistent Store is a distributed ACID and SQL-compliant disk
> store that transparently integrates with Ignite as an optional disk tier
> (SSD, Flash, 3D XPoint). Having the store enabled, you no longer need to
> keep all the data in memory or warm RAM up after the whole cluster restart.
> The persistent store will keep the superset of data and all the SQL indexes
> on disk making Ignite fully operational from disk.
>
> Considering these and many other changes we redefined the definition of
> Ignite a bit that know sounds:
>
> Ignite is a memory-centric platform
>         • combining a distributed SQL database
>         • with a key-value data grid
>         • that is ACID-compliant
>         • and horizontally scalable
>
> Learn more about the transition from the in-memory to memory-centric
> architecture from 2.1 announcement blog post:
> https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a
>
> Attend the meetup today in Bay Area, CA to get insights on the new
> additions: https://www.meetup.com/Bay-Area-In-Memory-Computing/
> events/241381155/
>
> In addition the release includes support for CREATE and DROP table
> commands, adds new Machine Learning algorithms such as K-means clustering
> and regressions, enables peer-class-loading for .NET and provides Compute
> Grid APIs for C++.
>
> The full list of the changes can be found here: https://ignite.apache.org/
> releases/2.1.0/release_notes.html
>
> Please visit this page and check the release out:
> https://ignite.apache.org/download.cgi
>
>
> Regards,
> Denis
>
> [1] https://ignite.apache.org
>
>

Re: [ANNOUNCE] Apache Ignite 2.1.0 Released

Posted by Pavel Tupitsyn <pt...@apache.org>.
Blog post on new .NET features:
https://ptupitsyn.github.io/Whats-New-In-Ignite-Net-2.1/

On Fri, Jul 28, 2017 at 12:58 AM, Denis Magda <dm...@apache.org> wrote:

> The Apache Ignite Community is pleased to announce the release of Apache
> Ignite 2.1.0 [1].
> https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a
>
> This release incorporates a tremendous feature that was donated to the
> project - Ignite Persistent Store that altogether with the Durable Memory
> architecture empowers your applications with in-memory performance and
> durability of the disk.
>
> The Ignite Persistent Store is a distributed ACID and SQL-compliant disk
> store that transparently integrates with Ignite as an optional disk tier
> (SSD, Flash, 3D XPoint). Having the store enabled, you no longer need to
> keep all the data in memory or warm RAM up after the whole cluster restart.
> The persistent store will keep the superset of data and all the SQL indexes
> on disk making Ignite fully operational from disk.
>
> Considering these and many other changes we redefined the definition of
> Ignite a bit that know sounds:
>
> Ignite is a memory-centric platform
>         • combining a distributed SQL database
>         • with a key-value data grid
>         • that is ACID-compliant
>         • and horizontally scalable
>
> Learn more about the transition from the in-memory to memory-centric
> architecture from 2.1 announcement blog post:
> https://blogs.apache.org/ignite/entry/apache-ignite-2-1-a
>
> Attend the meetup today in Bay Area, CA to get insights on the new
> additions: https://www.meetup.com/Bay-Area-In-Memory-Computing/
> events/241381155/
>
> In addition the release includes support for CREATE and DROP table
> commands, adds new Machine Learning algorithms such as K-means clustering
> and regressions, enables peer-class-loading for .NET and provides Compute
> Grid APIs for C++.
>
> The full list of the changes can be found here: https://ignite.apache.org/
> releases/2.1.0/release_notes.html
>
> Please visit this page and check the release out:
> https://ignite.apache.org/download.cgi
>
>
> Regards,
> Denis
>
> [1] https://ignite.apache.org
>
>