Igniters!
We have uploaded a 2.1.0 release candidate to https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ Git tag name is 2.1.0-rc2 This release includes the following changes: Ignite: * Persistent cache store * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() mehtods * Deprecated IgniteConfiguration.marshaller * Updated Lucene dependency to version 5.5.2 * Machine learning: implemented K-means clusterization algorithm optimized for distributed storages * SQL: CREATE TABLE and DROP TABLE commands support * SQL: New thin JDBC driver * SQL: Improved performance of certain queries, when affinity node can be calculated in advance * SQL: Fixed return type of AVG() function * SQL: BLOB type support added to thick JDBC driver * SQL: Improved LocalDate, LocalTime and LocalDateTime support for Java 8 * SQL: Added FieldsQueryCursor interface to get fields metadata for SqlFieldsQuery * ODBC: Implemented DML statement batching * Massive performance and stability improvements Ignite.NET: * Automatic remote assembly loading * NuGet-based standalone node deployment * Added conditional data removeal via LINQ DeleteAll * Added TimestampAttribute to control DateTime serialization mode * Added local collections joins support to LINQ. Ignite CPP: * Added Compute::Call and Compute::Broadcast methods Web Console: * Implemented support for UNIQUE indexes for key fields on import model from RDBMS * Added option to show full stack trace on Queries screen * Added PK alias generation on Models screen. Complete list of closed issues: <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND% 20fixVersion%20%3D%202.1%20AND%20(status%20%3D%20closed%20or%20status%20%3D% 20resolved) DEVNOTES https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 RELEASE NOTES https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 Please start voting. +1 - to accept Apache Ignite 2.1.0-rc2 0 - don't care either way -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) This vote will go for 72 hours. |
+1 (binding)
— Denis > On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> wrote: > > Igniters! > > We have uploaded a 2.1.0 release candidate to > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > Git tag name is > 2.1.0-rc2 > > This release includes the following changes: > > Ignite: > * Persistent cache store > * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() mehtods > * Deprecated IgniteConfiguration.marshaller > * Updated Lucene dependency to version 5.5.2 > * Machine learning: implemented K-means clusterization algorithm optimized > for distributed storages > * SQL: CREATE TABLE and DROP TABLE commands support > * SQL: New thin JDBC driver > * SQL: Improved performance of certain queries, when affinity node can be > calculated in advance > * SQL: Fixed return type of AVG() function > * SQL: BLOB type support added to thick JDBC driver > * SQL: Improved LocalDate, LocalTime and LocalDateTime support for Java 8 > * SQL: Added FieldsQueryCursor interface to get fields metadata for > SqlFieldsQuery > * ODBC: Implemented DML statement batching > * Massive performance and stability improvements > > Ignite.NET: > * Automatic remote assembly loading > * NuGet-based standalone node deployment > * Added conditional data removeal via LINQ DeleteAll > * Added TimestampAttribute to control DateTime serialization mode > * Added local collections joins support to LINQ. > > Ignite CPP: > * Added Compute::Call and Compute::Broadcast methods > > Web Console: > * Implemented support for UNIQUE indexes for key fields on import model > from RDBMS > * Added option to show full stack trace on Queries screen > * Added PK alias generation on Models screen. > > Complete list of closed issues: > <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND% > 20fixVersion%20%3D%202.1%20AND%20(status%20%3D%20closed%20or%20status%20%3D% > 20resolved) > > DEVNOTES > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > RELEASE NOTES > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > Please start voting. > > +1 - to accept Apache Ignite 2.1.0-rc2 > 0 - don't care either way > -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > This vote will go for 72 hours. |
+1 (binding)
On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> wrote: > +1 (binding) > > — > Denis > > > On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> > wrote: > > > > Igniters! > > > > We have uploaded a 2.1.0 release candidate to > > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > > Git tag name is > > 2.1.0-rc2 > > > > This release includes the following changes: > > > > Ignite: > > * Persistent cache store > > * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() mehtods > > * Deprecated IgniteConfiguration.marshaller > > * Updated Lucene dependency to version 5.5.2 > > * Machine learning: implemented K-means clusterization algorithm > optimized > > for distributed storages > > * SQL: CREATE TABLE and DROP TABLE commands support > > * SQL: New thin JDBC driver > > * SQL: Improved performance of certain queries, when affinity node can be > > calculated in advance > > * SQL: Fixed return type of AVG() function > > * SQL: BLOB type support added to thick JDBC driver > > * SQL: Improved LocalDate, LocalTime and LocalDateTime support for Java 8 > > * SQL: Added FieldsQueryCursor interface to get fields metadata for > > SqlFieldsQuery > > * ODBC: Implemented DML statement batching > > * Massive performance and stability improvements > > > > Ignite.NET: > > * Automatic remote assembly loading > > * NuGet-based standalone node deployment > > * Added conditional data removeal via LINQ DeleteAll > > * Added TimestampAttribute to control DateTime serialization mode > > * Added local collections joins support to LINQ. > > > > Ignite CPP: > > * Added Compute::Call and Compute::Broadcast methods > > > > Web Console: > > * Implemented support for UNIQUE indexes for key fields on import model > > from RDBMS > > * Added option to show full stack trace on Queries screen > > * Added PK alias generation on Models screen. > > > > Complete list of closed issues: > > <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND% > > 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > 20closed%20or%20status%20%3D% > > 20resolved) > > > > DEVNOTES > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > RELEASE NOTES > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > Please start voting. > > > > +1 - to accept Apache Ignite 2.1.0-rc2 > > 0 - don't care either way > > -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > > This vote will go for 72 hours. > > |
+1 (binding)
On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < [hidden email]> wrote: > +1 (binding) > > On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> wrote: > > > +1 (binding) > > > > — > > Denis > > > > > On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> > > wrote: > > > > > > Igniters! > > > > > > We have uploaded a 2.1.0 release candidate to > > > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > > > > Git tag name is > > > 2.1.0-rc2 > > > > > > This release includes the following changes: > > > > > > Ignite: > > > * Persistent cache store > > > * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > mehtods > > > * Deprecated IgniteConfiguration.marshaller > > > * Updated Lucene dependency to version 5.5.2 > > > * Machine learning: implemented K-means clusterization algorithm > > optimized > > > for distributed storages > > > * SQL: CREATE TABLE and DROP TABLE commands support > > > * SQL: New thin JDBC driver > > > * SQL: Improved performance of certain queries, when affinity node can > be > > > calculated in advance > > > * SQL: Fixed return type of AVG() function > > > * SQL: BLOB type support added to thick JDBC driver > > > * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > Java 8 > > > * SQL: Added FieldsQueryCursor interface to get fields metadata for > > > SqlFieldsQuery > > > * ODBC: Implemented DML statement batching > > > * Massive performance and stability improvements > > > > > > Ignite.NET: > > > * Automatic remote assembly loading > > > * NuGet-based standalone node deployment > > > * Added conditional data removeal via LINQ DeleteAll > > > * Added TimestampAttribute to control DateTime serialization mode > > > * Added local collections joins support to LINQ. > > > > > > Ignite CPP: > > > * Added Compute::Call and Compute::Broadcast methods > > > > > > Web Console: > > > * Implemented support for UNIQUE indexes for key fields on import model > > > from RDBMS > > > * Added option to show full stack trace on Queries screen > > > * Added PK alias generation on Models screen. > > > > > > Complete list of closed issues: > > > <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > 3D%20IGNITE%20AND% > > > 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > 20closed%20or%20status%20%3D% > > > 20resolved) > > > > > > DEVNOTES > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > > > RELEASE NOTES > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > > > Please start voting. > > > > > > +1 - to accept Apache Ignite 2.1.0-rc2 > > > 0 - don't care either way > > > -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > > > > This vote will go for 72 hours. > > > > > |
+1
> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> написал(а): > > +1 (binding) > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > [hidden email]> wrote: > >> +1 (binding) >> >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> wrote: >> >>> +1 (binding) >>> >>> — >>> Denis >>> >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> >>> wrote: >>>> >>>> Igniters! >>>> >>>> We have uploaded a 2.1.0 release candidate to >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ >>>> >>>> Git tag name is >>>> 2.1.0-rc2 >>>> >>>> This release includes the following changes: >>>> >>>> Ignite: >>>> * Persistent cache store >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() >> mehtods >>>> * Deprecated IgniteConfiguration.marshaller >>>> * Updated Lucene dependency to version 5.5.2 >>>> * Machine learning: implemented K-means clusterization algorithm >>> optimized >>>> for distributed storages >>>> * SQL: CREATE TABLE and DROP TABLE commands support >>>> * SQL: New thin JDBC driver >>>> * SQL: Improved performance of certain queries, when affinity node can >> be >>>> calculated in advance >>>> * SQL: Fixed return type of AVG() function >>>> * SQL: BLOB type support added to thick JDBC driver >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for >> Java 8 >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata for >>>> SqlFieldsQuery >>>> * ODBC: Implemented DML statement batching >>>> * Massive performance and stability improvements >>>> >>>> Ignite.NET: >>>> * Automatic remote assembly loading >>>> * NuGet-based standalone node deployment >>>> * Added conditional data removeal via LINQ DeleteAll >>>> * Added TimestampAttribute to control DateTime serialization mode >>>> * Added local collections joins support to LINQ. >>>> >>>> Ignite CPP: >>>> * Added Compute::Call and Compute::Broadcast methods >>>> >>>> Web Console: >>>> * Implemented support for UNIQUE indexes for key fields on import model >>>> from RDBMS >>>> * Added option to show full stack trace on Queries screen >>>> * Added PK alias generation on Models screen. >>>> >>>> Complete list of closed issues: >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% >> 3D%20IGNITE%20AND% >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% >>> 20closed%20or%20status%20%3D% >>>> 20resolved) >>>> >>>> DEVNOTES >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 >>>> >>>> RELEASE NOTES >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 >>>> >>>> Please start voting. >>>> >>>> +1 - to accept Apache Ignite 2.1.0-rc2 >>>> 0 - don't care either way >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) >>>> >>>> This vote will go for 72 hours. >>> >>> >> -- Best Regards, Max K. |
+1 (binding)
On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> wrote: > +1 > > > 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > написал(а): > > > > +1 (binding) > > > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > [hidden email]> wrote: > > > >> +1 (binding) > >> > >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > wrote: > >> > >>> +1 (binding) > >>> > >>> — > >>> Denis > >>> > >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> > >>> wrote: > >>>> > >>>> Igniters! > >>>> > >>>> We have uploaded a 2.1.0 release candidate to > >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > >>>> > >>>> Git tag name is > >>>> 2.1.0-rc2 > >>>> > >>>> This release includes the following changes: > >>>> > >>>> Ignite: > >>>> * Persistent cache store > >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > >> mehtods > >>>> * Deprecated IgniteConfiguration.marshaller > >>>> * Updated Lucene dependency to version 5.5.2 > >>>> * Machine learning: implemented K-means clusterization algorithm > >>> optimized > >>>> for distributed storages > >>>> * SQL: CREATE TABLE and DROP TABLE commands support > >>>> * SQL: New thin JDBC driver > >>>> * SQL: Improved performance of certain queries, when affinity node can > >> be > >>>> calculated in advance > >>>> * SQL: Fixed return type of AVG() function > >>>> * SQL: BLOB type support added to thick JDBC driver > >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > >> Java 8 > >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata for > >>>> SqlFieldsQuery > >>>> * ODBC: Implemented DML statement batching > >>>> * Massive performance and stability improvements > >>>> > >>>> Ignite.NET: > >>>> * Automatic remote assembly loading > >>>> * NuGet-based standalone node deployment > >>>> * Added conditional data removeal via LINQ DeleteAll > >>>> * Added TimestampAttribute to control DateTime serialization mode > >>>> * Added local collections joins support to LINQ. > >>>> > >>>> Ignite CPP: > >>>> * Added Compute::Call and Compute::Broadcast methods > >>>> > >>>> Web Console: > >>>> * Implemented support for UNIQUE indexes for key fields on import > model > >>>> from RDBMS > >>>> * Added option to show full stack trace on Queries screen > >>>> * Added PK alias generation on Models screen. > >>>> > >>>> Complete list of closed issues: > >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > >> 3D%20IGNITE%20AND% > >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > >>> 20closed%20or%20status%20%3D% > >>>> 20resolved) > >>>> > >>>> DEVNOTES > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > >>>> > >>>> RELEASE NOTES > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > >>>> > >>>> Please start voting. > >>>> > >>>> +1 - to accept Apache Ignite 2.1.0-rc2 > >>>> 0 - don't care either way > >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > >>>> > >>>> This vote will go for 72 hours. > >>> > >>> > >> > > -- > Best Regards, > Max K. > > > > > |
Hi guys.
I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn package -DskipTests" result is succes, but the folder "target" in the root directory is empty. I've checked it at two diffrenet machines. Is logic of packaging changed in the release? 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > +1 (binding) > > On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> > wrote: > > > +1 > > > > > 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > написал(а): > > > > > > +1 (binding) > > > > > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > > [hidden email]> wrote: > > > > > >> +1 (binding) > > >> > > >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > > wrote: > > >> > > >>> +1 (binding) > > >>> > > >>> — > > >>> Denis > > >>> > > >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov <[hidden email]> > > >>> wrote: > > >>>> > > >>>> Igniters! > > >>>> > > >>>> We have uploaded a 2.1.0 release candidate to > > >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > >>>> > > >>>> Git tag name is > > >>>> 2.1.0-rc2 > > >>>> > > >>>> This release includes the following changes: > > >>>> > > >>>> Ignite: > > >>>> * Persistent cache store > > >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > > >> mehtods > > >>>> * Deprecated IgniteConfiguration.marshaller > > >>>> * Updated Lucene dependency to version 5.5.2 > > >>>> * Machine learning: implemented K-means clusterization algorithm > > >>> optimized > > >>>> for distributed storages > > >>>> * SQL: CREATE TABLE and DROP TABLE commands support > > >>>> * SQL: New thin JDBC driver > > >>>> * SQL: Improved performance of certain queries, when affinity node > can > > >> be > > >>>> calculated in advance > > >>>> * SQL: Fixed return type of AVG() function > > >>>> * SQL: BLOB type support added to thick JDBC driver > > >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > > >> Java 8 > > >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata for > > >>>> SqlFieldsQuery > > >>>> * ODBC: Implemented DML statement batching > > >>>> * Massive performance and stability improvements > > >>>> > > >>>> Ignite.NET: > > >>>> * Automatic remote assembly loading > > >>>> * NuGet-based standalone node deployment > > >>>> * Added conditional data removeal via LINQ DeleteAll > > >>>> * Added TimestampAttribute to control DateTime serialization mode > > >>>> * Added local collections joins support to LINQ. > > >>>> > > >>>> Ignite CPP: > > >>>> * Added Compute::Call and Compute::Broadcast methods > > >>>> > > >>>> Web Console: > > >>>> * Implemented support for UNIQUE indexes for key fields on import > > model > > >>>> from RDBMS > > >>>> * Added option to show full stack trace on Queries screen > > >>>> * Added PK alias generation on Models screen. > > >>>> > > >>>> Complete list of closed issues: > > >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > >> 3D%20IGNITE%20AND% > > >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > >>> 20closed%20or%20status%20%3D% > > >>>> 20resolved) > > >>>> > > >>>> DEVNOTES > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > >>>> > > >>>> RELEASE NOTES > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > >>>> > > >>>> Please start voting. > > >>>> > > >>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > >>>> 0 - don't care either way > > >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > >>>> > > >>>> This vote will go for 72 hours. > > >>> > > >>> > > >> > > > > -- > > Best Regards, > > Max K. > > > > > > > > > > > -- Best Regards, Vyacheslav D. |
Hi Vyacheslav
Yes, we changed build procedure, please look in the DEVNOTES.txt. On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur <[hidden email]> wrote: > Hi guys. > I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn > package -DskipTests" > result is succes, but the folder "target" in the root directory is empty. > I've checked it at two diffrenet machines. > > Is logic of packaging changed in the release? > > 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > > > +1 (binding) > > > > On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> > > wrote: > > > > > +1 > > > > > > > 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > > написал(а): > > > > > > > > +1 (binding) > > > > > > > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > > > [hidden email]> wrote: > > > > > > > >> +1 (binding) > > > >> > > > >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > > > wrote: > > > >> > > > >>> +1 (binding) > > > >>> > > > >>> — > > > >>> Denis > > > >>> > > > >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > [hidden email]> > > > >>> wrote: > > > >>>> > > > >>>> Igniters! > > > >>>> > > > >>>> We have uploaded a 2.1.0 release candidate to > > > >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > >>>> > > > >>>> Git tag name is > > > >>>> 2.1.0-rc2 > > > >>>> > > > >>>> This release includes the following changes: > > > >>>> > > > >>>> Ignite: > > > >>>> * Persistent cache store > > > >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > > > >> mehtods > > > >>>> * Deprecated IgniteConfiguration.marshaller > > > >>>> * Updated Lucene dependency to version 5.5.2 > > > >>>> * Machine learning: implemented K-means clusterization algorithm > > > >>> optimized > > > >>>> for distributed storages > > > >>>> * SQL: CREATE TABLE and DROP TABLE commands support > > > >>>> * SQL: New thin JDBC driver > > > >>>> * SQL: Improved performance of certain queries, when affinity node > > can > > > >> be > > > >>>> calculated in advance > > > >>>> * SQL: Fixed return type of AVG() function > > > >>>> * SQL: BLOB type support added to thick JDBC driver > > > >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > > > >> Java 8 > > > >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata > for > > > >>>> SqlFieldsQuery > > > >>>> * ODBC: Implemented DML statement batching > > > >>>> * Massive performance and stability improvements > > > >>>> > > > >>>> Ignite.NET: > > > >>>> * Automatic remote assembly loading > > > >>>> * NuGet-based standalone node deployment > > > >>>> * Added conditional data removeal via LINQ DeleteAll > > > >>>> * Added TimestampAttribute to control DateTime serialization mode > > > >>>> * Added local collections joins support to LINQ. > > > >>>> > > > >>>> Ignite CPP: > > > >>>> * Added Compute::Call and Compute::Broadcast methods > > > >>>> > > > >>>> Web Console: > > > >>>> * Implemented support for UNIQUE indexes for key fields on import > > > model > > > >>>> from RDBMS > > > >>>> * Added option to show full stack trace on Queries screen > > > >>>> * Added PK alias generation on Models screen. > > > >>>> > > > >>>> Complete list of closed issues: > > > >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > > >> 3D%20IGNITE%20AND% > > > >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > > >>> 20closed%20or%20status%20%3D% > > > >>>> 20resolved) > > > >>>> > > > >>>> DEVNOTES > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>> > > > >>>> RELEASE NOTES > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>> > > > >>>> Please start voting. > > > >>>> > > > >>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > > >>>> 0 - don't care either way > > > >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > >>>> > > > >>>> This vote will go for 72 hours. > > > >>> > > > >>> > > > >> > > > > > > -- > > > Best Regards, > > > Max K. > > > > > > > > > > > > > > > > > > > > > -- > Best Regards, Vyacheslav D. > |
In reply to this post by daradurvs
Hi Vyacheslav
The build procedure has been changed for 2.1 Take a look in DEVNOTES.txt On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur <[hidden email]> wrote: > Hi guys. > I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn > package -DskipTests" > result is succes, but the folder "target" in the root directory is empty. > I've checked it at two diffrenet machines. > > Is logic of packaging changed in the release? > > 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > > > +1 (binding) > > > > On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> > > wrote: > > > > > +1 > > > > > > > 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > > написал(а): > > > > > > > > +1 (binding) > > > > > > > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > > > [hidden email]> wrote: > > > > > > > >> +1 (binding) > > > >> > > > >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > > > wrote: > > > >> > > > >>> +1 (binding) > > > >>> > > > >>> — > > > >>> Denis > > > >>> > > > >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > [hidden email]> > > > >>> wrote: > > > >>>> > > > >>>> Igniters! > > > >>>> > > > >>>> We have uploaded a 2.1.0 release candidate to > > > >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > >>>> > > > >>>> Git tag name is > > > >>>> 2.1.0-rc2 > > > >>>> > > > >>>> This release includes the following changes: > > > >>>> > > > >>>> Ignite: > > > >>>> * Persistent cache store > > > >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > > > >> mehtods > > > >>>> * Deprecated IgniteConfiguration.marshaller > > > >>>> * Updated Lucene dependency to version 5.5.2 > > > >>>> * Machine learning: implemented K-means clusterization algorithm > > > >>> optimized > > > >>>> for distributed storages > > > >>>> * SQL: CREATE TABLE and DROP TABLE commands support > > > >>>> * SQL: New thin JDBC driver > > > >>>> * SQL: Improved performance of certain queries, when affinity node > > can > > > >> be > > > >>>> calculated in advance > > > >>>> * SQL: Fixed return type of AVG() function > > > >>>> * SQL: BLOB type support added to thick JDBC driver > > > >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > > > >> Java 8 > > > >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata > for > > > >>>> SqlFieldsQuery > > > >>>> * ODBC: Implemented DML statement batching > > > >>>> * Massive performance and stability improvements > > > >>>> > > > >>>> Ignite.NET: > > > >>>> * Automatic remote assembly loading > > > >>>> * NuGet-based standalone node deployment > > > >>>> * Added conditional data removeal via LINQ DeleteAll > > > >>>> * Added TimestampAttribute to control DateTime serialization mode > > > >>>> * Added local collections joins support to LINQ. > > > >>>> > > > >>>> Ignite CPP: > > > >>>> * Added Compute::Call and Compute::Broadcast methods > > > >>>> > > > >>>> Web Console: > > > >>>> * Implemented support for UNIQUE indexes for key fields on import > > > model > > > >>>> from RDBMS > > > >>>> * Added option to show full stack trace on Queries screen > > > >>>> * Added PK alias generation on Models screen. > > > >>>> > > > >>>> Complete list of closed issues: > > > >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > > >> 3D%20IGNITE%20AND% > > > >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > > >>> 20closed%20or%20status%20%3D% > > > >>>> 20resolved) > > > >>>> > > > >>>> DEVNOTES > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>> > > > >>>> RELEASE NOTES > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>> > > > >>>> Please start voting. > > > >>>> > > > >>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > > >>>> 0 - don't care either way > > > >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > >>>> > > > >>>> This vote will go for 72 hours. > > > >>> > > > >>> > > > >> > > > > > > -- > > > Best Regards, > > > Max K. > > > > > > > > > > > > > > > > > > > > > -- > Best Regards, Vyacheslav D. > -- Sergey Kozlov GridGain Systems www.gridgain.com |
Oleg, Sergey thanks for the notes.
If the build procedure had been changed, I think it needs to update wiki: https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ProjectBuild I have another problem now. I execute: 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** passed well 2) mvn initialize -Prelease *** *Got an error* ***** [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (release-postprocessing) on project apache-ignite: Execution release-postprocessing of goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one of its dependencies could not be resolved: *Failure to find org.apache.ignite:ignite-tools:jar:2.1.0* in https://repo.maven.apache.org/ maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ PluginResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :apache-ignite ***** *I've cleaned my local repo, but the issue still there.* *1st. machine: mvn -version* Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T19:41:47+03:00) Maven home: c:\apache-maven-3.3.9\bin\.. Java version: 1.8.0_111, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_111\jre Default locale: ru_RU, platform encoding: Cp1251 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" *2nd. machine: mvn -version* Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T19:41:4 7+03:00) Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 Java version: 1.8.0_121, vendor: Oracle Corporation Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre Default locale: ru_RU, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" What's wrong? Do I need to upgrade Maven version? 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: > Hi Vyacheslav > > The build procedure has been changed for 2.1 Take a look in DEVNOTES.txt > > On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur <[hidden email]> > wrote: > > > Hi guys. > > I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn > > package -DskipTests" > > result is succes, but the folder "target" in the root directory is empty. > > I've checked it at two diffrenet machines. > > > > Is logic of packaging changed in the release? > > > > 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > > > > > +1 (binding) > > > > > > On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> > > > wrote: > > > > > > > +1 > > > > > > > > > 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > > > написал(а): > > > > > > > > > > +1 (binding) > > > > > > > > > > On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > > > > [hidden email]> wrote: > > > > > > > > > >> +1 (binding) > > > > >> > > > > >> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > > > > wrote: > > > > >> > > > > >>> +1 (binding) > > > > >>> > > > > >>> — > > > > >>> Denis > > > > >>> > > > > >>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > > [hidden email]> > > > > >>> wrote: > > > > >>>> > > > > >>>> Igniters! > > > > >>>> > > > > >>>> We have uploaded a 2.1.0 release candidate to > > > > >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > > >>>> > > > > >>>> Git tag name is > > > > >>>> 2.1.0-rc2 > > > > >>>> > > > > >>>> This release includes the following changes: > > > > >>>> > > > > >>>> Ignite: > > > > >>>> * Persistent cache store > > > > >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > > > > >> mehtods > > > > >>>> * Deprecated IgniteConfiguration.marshaller > > > > >>>> * Updated Lucene dependency to version 5.5.2 > > > > >>>> * Machine learning: implemented K-means clusterization algorithm > > > > >>> optimized > > > > >>>> for distributed storages > > > > >>>> * SQL: CREATE TABLE and DROP TABLE commands support > > > > >>>> * SQL: New thin JDBC driver > > > > >>>> * SQL: Improved performance of certain queries, when affinity > node > > > can > > > > >> be > > > > >>>> calculated in advance > > > > >>>> * SQL: Fixed return type of AVG() function > > > > >>>> * SQL: BLOB type support added to thick JDBC driver > > > > >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support > for > > > > >> Java 8 > > > > >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata > > for > > > > >>>> SqlFieldsQuery > > > > >>>> * ODBC: Implemented DML statement batching > > > > >>>> * Massive performance and stability improvements > > > > >>>> > > > > >>>> Ignite.NET: > > > > >>>> * Automatic remote assembly loading > > > > >>>> * NuGet-based standalone node deployment > > > > >>>> * Added conditional data removeal via LINQ DeleteAll > > > > >>>> * Added TimestampAttribute to control DateTime serialization > mode > > > > >>>> * Added local collections joins support to LINQ. > > > > >>>> > > > > >>>> Ignite CPP: > > > > >>>> * Added Compute::Call and Compute::Broadcast methods > > > > >>>> > > > > >>>> Web Console: > > > > >>>> * Implemented support for UNIQUE indexes for key fields on > import > > > > model > > > > >>>> from RDBMS > > > > >>>> * Added option to show full stack trace on Queries screen > > > > >>>> * Added PK alias generation on Models screen. > > > > >>>> > > > > >>>> Complete list of closed issues: > > > > >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > > > >> 3D%20IGNITE%20AND% > > > > >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > > > >>> 20closed%20or%20status%20%3D% > > > > >>>> 20resolved) > > > > >>>> > > > > >>>> DEVNOTES > > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > > >>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > >>>> > > > > >>>> RELEASE NOTES > > > > >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > > >>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > > >>>> > > > > >>>> Please start voting. > > > > >>>> > > > > >>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > > > >>>> 0 - don't care either way > > > > >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > > >>>> > > > > >>>> This vote will go for 72 hours. > > > > >>> > > > > >>> > > > > >> > > > > > > > > -- > > > > Best Regards, > > > > Max K. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Best Regards, Vyacheslav D. > > > > > > -- > Sergey Kozlov > GridGain Systems > www.gridgain.com > -- Best Regards, Vyacheslav D. |
Vyacheslav, this same problem on maven 3.5.0 (zip archive), but build success git tag name 2.1.0-rc2.
> 19 июля 2017 г., в 14:51, Vyacheslav Daradur <[hidden email]> написал(а): > > Oleg, Sergey thanks for the notes. > > If the build procedure had been changed, I think it needs to update wiki: > https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ProjectBuild > > I have another problem now. > I execute: > 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** passed > well > 2) mvn initialize -Prelease *** *Got an error* > ***** > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > (release-postprocessing) on project apache-ignite: Execution > release-postprocessing of goal > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one of > its dependencies could not be resolved: *Failure to find > org.apache.ignite:ignite-tools:jar:2.1.0* in https://repo.maven.apache.org/ > maven2 was cached in the local repository, resolution will not be > reattempted until the update interval of central has elapsed or updates are > forced -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > PluginResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :apache-ignite > ***** > > *I've cleaned my local repo, but the issue still there.* > > *1st. machine: mvn -version* > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T19:41:47+03:00) > Maven home: c:\apache-maven-3.3.9\bin\.. > Java version: 1.8.0_111, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_111\jre > Default locale: ru_RU, platform encoding: Cp1251 > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > *2nd. machine: mvn -version* > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T19:41:4 > 7+03:00) > Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 > Java version: 1.8.0_121, vendor: Oracle Corporation > Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre > Default locale: ru_RU, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > What's wrong? Do I need to upgrade Maven version? > > > 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: > >> Hi Vyacheslav >> >> The build procedure has been changed for 2.1 Take a look in DEVNOTES.txt >> >> On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur <[hidden email]> >> wrote: >> >>> Hi guys. >>> I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn >>> package -DskipTests" >>> result is succes, but the folder "target" in the root directory is empty. >>> I've checked it at two diffrenet machines. >>> >>> Is logic of packaging changed in the release? >>> >>> 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: >>> >>>> +1 (binding) >>>> >>>> On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> >>>> wrote: >>>> >>>>> +1 >>>>> >>>>>> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> >>>>> написал(а): >>>>>> >>>>>> +1 (binding) >>>>>> >>>>>> On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < >>>>>> [hidden email]> wrote: >>>>>> >>>>>>> +1 (binding) >>>>>>> >>>>>>> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> >>>>> wrote: >>>>>>> >>>>>>>> +1 (binding) >>>>>>>> >>>>>>>> — >>>>>>>> Denis >>>>>>>> >>>>>>>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < >>> [hidden email]> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Igniters! >>>>>>>>> >>>>>>>>> We have uploaded a 2.1.0 release candidate to >>>>>>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ >>>>>>>>> >>>>>>>>> Git tag name is >>>>>>>>> 2.1.0-rc2 >>>>>>>>> >>>>>>>>> This release includes the following changes: >>>>>>>>> >>>>>>>>> Ignite: >>>>>>>>> * Persistent cache store >>>>>>>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() >>>>>>> mehtods >>>>>>>>> * Deprecated IgniteConfiguration.marshaller >>>>>>>>> * Updated Lucene dependency to version 5.5.2 >>>>>>>>> * Machine learning: implemented K-means clusterization algorithm >>>>>>>> optimized >>>>>>>>> for distributed storages >>>>>>>>> * SQL: CREATE TABLE and DROP TABLE commands support >>>>>>>>> * SQL: New thin JDBC driver >>>>>>>>> * SQL: Improved performance of certain queries, when affinity >> node >>>> can >>>>>>> be >>>>>>>>> calculated in advance >>>>>>>>> * SQL: Fixed return type of AVG() function >>>>>>>>> * SQL: BLOB type support added to thick JDBC driver >>>>>>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support >> for >>>>>>> Java 8 >>>>>>>>> * SQL: Added FieldsQueryCursor interface to get fields metadata >>> for >>>>>>>>> SqlFieldsQuery >>>>>>>>> * ODBC: Implemented DML statement batching >>>>>>>>> * Massive performance and stability improvements >>>>>>>>> >>>>>>>>> Ignite.NET: >>>>>>>>> * Automatic remote assembly loading >>>>>>>>> * NuGet-based standalone node deployment >>>>>>>>> * Added conditional data removeal via LINQ DeleteAll >>>>>>>>> * Added TimestampAttribute to control DateTime serialization >> mode >>>>>>>>> * Added local collections joins support to LINQ. >>>>>>>>> >>>>>>>>> Ignite CPP: >>>>>>>>> * Added Compute::Call and Compute::Broadcast methods >>>>>>>>> >>>>>>>>> Web Console: >>>>>>>>> * Implemented support for UNIQUE indexes for key fields on >> import >>>>> model >>>>>>>>> from RDBMS >>>>>>>>> * Added option to show full stack trace on Queries screen >>>>>>>>> * Added PK alias generation on Models screen. >>>>>>>>> >>>>>>>>> Complete list of closed issues: >>>>>>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% >>>>>>> 3D%20IGNITE%20AND% >>>>>>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% >>>>>>>> 20closed%20or%20status%20%3D% >>>>>>>>> 20resolved) >>>>>>>>> >>>>>>>>> DEVNOTES >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>>>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 >>>>>>>>> >>>>>>>>> RELEASE NOTES >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>>>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 >>>>>>>>> >>>>>>>>> Please start voting. >>>>>>>>> >>>>>>>>> +1 - to accept Apache Ignite 2.1.0-rc2 >>>>>>>>> 0 - don't care either way >>>>>>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) >>>>>>>>> >>>>>>>>> This vote will go for 72 hours. >>>>>>>> >>>>>>>> >>>>>>> >>>>> >>>>> -- >>>>> Best Regards, >>>>> Max K. >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >>> >>> -- >>> Best Regards, Vyacheslav D. >>> >> >> >> >> -- >> Sergey Kozlov >> GridGain Systems >> www.gridgain.com >> > > > > -- > Best Regards, Vyacheslav D. -- Best Regards, Max K. |
Maxim, Vyacheslav,
Any ideas why we can't build from zip? Tag' and zip' content should be the same. On Wed, Jul 19, 2017 at 3:18 PM, Kozlov Maxim <[hidden email]> wrote: > Vyacheslav, this same problem on maven 3.5.0 (zip archive), but build > success git tag name 2.1.0-rc2. > > > 19 июля 2017 г., в 14:51, Vyacheslav Daradur <[hidden email]> > написал(а): > > > > Oleg, Sergey thanks for the notes. > > > > If the build procedure had been changed, I think it needs to update wiki: > > https://cwiki.apache.org/confluence/display/IGNITE/How+ > to+Contribute#HowtoContribute-ProjectBuild > > > > I have another problem now. > > I execute: > > 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** passed > > well > > 2) mvn initialize -Prelease *** *Got an error* > > ***** > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > (release-postprocessing) on project apache-ignite: Execution > > release-postprocessing of goal > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one > of > > its dependencies could not be resolved: *Failure to find > > org.apache.ignite:ignite-tools:jar:2.1.0* in > https://repo.maven.apache.org/ > > maven2 was cached in the local repository, resolution will not be > > reattempted until the update interval of central has elapsed or updates > are > > forced -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > > PluginResolutionException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > > command > > [ERROR] mvn <goals> -rf :apache-ignite > > ***** > > > > *I've cleaned my local repo, but the issue still there.* > > > > *1st. machine: mvn -version* > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > 2015-11-10T19:41:47+03:00) > > Maven home: c:\apache-maven-3.3.9\bin\.. > > Java version: 1.8.0_111, vendor: Oracle Corporation > > Java home: C:\Program Files\Java\jdk1.8.0_111\jre > > Default locale: ru_RU, platform encoding: Cp1251 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > > > *2nd. machine: mvn -version* > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > 2015-11-10T19:41:4 > > 7+03:00) > > Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 > > Java version: 1.8.0_121, vendor: Oracle Corporation > > Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre > > Default locale: ru_RU, platform encoding: Cp1252 > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > > > What's wrong? Do I need to upgrade Maven version? > > > > > > 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: > > > >> Hi Vyacheslav > >> > >> The build procedure has been changed for 2.1 Take a look in DEVNOTES.txt > >> > >> On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur < > [hidden email]> > >> wrote: > >> > >>> Hi guys. > >>> I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute "mvn > >>> package -DskipTests" > >>> result is succes, but the folder "target" in the root directory is > empty. > >>> I've checked it at two diffrenet machines. > >>> > >>> Is logic of packaging changed in the release? > >>> > >>> 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > >>> > >>>> +1 (binding) > >>>> > >>>> On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim <[hidden email]> > >>>> wrote: > >>>> > >>>>> +1 > >>>>> > >>>>>> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > >>>>> написал(а): > >>>>>> > >>>>>> +1 (binding) > >>>>>> > >>>>>> On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > >>>>>> [hidden email]> wrote: > >>>>>> > >>>>>>> +1 (binding) > >>>>>>> > >>>>>>> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email]> > >>>>> wrote: > >>>>>>> > >>>>>>>> +1 (binding) > >>>>>>>> > >>>>>>>> — > >>>>>>>> Denis > >>>>>>>> > >>>>>>>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > >>> [hidden email]> > >>>>>>>> wrote: > >>>>>>>>> > >>>>>>>>> Igniters! > >>>>>>>>> > >>>>>>>>> We have uploaded a 2.1.0 release candidate to > >>>>>>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > >>>>>>>>> > >>>>>>>>> Git tag name is > >>>>>>>>> 2.1.0-rc2 > >>>>>>>>> > >>>>>>>>> This release includes the following changes: > >>>>>>>>> > >>>>>>>>> Ignite: > >>>>>>>>> * Persistent cache store > >>>>>>>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > >>>>>>> mehtods > >>>>>>>>> * Deprecated IgniteConfiguration.marshaller > >>>>>>>>> * Updated Lucene dependency to version 5.5.2 > >>>>>>>>> * Machine learning: implemented K-means clusterization algorithm > >>>>>>>> optimized > >>>>>>>>> for distributed storages > >>>>>>>>> * SQL: CREATE TABLE and DROP TABLE commands support > >>>>>>>>> * SQL: New thin JDBC driver > >>>>>>>>> * SQL: Improved performance of certain queries, when affinity > >> node > >>>> can > >>>>>>> be > >>>>>>>>> calculated in advance > >>>>>>>>> * SQL: Fixed return type of AVG() function > >>>>>>>>> * SQL: BLOB type support added to thick JDBC driver > >>>>>>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support > >> for > >>>>>>> Java 8 > >>>>>>>>> * SQL: Added FieldsQueryCursor interface to get fields metadata > >>> for > >>>>>>>>> SqlFieldsQuery > >>>>>>>>> * ODBC: Implemented DML statement batching > >>>>>>>>> * Massive performance and stability improvements > >>>>>>>>> > >>>>>>>>> Ignite.NET: > >>>>>>>>> * Automatic remote assembly loading > >>>>>>>>> * NuGet-based standalone node deployment > >>>>>>>>> * Added conditional data removeal via LINQ DeleteAll > >>>>>>>>> * Added TimestampAttribute to control DateTime serialization > >> mode > >>>>>>>>> * Added local collections joins support to LINQ. > >>>>>>>>> > >>>>>>>>> Ignite CPP: > >>>>>>>>> * Added Compute::Call and Compute::Broadcast methods > >>>>>>>>> > >>>>>>>>> Web Console: > >>>>>>>>> * Implemented support for UNIQUE indexes for key fields on > >> import > >>>>> model > >>>>>>>>> from RDBMS > >>>>>>>>> * Added option to show full stack trace on Queries screen > >>>>>>>>> * Added PK alias generation on Models screen. > >>>>>>>>> > >>>>>>>>> Complete list of closed issues: > >>>>>>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > >>>>>>> 3D%20IGNITE%20AND% > >>>>>>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > >>>>>>>> 20closed%20or%20status%20%3D% > >>>>>>>>> 20resolved) > >>>>>>>>> > >>>>>>>>> DEVNOTES > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > >>>>>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > >>>>>>>>> > >>>>>>>>> RELEASE NOTES > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > >>>>>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > >>>>>>>>> > >>>>>>>>> Please start voting. > >>>>>>>>> > >>>>>>>>> +1 - to accept Apache Ignite 2.1.0-rc2 > >>>>>>>>> 0 - don't care either way > >>>>>>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > >>>>>>>>> > >>>>>>>>> This vote will go for 72 hours. > >>>>>>>> > >>>>>>>> > >>>>>>> > >>>>> > >>>>> -- > >>>>> Best Regards, > >>>>> Max K. > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>> > >>> > >>> > >>> > >>> -- > >>> Best Regards, Vyacheslav D. > >>> > >> > >> > >> > >> -- > >> Sergey Kozlov > >> GridGain Systems > >> www.gridgain.com > >> > > > > > > > > -- > > Best Regards, Vyacheslav D. > > -- > Best Regards, > Max K. > > > > > |
I've investigated the issue.
There are different branches with the tag: "2.1.0-rc2" *ignite-2.1* - last commit by 'devozerov' (355ffda1e8aa88fd904d037995c061380aa1b74d) *2.1.0-rc2* - last commit by 'Ignite Teamcity' (9423e6380ace04e1d5aa4098b9762d9fa0006be6) The main defference between the branches is version: "2.1.0-SNAPSHOT" vs "2.1.0" distr-zip looks like built from the branch "2.1.0-rc2" because it has the versions in pom-files without "SNAPSHOT" I've tryed to assemble it from different branches (with clean local repo): ignite-2.1 - BUILD SUCCESS 2.1.0-rc2 - BUILD FAILED Looks like something wrong in the commit: https://github.com/apache/ignite/commit/9423e6380ace04e1d5aa4098b9762d9fa0006be6 2017-07-19 15:33 GMT+03:00 Anton Vinogradov <[hidden email]>: > Maxim, Vyacheslav, > > Any ideas why we can't build from zip? > Tag' and zip' content should be the same. > > On Wed, Jul 19, 2017 at 3:18 PM, Kozlov Maxim <[hidden email]> > wrote: > > > Vyacheslav, this same problem on maven 3.5.0 (zip archive), but build > > success git tag name 2.1.0-rc2. > > > > > 19 июля 2017 г., в 14:51, Vyacheslav Daradur <[hidden email]> > > написал(а): > > > > > > Oleg, Sergey thanks for the notes. > > > > > > If the build procedure had been changed, I think it needs to update > wiki: > > > https://cwiki.apache.org/confluence/display/IGNITE/How+ > > to+Contribute#HowtoContribute-ProjectBuild > > > > > > I have another problem now. > > > I execute: > > > 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** > passed > > > well > > > 2) mvn initialize -Prelease *** *Got an error* > > > ***** > > > [ERROR] Failed to execute goal > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > > (release-postprocessing) on project apache-ignite: Execution > > > release-postprocessing of goal > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > > failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one > > of > > > its dependencies could not be resolved: *Failure to find > > > org.apache.ignite:ignite-tools:jar:2.1.0* in > > https://repo.maven.apache.org/ > > > maven2 was cached in the local repository, resolution will not be > > > reattempted until the update interval of central has elapsed or updates > > are > > > forced -> [Help 1] > > > [ERROR] > > > [ERROR] To see the full stack trace of the errors, re-run Maven with > the > > -e > > > switch. > > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > > [ERROR] > > > [ERROR] For more information about the errors and possible solutions, > > > please read the following articles: > > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > > > PluginResolutionException > > > [ERROR] > > > [ERROR] After correcting the problems, you can resume the build with > the > > > command > > > [ERROR] mvn <goals> -rf :apache-ignite > > > ***** > > > > > > *I've cleaned my local repo, but the issue still there.* > > > > > > *1st. machine: mvn -version* > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > 2015-11-10T19:41:47+03:00) > > > Maven home: c:\apache-maven-3.3.9\bin\.. > > > Java version: 1.8.0_111, vendor: Oracle Corporation > > > Java home: C:\Program Files\Java\jdk1.8.0_111\jre > > > Default locale: ru_RU, platform encoding: Cp1251 > > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > > > > > *2nd. machine: mvn -version* > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > 2015-11-10T19:41:4 > > > 7+03:00) > > > Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 > > > Java version: 1.8.0_121, vendor: Oracle Corporation > > > Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre > > > Default locale: ru_RU, platform encoding: Cp1252 > > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > > > > > What's wrong? Do I need to upgrade Maven version? > > > > > > > > > 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: > > > > > >> Hi Vyacheslav > > >> > > >> The build procedure has been changed for 2.1 Take a look in > DEVNOTES.txt > > >> > > >> On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur < > > [hidden email]> > > >> wrote: > > >> > > >>> Hi guys. > > >>> I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute > "mvn > > >>> package -DskipTests" > > >>> result is succes, but the folder "target" in the root directory is > > empty. > > >>> I've checked it at two diffrenet machines. > > >>> > > >>> Is logic of packaging changed in the release? > > >>> > > >>> 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > > >>> > > >>>> +1 (binding) > > >>>> > > >>>> On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim < > [hidden email]> > > >>>> wrote: > > >>>> > > >>>>> +1 > > >>>>> > > >>>>>> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > >>>>> написал(а): > > >>>>>> > > >>>>>> +1 (binding) > > >>>>>> > > >>>>>> On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > >>>>>> [hidden email]> wrote: > > >>>>>> > > >>>>>>> +1 (binding) > > >>>>>>> > > >>>>>>> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda <[hidden email] > > > > >>>>> wrote: > > >>>>>>> > > >>>>>>>> +1 (binding) > > >>>>>>>> > > >>>>>>>> — > > >>>>>>>> Denis > > >>>>>>>> > > >>>>>>>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > > >>> [hidden email]> > > >>>>>>>> wrote: > > >>>>>>>>> > > >>>>>>>>> Igniters! > > >>>>>>>>> > > >>>>>>>>> We have uploaded a 2.1.0 release candidate to > > >>>>>>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > >>>>>>>>> > > >>>>>>>>> Git tag name is > > >>>>>>>>> 2.1.0-rc2 > > >>>>>>>>> > > >>>>>>>>> This release includes the following changes: > > >>>>>>>>> > > >>>>>>>>> Ignite: > > >>>>>>>>> * Persistent cache store > > >>>>>>>>> * Added IgniteFuture.listenAsync() and > IgniteFuture.chainAsync() > > >>>>>>> mehtods > > >>>>>>>>> * Deprecated IgniteConfiguration.marshaller > > >>>>>>>>> * Updated Lucene dependency to version 5.5.2 > > >>>>>>>>> * Machine learning: implemented K-means clusterization > algorithm > > >>>>>>>> optimized > > >>>>>>>>> for distributed storages > > >>>>>>>>> * SQL: CREATE TABLE and DROP TABLE commands support > > >>>>>>>>> * SQL: New thin JDBC driver > > >>>>>>>>> * SQL: Improved performance of certain queries, when affinity > > >> node > > >>>> can > > >>>>>>> be > > >>>>>>>>> calculated in advance > > >>>>>>>>> * SQL: Fixed return type of AVG() function > > >>>>>>>>> * SQL: BLOB type support added to thick JDBC driver > > >>>>>>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support > > >> for > > >>>>>>> Java 8 > > >>>>>>>>> * SQL: Added FieldsQueryCursor interface to get fields metadata > > >>> for > > >>>>>>>>> SqlFieldsQuery > > >>>>>>>>> * ODBC: Implemented DML statement batching > > >>>>>>>>> * Massive performance and stability improvements > > >>>>>>>>> > > >>>>>>>>> Ignite.NET: > > >>>>>>>>> * Automatic remote assembly loading > > >>>>>>>>> * NuGet-based standalone node deployment > > >>>>>>>>> * Added conditional data removeal via LINQ DeleteAll > > >>>>>>>>> * Added TimestampAttribute to control DateTime serialization > > >> mode > > >>>>>>>>> * Added local collections joins support to LINQ. > > >>>>>>>>> > > >>>>>>>>> Ignite CPP: > > >>>>>>>>> * Added Compute::Call and Compute::Broadcast methods > > >>>>>>>>> > > >>>>>>>>> Web Console: > > >>>>>>>>> * Implemented support for UNIQUE indexes for key fields on > > >> import > > >>>>> model > > >>>>>>>>> from RDBMS > > >>>>>>>>> * Added option to show full stack trace on Queries screen > > >>>>>>>>> * Added PK alias generation on Models screen. > > >>>>>>>>> > > >>>>>>>>> Complete list of closed issues: > > >>>>>>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > >>>>>>> 3D%20IGNITE%20AND% > > >>>>>>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > >>>>>>>> 20closed%20or%20status%20%3D% > > >>>>>>>>> 20resolved) > > >>>>>>>>> > > >>>>>>>>> DEVNOTES > > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > >>>>>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > >>>>>>>>> > > >>>>>>>>> RELEASE NOTES > > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > >>>>>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > >>>>>>>>> > > >>>>>>>>> Please start voting. > > >>>>>>>>> > > >>>>>>>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > >>>>>>>>> 0 - don't care either way > > >>>>>>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > >>>>>>>>> > > >>>>>>>>> This vote will go for 72 hours. > > >>>>>>>> > > >>>>>>>> > > >>>>>>> > > >>>>> > > >>>>> -- > > >>>>> Best Regards, > > >>>>> Max K. > > >>>>> > > >>>>> > > >>>>> > > >>>>> > > >>>>> > > >>>> > > >>> > > >>> > > >>> > > >>> -- > > >>> Best Regards, Vyacheslav D. > > >>> > > >> > > >> > > >> > > >> -- > > >> Sergey Kozlov > > >> GridGain Systems > > >> www.gridgain.com > > >> > > > > > > > > > > > > -- > > > Best Regards, Vyacheslav D. > > > > -- > > Best Regards, > > Max K. > > > > > > > > > > > -- Best Regards, Vyacheslav D. |
-1 (according to found issues).
On Wed, Jul 19, 2017 at 6:06 PM, Vyacheslav Daradur <[hidden email]> wrote: > I've investigated the issue. > There are different branches with the tag: "2.1.0-rc2" > *ignite-2.1* - last commit by 'devozerov' > (355ffda1e8aa88fd904d037995c061380aa1b74d) > *2.1.0-rc2* - last commit by 'Ignite Teamcity' > (9423e6380ace04e1d5aa4098b9762d9fa0006be6) > The main defference between the branches is version: "2.1.0-SNAPSHOT" vs > "2.1.0" > > distr-zip looks like built from the branch "2.1.0-rc2" because it has the > versions in pom-files without "SNAPSHOT" > > I've tryed to assemble it from different branches (with clean local repo): > ignite-2.1 - BUILD SUCCESS > 2.1.0-rc2 - BUILD FAILED > > Looks like something wrong in the commit: > https://github.com/apache/ignite/commit/9423e6380ace04e1d5aa4098b9762d > 9fa0006be6 > > > > 2017-07-19 15:33 GMT+03:00 Anton Vinogradov <[hidden email]>: > > > Maxim, Vyacheslav, > > > > Any ideas why we can't build from zip? > > Tag' and zip' content should be the same. > > > > On Wed, Jul 19, 2017 at 3:18 PM, Kozlov Maxim <[hidden email]> > > wrote: > > > > > Vyacheslav, this same problem on maven 3.5.0 (zip archive), but build > > > success git tag name 2.1.0-rc2. > > > > > > > 19 июля 2017 г., в 14:51, Vyacheslav Daradur <[hidden email]> > > > написал(а): > > > > > > > > Oleg, Sergey thanks for the notes. > > > > > > > > If the build procedure had been changed, I think it needs to update > > wiki: > > > > https://cwiki.apache.org/confluence/display/IGNITE/How+ > > > to+Contribute#HowtoContribute-ProjectBuild > > > > > > > > I have another problem now. > > > > I execute: > > > > 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** > > passed > > > > well > > > > 2) mvn initialize -Prelease *** *Got an error* > > > > ***** > > > > [ERROR] Failed to execute goal > > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > > > (release-postprocessing) on project apache-ignite: Execution > > > > release-postprocessing of goal > > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > > > failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or > one > > > of > > > > its dependencies could not be resolved: *Failure to find > > > > org.apache.ignite:ignite-tools:jar:2.1.0* in > > > https://repo.maven.apache.org/ > > > > maven2 was cached in the local repository, resolution will not be > > > > reattempted until the update interval of central has elapsed or > updates > > > are > > > > forced -> [Help 1] > > > > [ERROR] > > > > [ERROR] To see the full stack trace of the errors, re-run Maven with > > the > > > -e > > > > switch. > > > > [ERROR] Re-run Maven using the -X switch to enable full debug > logging. > > > > [ERROR] > > > > [ERROR] For more information about the errors and possible solutions, > > > > please read the following articles: > > > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > > > > PluginResolutionException > > > > [ERROR] > > > > [ERROR] After correcting the problems, you can resume the build with > > the > > > > command > > > > [ERROR] mvn <goals> -rf :apache-ignite > > > > ***** > > > > > > > > *I've cleaned my local repo, but the issue still there.* > > > > > > > > *1st. machine: mvn -version* > > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > > 2015-11-10T19:41:47+03:00) > > > > Maven home: c:\apache-maven-3.3.9\bin\.. > > > > Java version: 1.8.0_111, vendor: Oracle Corporation > > > > Java home: C:\Program Files\Java\jdk1.8.0_111\jre > > > > Default locale: ru_RU, platform encoding: Cp1251 > > > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > > > > > > > *2nd. machine: mvn -version* > > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > > 2015-11-10T19:41:4 > > > > 7+03:00) > > > > Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 > > > > Java version: 1.8.0_121, vendor: Oracle Corporation > > > > Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre > > > > Default locale: ru_RU, platform encoding: Cp1252 > > > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > > > > > > > What's wrong? Do I need to upgrade Maven version? > > > > > > > > > > > > 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: > > > > > > > >> Hi Vyacheslav > > > >> > > > >> The build procedure has been changed for 2.1 Take a look in > > DEVNOTES.txt > > > >> > > > >> On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur < > > > [hidden email]> > > > >> wrote: > > > >> > > > >>> Hi guys. > > > >>> I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute > > "mvn > > > >>> package -DskipTests" > > > >>> result is succes, but the folder "target" in the root directory is > > > empty. > > > >>> I've checked it at two diffrenet machines. > > > >>> > > > >>> Is logic of packaging changed in the release? > > > >>> > > > >>> 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: > > > >>> > > > >>>> +1 (binding) > > > >>>> > > > >>>> On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim < > > [hidden email]> > > > >>>> wrote: > > > >>>> > > > >>>>> +1 > > > >>>>> > > > >>>>>> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> > > > >>>>> написал(а): > > > >>>>>> > > > >>>>>> +1 (binding) > > > >>>>>> > > > >>>>>> On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < > > > >>>>>> [hidden email]> wrote: > > > >>>>>> > > > >>>>>>> +1 (binding) > > > >>>>>>> > > > >>>>>>> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda < > [hidden email] > > > > > > >>>>> wrote: > > > >>>>>>> > > > >>>>>>>> +1 (binding) > > > >>>>>>>> > > > >>>>>>>> — > > > >>>>>>>> Denis > > > >>>>>>>> > > > >>>>>>>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < > > > >>> [hidden email]> > > > >>>>>>>> wrote: > > > >>>>>>>>> > > > >>>>>>>>> Igniters! > > > >>>>>>>>> > > > >>>>>>>>> We have uploaded a 2.1.0 release candidate to > > > >>>>>>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ > > > >>>>>>>>> > > > >>>>>>>>> Git tag name is > > > >>>>>>>>> 2.1.0-rc2 > > > >>>>>>>>> > > > >>>>>>>>> This release includes the following changes: > > > >>>>>>>>> > > > >>>>>>>>> Ignite: > > > >>>>>>>>> * Persistent cache store > > > >>>>>>>>> * Added IgniteFuture.listenAsync() and > > IgniteFuture.chainAsync() > > > >>>>>>> mehtods > > > >>>>>>>>> * Deprecated IgniteConfiguration.marshaller > > > >>>>>>>>> * Updated Lucene dependency to version 5.5.2 > > > >>>>>>>>> * Machine learning: implemented K-means clusterization > > algorithm > > > >>>>>>>> optimized > > > >>>>>>>>> for distributed storages > > > >>>>>>>>> * SQL: CREATE TABLE and DROP TABLE commands support > > > >>>>>>>>> * SQL: New thin JDBC driver > > > >>>>>>>>> * SQL: Improved performance of certain queries, when affinity > > > >> node > > > >>>> can > > > >>>>>>> be > > > >>>>>>>>> calculated in advance > > > >>>>>>>>> * SQL: Fixed return type of AVG() function > > > >>>>>>>>> * SQL: BLOB type support added to thick JDBC driver > > > >>>>>>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime > support > > > >> for > > > >>>>>>> Java 8 > > > >>>>>>>>> * SQL: Added FieldsQueryCursor interface to get fields > metadata > > > >>> for > > > >>>>>>>>> SqlFieldsQuery > > > >>>>>>>>> * ODBC: Implemented DML statement batching > > > >>>>>>>>> * Massive performance and stability improvements > > > >>>>>>>>> > > > >>>>>>>>> Ignite.NET: > > > >>>>>>>>> * Automatic remote assembly loading > > > >>>>>>>>> * NuGet-based standalone node deployment > > > >>>>>>>>> * Added conditional data removeal via LINQ DeleteAll > > > >>>>>>>>> * Added TimestampAttribute to control DateTime serialization > > > >> mode > > > >>>>>>>>> * Added local collections joins support to LINQ. > > > >>>>>>>>> > > > >>>>>>>>> Ignite CPP: > > > >>>>>>>>> * Added Compute::Call and Compute::Broadcast methods > > > >>>>>>>>> > > > >>>>>>>>> Web Console: > > > >>>>>>>>> * Implemented support for UNIQUE indexes for key fields on > > > >> import > > > >>>>> model > > > >>>>>>>>> from RDBMS > > > >>>>>>>>> * Added option to show full stack trace on Queries screen > > > >>>>>>>>> * Added PK alias generation on Models screen. > > > >>>>>>>>> > > > >>>>>>>>> Complete list of closed issues: > > > >>>>>>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > > > >>>>>>> 3D%20IGNITE%20AND% > > > >>>>>>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > > >>>>>>>> 20closed%20or%20status%20%3D% > > > >>>>>>>>> 20resolved) > > > >>>>>>>>> > > > >>>>>>>>> DEVNOTES > > > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>>>>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>>>>>>> > > > >>>>>>>>> RELEASE NOTES > > > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > >>>>>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 > > > >>>>>>>>> > > > >>>>>>>>> Please start voting. > > > >>>>>>>>> > > > >>>>>>>>> +1 - to accept Apache Ignite 2.1.0-rc2 > > > >>>>>>>>> 0 - don't care either way > > > >>>>>>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) > > > >>>>>>>>> > > > >>>>>>>>> This vote will go for 72 hours. > > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>> > > > >>>>> > > > >>>>> -- > > > >>>>> Best Regards, > > > >>>>> Max K. > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>> > > > >>> > > > >>> > > > >>> > > > >>> -- > > > >>> Best Regards, Vyacheslav D. > > > >>> > > > >> > > > >> > > > >> > > > >> -- > > > >> Sergey Kozlov > > > >> GridGain Systems > > > >> www.gridgain.com > > > >> > > > > > > > > > > > > > > > > -- > > > > Best Regards, Vyacheslav D. > > > > > > -- > > > Best Regards, > > > Max K. > > > > > > > > > > > > > > > > > > > > > -- > Best Regards, Vyacheslav D. > |
This vote is closed.
On Thu, Jul 20, 2017 at 12:35 PM, Anton Vinogradov <[hidden email] > wrote: > -1 (according to found issues). > > > On Wed, Jul 19, 2017 at 6:06 PM, Vyacheslav Daradur <[hidden email]> > wrote: > >> I've investigated the issue. >> There are different branches with the tag: "2.1.0-rc2" >> *ignite-2.1* - last commit by 'devozerov' >> (355ffda1e8aa88fd904d037995c061380aa1b74d) >> *2.1.0-rc2* - last commit by 'Ignite Teamcity' >> (9423e6380ace04e1d5aa4098b9762d9fa0006be6) >> The main defference between the branches is version: "2.1.0-SNAPSHOT" vs >> "2.1.0" >> >> distr-zip looks like built from the branch "2.1.0-rc2" because it has the >> versions in pom-files without "SNAPSHOT" >> >> I've tryed to assemble it from different branches (with clean local repo): >> ignite-2.1 - BUILD SUCCESS >> 2.1.0-rc2 - BUILD FAILED >> >> Looks like something wrong in the commit: >> https://github.com/apache/ignite/commit/9423e6380ace04e1d5aa >> 4098b9762d9fa0006be6 >> >> >> >> 2017-07-19 15:33 GMT+03:00 Anton Vinogradov <[hidden email]>: >> >> > Maxim, Vyacheslav, >> > >> > Any ideas why we can't build from zip? >> > Tag' and zip' content should be the same. >> > >> > On Wed, Jul 19, 2017 at 3:18 PM, Kozlov Maxim <[hidden email]> >> > wrote: >> > >> > > Vyacheslav, this same problem on maven 3.5.0 (zip archive), but build >> > > success git tag name 2.1.0-rc2. >> > > >> > > > 19 июля 2017 г., в 14:51, Vyacheslav Daradur <[hidden email]> >> > > написал(а): >> > > > >> > > > Oleg, Sergey thanks for the notes. >> > > > >> > > > If the build procedure had been changed, I think it needs to update >> > wiki: >> > > > https://cwiki.apache.org/confluence/display/IGNITE/How+ >> > > to+Contribute#HowtoContribute-ProjectBuild >> > > > >> > > > I have another problem now. >> > > > I execute: >> > > > 1) mvn clean package -Pall-java,all-scala,licenses -DskipTests *** >> > passed >> > > > well >> > > > 2) mvn initialize -Prelease *** *Got an error* >> > > > ***** >> > > > [ERROR] Failed to execute goal >> > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run >> > > > (release-postprocessing) on project apache-ignite: Execution >> > > > release-postprocessing of goal >> > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run >> > > > failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or >> one >> > > of >> > > > its dependencies could not be resolved: *Failure to find >> > > > org.apache.ignite:ignite-tools:jar:2.1.0* in >> > > https://repo.maven.apache.org/ >> > > > maven2 was cached in the local repository, resolution will not be >> > > > reattempted until the update interval of central has elapsed or >> updates >> > > are >> > > > forced -> [Help 1] >> > > > [ERROR] >> > > > [ERROR] To see the full stack trace of the errors, re-run Maven with >> > the >> > > -e >> > > > switch. >> > > > [ERROR] Re-run Maven using the -X switch to enable full debug >> logging. >> > > > [ERROR] >> > > > [ERROR] For more information about the errors and possible >> solutions, >> > > > please read the following articles: >> > > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ >> > > > PluginResolutionException >> > > > [ERROR] >> > > > [ERROR] After correcting the problems, you can resume the build with >> > the >> > > > command >> > > > [ERROR] mvn <goals> -rf :apache-ignite >> > > > ***** >> > > > >> > > > *I've cleaned my local repo, but the issue still there.* >> > > > >> > > > *1st. machine: mvn -version* >> > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >> > > > 2015-11-10T19:41:47+03:00) >> > > > Maven home: c:\apache-maven-3.3.9\bin\.. >> > > > Java version: 1.8.0_111, vendor: Oracle Corporation >> > > > Java home: C:\Program Files\Java\jdk1.8.0_111\jre >> > > > Default locale: ru_RU, platform encoding: Cp1251 >> > > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" >> > > > >> > > > *2nd. machine: mvn -version* >> > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >> > > > 2015-11-10T19:41:4 >> > > > 7+03:00) >> > > > Maven home: C:\Users\MyUserName\Programs\apache-maven-3.3.9 >> > > > Java version: 1.8.0_121, vendor: Oracle Corporation >> > > > Java home: c:\Users\MyUserName\Programs\Java\jdk1.8.0_121_x64\jre >> > > > Default locale: ru_RU, platform encoding: Cp1252 >> > > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" >> > > > >> > > > What's wrong? Do I need to upgrade Maven version? >> > > > >> > > > >> > > > 2017-07-19 13:11 GMT+03:00 Sergey Kozlov <[hidden email]>: >> > > > >> > > >> Hi Vyacheslav >> > > >> >> > > >> The build procedure has been changed for 2.1 Take a look in >> > DEVNOTES.txt >> > > >> >> > > >> On Wed, Jul 19, 2017 at 12:53 PM, Vyacheslav Daradur < >> > > [hidden email]> >> > > >> wrote: >> > > >> >> > > >>> Hi guys. >> > > >>> I've downloaded apache-ignite-2.1.0-src.zip, unpack it and execute >> > "mvn >> > > >>> package -DskipTests" >> > > >>> result is succes, but the folder "target" in the root directory is >> > > empty. >> > > >>> I've checked it at two diffrenet machines. >> > > >>> >> > > >>> Is logic of packaging changed in the release? >> > > >>> >> > > >>> 2017-07-19 12:36 GMT+03:00 Anton Vinogradov <[hidden email]>: >> > > >>> >> > > >>>> +1 (binding) >> > > >>>> >> > > >>>> On Wed, Jul 19, 2017 at 12:34 PM, Kozlov Maxim < >> > [hidden email]> >> > > >>>> wrote: >> > > >>>> >> > > >>>>> +1 >> > > >>>>> >> > > >>>>>> 19 июля 2017 г., в 11:33, Semyon Boikov <[hidden email]> >> > > >>>>> написал(а): >> > > >>>>>> >> > > >>>>>> +1 (binding) >> > > >>>>>> >> > > >>>>>> On Tue, Jul 18, 2017 at 9:45 PM, Valentin Kulichenko < >> > > >>>>>> [hidden email]> wrote: >> > > >>>>>> >> > > >>>>>>> +1 (binding) >> > > >>>>>>> >> > > >>>>>>> On Tue, Jul 18, 2017 at 11:40 AM, Denis Magda < >> [hidden email] >> > > >> > > >>>>> wrote: >> > > >>>>>>> >> > > >>>>>>>> +1 (binding) >> > > >>>>>>>> >> > > >>>>>>>> — >> > > >>>>>>>> Denis >> > > >>>>>>>> >> > > >>>>>>>>> On Jul 17, 2017, at 9:42 PM, Vladimir Ozerov < >> > > >>> [hidden email]> >> > > >>>>>>>> wrote: >> > > >>>>>>>>> >> > > >>>>>>>>> Igniters! >> > > >>>>>>>>> >> > > >>>>>>>>> We have uploaded a 2.1.0 release candidate to >> > > >>>>>>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc2/ >> > > >>>>>>>>> >> > > >>>>>>>>> Git tag name is >> > > >>>>>>>>> 2.1.0-rc2 >> > > >>>>>>>>> >> > > >>>>>>>>> This release includes the following changes: >> > > >>>>>>>>> >> > > >>>>>>>>> Ignite: >> > > >>>>>>>>> * Persistent cache store >> > > >>>>>>>>> * Added IgniteFuture.listenAsync() and >> > IgniteFuture.chainAsync() >> > > >>>>>>> mehtods >> > > >>>>>>>>> * Deprecated IgniteConfiguration.marshaller >> > > >>>>>>>>> * Updated Lucene dependency to version 5.5.2 >> > > >>>>>>>>> * Machine learning: implemented K-means clusterization >> > algorithm >> > > >>>>>>>> optimized >> > > >>>>>>>>> for distributed storages >> > > >>>>>>>>> * SQL: CREATE TABLE and DROP TABLE commands support >> > > >>>>>>>>> * SQL: New thin JDBC driver >> > > >>>>>>>>> * SQL: Improved performance of certain queries, when >> affinity >> > > >> node >> > > >>>> can >> > > >>>>>>> be >> > > >>>>>>>>> calculated in advance >> > > >>>>>>>>> * SQL: Fixed return type of AVG() function >> > > >>>>>>>>> * SQL: BLOB type support added to thick JDBC driver >> > > >>>>>>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime >> support >> > > >> for >> > > >>>>>>> Java 8 >> > > >>>>>>>>> * SQL: Added FieldsQueryCursor interface to get fields >> metadata >> > > >>> for >> > > >>>>>>>>> SqlFieldsQuery >> > > >>>>>>>>> * ODBC: Implemented DML statement batching >> > > >>>>>>>>> * Massive performance and stability improvements >> > > >>>>>>>>> >> > > >>>>>>>>> Ignite.NET: >> > > >>>>>>>>> * Automatic remote assembly loading >> > > >>>>>>>>> * NuGet-based standalone node deployment >> > > >>>>>>>>> * Added conditional data removeal via LINQ DeleteAll >> > > >>>>>>>>> * Added TimestampAttribute to control DateTime serialization >> > > >> mode >> > > >>>>>>>>> * Added local collections joins support to LINQ. >> > > >>>>>>>>> >> > > >>>>>>>>> Ignite CPP: >> > > >>>>>>>>> * Added Compute::Call and Compute::Broadcast methods >> > > >>>>>>>>> >> > > >>>>>>>>> Web Console: >> > > >>>>>>>>> * Implemented support for UNIQUE indexes for key fields on >> > > >> import >> > > >>>>> model >> > > >>>>>>>>> from RDBMS >> > > >>>>>>>>> * Added option to show full stack trace on Queries screen >> > > >>>>>>>>> * Added PK alias generation on Models screen. >> > > >>>>>>>>> >> > > >>>>>>>>> Complete list of closed issues: >> > > >>>>>>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% >> > > >>>>>>> 3D%20IGNITE%20AND% >> > > >>>>>>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% >> > > >>>>>>>> 20closed%20or%20status%20%3D% >> > > >>>>>>>>> 20resolved) >> > > >>>>>>>>> >> > > >>>>>>>>> DEVNOTES >> > > >>>>>>>>> https://git-wip-us.apache.org/ >> repos/asf?p=ignite.git;a=blob_ >> > > >>>>>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc2 >> > > >>>>>>>>> >> > > >>>>>>>>> RELEASE NOTES >> > > >>>>>>>>> https://git-wip-us.apache.org/ >> repos/asf?p=ignite.git;a=blob_ >> > > >>>>>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc2 >> > > >>>>>>>>> >> > > >>>>>>>>> Please start voting. >> > > >>>>>>>>> >> > > >>>>>>>>> +1 - to accept Apache Ignite 2.1.0-rc2 >> > > >>>>>>>>> 0 - don't care either way >> > > >>>>>>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc2 (explain why) >> > > >>>>>>>>> >> > > >>>>>>>>> This vote will go for 72 hours. >> > > >>>>>>>> >> > > >>>>>>>> >> > > >>>>>>> >> > > >>>>> >> > > >>>>> -- >> > > >>>>> Best Regards, >> > > >>>>> Max K. >> > > >>>>> >> > > >>>>> >> > > >>>>> >> > > >>>>> >> > > >>>>> >> > > >>>> >> > > >>> >> > > >>> >> > > >>> >> > > >>> -- >> > > >>> Best Regards, Vyacheslav D. >> > > >>> >> > > >> >> > > >> >> > > >> >> > > >> -- >> > > >> Sergey Kozlov >> > > >> GridGain Systems >> > > >> www.gridgain.com >> > > >> >> > > > >> > > > >> > > > >> > > > -- >> > > > Best Regards, Vyacheslav D. >> > > >> > > -- >> > > Best Regards, >> > > Max K. >> > > >> > > >> > > >> > > >> > > >> > >> >> >> >> -- >> Best Regards, Vyacheslav D. >> > > |
Free forum by Nabble | Edit this page |