Ignite-code 2.10.0 Failed to find empty constructor for class: org.apache.ignite.internal.processors.platform.websession.PlatformDotNetSessionLockResult

2021-08-31 Thread Pankaj Kumar Bhadani
Hi Team, I am facing some issue with setting up apache ignite-core 2.10.0 in java 11 environment. I am getting the below exception, when I am trying to start ignite Using Ignition start method. {"version": "0.2.0", "timestamp": "2021-08-18T08:08:51.363Z", "severity": "error", "service_id": "er

Virtual Ignite meetup - Building Hypi's lowcode BaaS on Ignite

2021-08-31 Thread Courtney Robinson
Hi all, If you've got time I'd like to invite you to attend our virtual meetup. 02 Sept, 5:00 pm BST https://hopin.com/events/low-code-baas-platform-on-apache-ignite In this talk we're going to take a deep dive into Hypi's journey designing and scaling its low-code backend as a service platform

Ignite Summit Cloud Edition Call for Speakers is Open

2021-08-31 Thread Kseniya Romanova
Hi Igniters! Thank you for the tremendous support of our first Ignite Summit this May. After discussing this with the Project Management Committee, I'm proud to announce that the next event will take place on November 16 with the support of ASF as a Community Sponsor. *Ignite Summit: Сloud Editio

Fwd: Celebrating ASF's success: FY2021 Annual Report

2021-08-31 Thread Denis Magda
Igniters, I've looked into a full report that is available under this address: https://www.apache.org/foundation/docs/FY2021AnnualReport.pdf And compiled Ignite-specific achievements: https://docs.google.com/document/d/1xZ2cfH_YiuNrf8-YSIsupGU3eU9qovhrfdF0etPhp3c/edit Ignite keeps growing and re

Re: ignite dump

2021-08-31 Thread DK
Hi Team, Any pointers on this, please? Seems internally H2StatementCache contains a huge set of data that were queried over a period of time. Thanks & Regards, Devakumar J Virus-free. w

Re: ignite dump

2021-08-31 Thread Alexandr Shapkin
Hello! What Ignite version are you running? I can see that a similar issue has been fixed in 2.8 https://issues.apache.org/jira/browse/IGNITE-11755 > On 31 Aug 2021, at 19:22, DK wrote: > > Hi Team, > > Any pointers on this, please? > > Seems internally H2StatementCache contains a huge set

Re: Apache Ignite Sink Connector

2021-08-31 Thread Alexandr Shapkin
Hello! Please share the exception and attach Ignite logs. > On 27 Aug 2021, at 15:12, Shubham Shirur wrote: > > Hi, > > Connector is giving me error while running in distributed mode. But running > in standalone. > > Can you please highlight? > > Thanks > Shubham

Re: Ignite-code 2.10.0 Failed to find empty constructor for class: org.apache.ignite.internal.processors.platform.websession.PlatformDotNetSessionLockResult

2021-08-31 Thread Ilya Kazakov
Hello Pankaj. Could you please clarify, what JDK do you use? In such cases (when a class does not have a default constructor), Ignite creates a default constructor via sun.reflect.ReflectionFactory. But this feature is available/tested only in SUN JDK's [1]. Thus I have a question, what JDK do yo

Re: ignite dump

2021-08-31 Thread DK
Hi, We are on version 2.8.0 only and all our caches are PARTITIONED non-transactional caches. Thanks & Regards, Devakumar J On Wed, Sep 1, 2021 at 5:38 AM Alexandr Shapkin wrote: > Hello! > > What Ignite version are you running? > > I can see that a similar issue has been fixed in 2.8 > https:

Data loading from csv, excel and json

2021-08-31 Thread Karthik Nandagiri
Hi Team We have a requirement where a client(user) will provide me data in any of the formats, csv, excel or json. Now, we need to load this data into ignite table(table is created). For csv we are using sqlline tool with copy from command. Is there a mechanism to load excel and json data as well?