Re: Apache Ignite: ignite-core dependecies

2019-03-04 Thread Dmitriy Pavlov
Denis, Ivan, thank you for replies.

Ok, if sources are there, can we rename this artifact to
org.apache.ignite.smem?

Sincerely,
Dmitriy Pavlov

пн, 4 мар. 2019 г. в 22:59, Павлухин Иван :

> Hi,
>
> My bit here is that I build sources from ipc/shmem and launched Ignite
> with freshly built library on Linux.
>
> пн, 4 мар. 2019 г. в 21:51, Denis Magda :
> >
> > Dmitry,
> >
> > Here are the sources, it's used to enable shared memory for communication
> > SPI: https://github.com/apache/ignite/tree/master/ipc/shmem
> >
> > Don't remember all of the details why the binary is hosted in GridGain
> > repository but see nothing wrong here as long as the lib is licensed
> under
> > Apache 2.0. In general, talk to your GridGain-mates to get more details
> and
> > feel free to share a summary with a broader community.
> >
> > -
> > Denis
> >
> >
> > On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov 
> wrote:
> >
> > > Hi Igniters,
> > >
> > > Because nobody is reacted here, I'm going to remove this dependency
> and all
> > > dependent classes (if any) by lazy consensus after 72 h.
> > >
> > > Sincerely,
> > > Dmitriy Pavlov
> > >
> > > пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov :
> > >
> > > > Full dependency tree you can find here
> > > >
> > > >
> > >
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> > > >
> > > >
> > > >
> > > > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov :
> > > >
> > > >> Hi,
> > > >>
> > > >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it
> ok
> > > for
> > > >> Apache projects to be dependent on proprietary software?
> > > >>
> > > >> As I can see license is Apache 2.0, but where can I find sources?
> > > >>
> > > >> Sincerely,
> > > >> Dmitriy Pavlov
> > > >>
> > > >
> > >
>
>
>
> --
> Best regards,
> Ivan Pavlukhin
>


Re: Apache Ignite: ignite-core dependecies

2019-03-04 Thread Павлухин Иван
Hi,

My bit here is that I build sources from ipc/shmem and launched Ignite
with freshly built library on Linux.

пн, 4 мар. 2019 г. в 21:51, Denis Magda :
>
> Dmitry,
>
> Here are the sources, it's used to enable shared memory for communication
> SPI: https://github.com/apache/ignite/tree/master/ipc/shmem
>
> Don't remember all of the details why the binary is hosted in GridGain
> repository but see nothing wrong here as long as the lib is licensed under
> Apache 2.0. In general, talk to your GridGain-mates to get more details and
> feel free to share a summary with a broader community.
>
> -
> Denis
>
>
> On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov  wrote:
>
> > Hi Igniters,
> >
> > Because nobody is reacted here, I'm going to remove this dependency and all
> > dependent classes (if any) by lazy consensus after 72 h.
> >
> > Sincerely,
> > Dmitriy Pavlov
> >
> > пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov :
> >
> > > Full dependency tree you can find here
> > >
> > >
> > https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> > >
> > >
> > >
> > > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov :
> > >
> > >> Hi,
> > >>
> > >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok
> > for
> > >> Apache projects to be dependent on proprietary software?
> > >>
> > >> As I can see license is Apache 2.0, but where can I find sources?
> > >>
> > >> Sincerely,
> > >> Dmitriy Pavlov
> > >>
> > >
> >



-- 
Best regards,
Ivan Pavlukhin


Re: Apache Ignite: ignite-core dependecies

2019-03-04 Thread Denis Magda
Dmitry,

Here are the sources, it's used to enable shared memory for communication
SPI: https://github.com/apache/ignite/tree/master/ipc/shmem

Don't remember all of the details why the binary is hosted in GridGain
repository but see nothing wrong here as long as the lib is licensed under
Apache 2.0. In general, talk to your GridGain-mates to get more details and
feel free to share a summary with a broader community.

-
Denis


On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov  wrote:

> Hi Igniters,
>
> Because nobody is reacted here, I'm going to remove this dependency and all
> dependent classes (if any) by lazy consensus after 72 h.
>
> Sincerely,
> Dmitriy Pavlov
>
> пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov :
>
> > Full dependency tree you can find here
> >
> >
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> >
> >
> >
> > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov :
> >
> >> Hi,
> >>
> >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok
> for
> >> Apache projects to be dependent on proprietary software?
> >>
> >> As I can see license is Apache 2.0, but where can I find sources?
> >>
> >> Sincerely,
> >> Dmitriy Pavlov
> >>
> >
>


Re: Apache Ignite: ignite-core dependecies

2019-03-04 Thread Dmitriy Pavlov
Hi Igniters,

Because nobody is reacted here, I'm going to remove this dependency and all
dependent classes (if any) by lazy consensus after 72 h.

Sincerely,
Dmitriy Pavlov

пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov :

> Full dependency tree you can find here
>
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
>
>
>
> пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov :
>
>> Hi,
>>
>> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok for
>> Apache projects to be dependent on proprietary software?
>>
>> As I can see license is Apache 2.0, but where can I find sources?
>>
>> Sincerely,
>> Dmitriy Pavlov
>>
>


Re: Apache Ignite: ignite-core dependecies

2019-03-01 Thread Dmitriy Pavlov
Full dependency tree you can find here
https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18



пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov :

> Hi,
>
> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok for
> Apache projects to be dependent on proprietary software?
>
> As I can see license is Apache 2.0, but where can I find sources?
>
> Sincerely,
> Dmitriy Pavlov
>