Re: The Spark 2.4 support

2019-11-25 Thread Alexey Zinoviev
t;>>>> I had a talk about internals of Spark integration in Ignite. > >>>>>>>>> It answers on question why we should use Spark internals. > >>>>>>>>> > >>>>>>>>> You can take a look at my meetup talk(in

Re: The Spark 2.4 support

2019-11-25 Thread Николай Ижиков
>>>>> You can take a look at my meetup talk(in Russian) [1] or read >>> an >>>>>>> article if you prefer text [2]. >>>>>>>>> >>>>>>>>> [1] https://www.youtube.com/watch?v=CzbAweNKEVY >>>>>&g

Re: The Spark 2.4 support

2019-11-18 Thread Denis Magda
as I understand it uses Spark internals from the first > > > > commit))) > > > > > > > > > The reason - we take Spark SQL query execution plan and try > > to > > > > > > execute it > > > > > > > > > on

Re: The Spark 2.4 support

2019-11-18 Thread Alexey Zinoviev
plan and try > to > > > > > execute it > > > > > > > > on Ignite cluster > > > > > > > > Also we inherit a lot of Developer API related classes that > > > could be > > > > > > > > unstable. Spark has no

Re: The Spark 2.4 support

2019-11-18 Thread Denis Magda
son > > > > why we > > > > > > > should go deeper > > > > > > > > > > > > > > пн, 30 сент. 2019 г. в 20:17, Ivan Pavlukhin < > > vololo...@gmail.com>: > > > > > > > > > > > &g

Re: The Spark 2.4 support

2019-11-18 Thread Alexey Zinoviev
and this is a > reason > > > why we > > > > > > should go deeper > > > > > > > > > > > > пн, 30 сент. 2019 г. в 20:17, Ivan Pavlukhin < > vololo...@gmail.com>: > > > > > > > > >

Re: The Spark 2.4 support

2019-09-30 Thread Ivan Pavlukhin
ент. 2019 г. в 20:17, Ivan Pavlukhin : > > > > > > > > > > > Hi Alexey, > > > > > > > > > > > > As an external watcher very far from Ignite Spark integration I > > would > > > > > > like to ask

Re: The Spark 2.4 support

2019-09-30 Thread Alexey Zinoviev
ент. 2019 г. в 20:17, Ivan Pavlukhin : > > > > > > > > > Hi Alexey, > > > > > > > > > > As an external watcher very far from Ignite Spark integration I > would > > > > > like to ask a humble question for my underst

Re: The Spark 2.4 support

2019-09-30 Thread Nikolay Izhikov
a humble question for my understanding. Why this > > > > integration uses Spark internals? Is it a common approach for > > > > integrating with Spark? > > > > > > > > пн, 30 сент. 2019 г. в 16:17, Alexey Zinoviev : > > > > >

Re: The Spark 2.4 support

2019-09-30 Thread Denis Magda
ration I would > > > like to ask a humble question for my understanding. Why this > > > integration uses Spark internals? Is it a common approach for > > > integrating with Spark? > > > > > > пн, 30 сент. 2019 г. в 16:17, Alexey Zinoviev >: > > &g

Re: The Spark 2.4 support

2019-09-30 Thread Nikolay Izhikov
ite Spark integration I would > > like to ask a humble question for my understanding. Why this > > integration uses Spark internals? Is it a common approach for > > integrating with Spark? > > > > пн, 30 сент. 2019 г. в 16:17, Alexey Zinoviev : > > > > > &

Re: The Spark 2.4 support

2019-09-30 Thread Alexey Zinoviev
common approach for > integrating with Spark? > > пн, 30 сент. 2019 г. в 16:17, Alexey Zinoviev : > > > > Hi, Igniters > > I've started the work on the Spark 2.4 support > > > > We started the discussion here, in > > https://issues.apache.org/jira/browse/IGNITE-12054 >

Re: The Spark 2.4 support

2019-09-30 Thread Ivan Pavlukhin
niters > I've started the work on the Spark 2.4 support > > We started the discussion here, in > https://issues.apache.org/jira/browse/IGNITE-12054 > > The Spark internals were totally refactored between 2.3 and 2.4 versions, > main changes touches > >- External