Thank you Ilya.
--
Gael.
On Wed, 29 Mar 2023 at 03:15, Ilya Kasnacheev
wrote:
> Hello!
>
> I have added you to Contributors role - you may now assign tickets to
> yourself.
>
> Please read
> https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute
>
> Regards,
> --
> Ilya Kasnacheev
Hello!
I have added you to Contributors role - you may now assign tickets to
yourself.
Please read
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute
Regards,
--
Ilya Kasnacheev
ср, 29 мар. 2023 г. в 00:26, Gael Yimen Yimga :
> Hello Ignite Community!
>
> My name is Gael. I
Hello Ignite Community!
My name is Gael. I want to contribute to Apache Ignite and want to start
with this issue - IGNITE-18875, my JIRA username yimengael. Any help on
this will be appreciated.
Thanks!
--
Gael.
Hello!
Your JIRA login ARAVINDAREDDY was added to list of contributors, you can
assign tickets to yourself.
Please read
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute
You can notify me (@ilyak) for review in JIRA once you have anything in
Patch Available.
Regards,
--
Ilya
(IGNITE-11508) Yarn Ignite deployment: Add support to override queue name
through cluster properties
Thanks,
Aravinda
Oleg Ignatenko created IGNITE-10178:
---
Summary: change tests that fail("Ignite JIRA ticket URL") to
@Ignore("Ignite JIRA ticket URL")
Key: IGNITE-10178
URL: https://issues.apache.org/jira
asfgit closed pull request #6: IGNITE-9377 Handle print crit failures from
RunAll to the JIRA ticket
URL: https://github.com/apache/ignite-teamcity-bot/pull/6
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of
SomeFire opened a new pull request #6: IGNITE-9377 Handle print crit failures
from RunAll to the JIRA ticket
URL: https://github.com/apache/ignite-teamcity-bot/pull/6
This is an automated message from the Apache Git Service
Igor,
Please consider throwing away *startTime() *and *duration() *from future
interface. These two methods are not need in 99% cases, but consume memory.
They should not belong to future.
On Wed, Mar 1, 2017 at 2:22 PM, Yakov Zhdanov wrote:
> Igor, please go ahead.
>
> --Yakov
>
> 2017-03-01 1
Igor, please go ahead.
--Yakov
2017-03-01 12:58 GMT+03:00 Seliverstov Igor :
> Hi guys!
>
> Doesn't anybody mind if I take IGNITE-4681 ticket?
>
> Regards,
> Igor
>
Hi guys!
Doesn't anybody mind if I take IGNITE-4681 ticket?
Regards,
Igor
Hi!
I looked through your latest pull request and left several comments on the
ticket.
-Val
On Fri, Jan 29, 2016 at 8:56 PM, Valentin Kulichenko <
valentin.kuliche...@gmail.com> wrote:
> Responded in the ticket.
>
> -Val
>
> On Fri, Jan 29, 2016 at 7:05 AM, Dood@ODDO wrote:
>
>> Val,
>>
>> Bef
Responded in the ticket.
-Val
On Fri, Jan 29, 2016 at 7:05 AM, Dood@ODDO wrote:
> Val,
>
> Before I go on and submit pull requests etc. - would you comment on the
> path I am taking with this? As I said I am not a JAVA developer but I am
> trying to teach myself the language and contribute at t
Val,
Before I go on and submit pull requests etc. - would you comment on the
path I am taking with this? As I said I am not a JAVA developer but I am
trying to teach myself the language and contribute at the same time ;)
Here are my thoughts on implementing this for the queue
(GridCacheQueue
On Wed, Jan 27, 2016 at 5:48 PM, Dmitriy Setrakyan
wrote:
>
>
> On Wed, Jan 27, 2016 at 4:36 PM, Dood@ODDO wrote:
>
>> On 1/27/2016 5:33 PM, Dmitriy Setrakyan wrote:
>>
>>> Hi,
>>>
>>> We should assign the ticket to you. Can you please send your Jira
>>> username
>>> here (you can create one)? T
On Wed, Jan 27, 2016 at 4:36 PM, Dood@ODDO wrote:
> On 1/27/2016 5:33 PM, Dmitriy Setrakyan wrote:
>
>> Hi,
>>
>> We should assign the ticket to you. Can you please send your Jira username
>> here (you can create one)? This way I will add you to a list of Ignite
>> contributors in Jira and assign
On 1/27/2016 5:33 PM, Dmitriy Setrakyan wrote:
Hi,
We should assign the ticket to you. Can you please send your Jira username
here (you can create one)? This way I will add you to a list of Ignite
contributors in Jira and assign the ticket to you.
D.
Dmitriy, username is "maketo". Thanks!
Hi,
We should assign the ticket to you. Can you please send your Jira username
here (you can create one)? This way I will add you to a list of Ignite
contributors in Jira and assign the ticket to you.
D.
On Wed, Jan 27, 2016 at 9:13 AM, Dood@ODDO wrote:
> Hello,
>
> I am playing with https://i
Hi,
Both GridCacheQueueAdapter and GridCacheSetImpl have a reference to
GridCacheContext which represents the underlying cache for the data
structure. GridCacheContext.name() will give you the correct cache name
that you can use when calling affinityRun method.
-Val
On Wed, Jan 27, 2016 at 9:13
Hello,
I am playing with https://issues.apache.org/jira/browse/IGNITE-1144 as
introduction to hacking on Ignite. I am not a Java developer by day but
have experience writing code in various languages. This is my first
in-depth exposure to Ignite internals (have lightly used it as a user in
a
Hi Chandresh,
Dmitriy meant that you can build such an integration on top of Ignite
C++ client/implementation.
Ignite C++ stuff is located in module "platforms/cpp".
Python supports calls to a native layer, so you can call Ignite C++ APIs
from the Python layer whenever required.
--
Denis
O
I believe that python has nice integration with C, so you may be able to
leverage Ignite C client for the task.
On Tue, Jan 5, 2016 at 2:43 AM, Alexey Goncharuk wrote:
> Hi Chandresh,
>
> I cannot point out any specifics related to python because I have no
> background in it, however I think I c
Hi Chandresh,
I cannot point out any specifics related to python because I have no
background in it, however I think I can give you a couple of starting
points. You can take a look at how python RDD API is implemented in Spark
and how Java Ignite RDD interacts with Scala Ignite RDD
(classes org.ap
Sure Dmitriy.
Will wait for sometime :) :)
On Mon, Jan 4, 2016 at 11:38 PM, Dmitriy Setrakyan
wrote:
> Hi Chandresh,
>
> Glad to hear that you are starting to work on Python client for Ignite
> RDDs.
>
> Just want to give you heads up that a good chunk of the community is likely
> to be on a po
Hi Chandresh,
Glad to hear that you are starting to work on Python client for Ignite
RDDs.
Just want to give you heads up that a good chunk of the community is likely
to be on a post new year hiatus this week, so don’t despair if you don’t
get a response right away :)
D.
On Mon, Jan 4, 2016 at
Hi Igniters,
I have started working on this ticket
https://issues.apache.org/jira/browse/IGNITE-949. If anyone of you can help
me out on how to start implementing JIRA tickets.
Thanks in advance
--
Chandresh Pancholi
Senior Software Engineer
Flipkart.com
Email-id:chandresh.panch...@flipkart.com
26 matches
Mail list logo