Re: Python Client for Apache Ignite

2016-12-20 Thread Piali Mazumder Nath
Hi Denis,
Please find my reply in-line.

On Thu, Dec 15, 2016 at 11:30 PM, Denis Magda <dma...@gridgain.com> wrote:

> Piali,
>
> You're always welcomed.
>
> Would you answer on some of the questions for me?
>
> What use cases require you to have a special support on Python side?
>
Piali>>> We might build some platform applications in Python which might
need to interface with Apache Ignite.
The python application needs AI client to perform everything from scratch
like configuring, starting, insertion, deletion etc.

>
> What language or tool do you plan to use for ODBC based connectivity?
>
Piali>>> Currently we are testing c++ applications to use ODBC interface to
talk with AI. But going further the same might be required but using python
code.

>
> --
> Denis
>
>
> On Thursday, December 15, 2016, Piali Mazumder Nath <
> piali.mazum...@gmail.com> wrote:
> > Hi Denis,
> > Thanks a lot for your reply.
> > Well we do have a plan to use ODBC, but for that we don't need python
> interface.
> > Since we are trying some other use cases which might need python, so was
> curious if that's possible.
> > Well for now, your information is really helpful.
> > Regard,
> > Piali
> > On Thu, Dec 15, 2016 at 10:27 PM, Denis Magda <dma...@gridgain.com>
> wrote:
> >>
> >> Hi Piali,
> >> Ignite doesn't have a native client for Python. There is a chance that
> someone interested contributes it to the project but it will take time.
> >> However, recently the community announced SQL Grid [1] that allows
> connecting to Ignite using ODBC or JDBC driver and read as well as update
> data using familiar SQL statements like SELECT, UPDATE, INSERT, etc.
> >> Generally, it means that you can work with Ignite from Python using
> Ignite's ODBC driver [2] if SQL API is more than enough for you. For
> instance, here we prepared instructions for PHP [3] for which there is no a
> native Ignite lib but it's not a big deal.
> >> Does the ODBC driver work for you?
> >> [1] https://apacheignite.readme.io/docs/sql-grid
> >> [2] https://apacheignite.readme.io/docs/odbc-driver
> >> [3] https://apacheignite-mix.readme.io/docs/php-pdo
> >> --
> >> Denis
> >>
> >> On Thu, Dec 15, 2016 at 5:16 PM, piali <piali.mazum...@gmail.com>
> wrote:
> >>>
> >>> Hi,
> >>>
> >>> I would like to know if there is python client for Apache Ignite.
> >>> If not then can you please let us know if there is any plan for that in
> >>> future releases.
> >>>
> >>> Regard,
> >>> Piali
> >>>
> >>>
> >>>
> >>> --
> >>> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Python-Client-for-Apache-Ignite-tp9578.html
> >>> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
> >>
> >
> >
> >
> > --
> >
> > Thanks & Regards,
> > Piali Mazumder Nath
> > +1 415 629 7019 <(415)%20629-7019>
> >
>



-- 


*Thanks & Regards,Piali Mazumder Nath*
*+1 415 629 7019*


Re: Python Client for Apache Ignite

2016-12-15 Thread Piali Mazumder Nath
Hi Denis,

Thanks a lot for your reply.

Well we do have a plan to use ODBC, but for that we don't need python
interface.
Since we are trying some other use cases which might need python, so was
curious if that's possible.

Well for now, your information is really helpful.

Regard,
Piali

On Thu, Dec 15, 2016 at 10:27 PM, Denis Magda <dma...@gridgain.com> wrote:

> Hi Piali,
>
> Ignite doesn't have a native client for Python. There is a chance that
> someone interested contributes it to the project but it will take time.
>
> However, recently the community announced SQL Grid [1] that allows
> connecting to Ignite using ODBC or JDBC driver and read as well as update
> data using familiar SQL statements like SELECT, UPDATE, INSERT, etc.
>
> Generally, it means that you can work with Ignite from Python using
> Ignite's ODBC driver [2] if SQL API is more than enough for you. For
> instance, here we prepared instructions for PHP [3] for which there is no a
> native Ignite lib but it's not a big deal.
>
> Does the ODBC driver work for you?
>
> [1] https://apacheignite.readme.io/docs/sql-grid
> [2] https://apacheignite.readme.io/docs/odbc-driver
> [3] https://apacheignite-mix.readme.io/docs/php-pdo
>
> --
> Denis
>
>
> On Thu, Dec 15, 2016 at 5:16 PM, piali <piali.mazum...@gmail.com> wrote:
>
>> Hi,
>>
>> I would like to know if there is python client for Apache Ignite.
>> If not then can you please let us know if there is any plan for that in
>> future releases.
>>
>> Regard,
>> Piali
>>
>>
>>
>> --
>> View this message in context: http://apache-ignite-users.705
>> 18.x6.nabble.com/Python-Client-for-Apache-Ignite-tp9578.html
>> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>>
>
>


-- 


*Thanks & Regards,Piali Mazumder Nath*
*+1 415 629 7019*


Re: Unable to create cluster of Apache Ignite Server Containers running on individual VMs

2016-12-02 Thread Piali Mazumder Nath
Hi Val,

Is there any example code to refer the usage of  Address Resolver in xml
file?
I tried searching but couldn't find.
Can you please help?

On Thu, Dec 1, 2016 at 5:09 PM, vkulichenko <valentin.kuliche...@gmail.com>
wrote:

> Hi,
>
> Address resolver is needed if there are private and public addresses on the
> node and it can be accessed only through the public one. I'm not sure if
> that's your case, but it really looks like some ports are still can't be
> accessed for some reason. Note that there is not only discovery port (47500
> by default), but also communication port (47100 by default). Both of them
> should be accessible from the outside on both nodes.
>
> -Val
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Unable-to-create-cluster-of-Apache-
> Ignite-Server-Containers-running-on-individual-VMs-tp9287p9351.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 


*Thanks & Regards,Piali Mazumder Nath*
*+1 415 629 7019*


Re: Unable to create cluster of Apache Ignite Server Containers running on individual VMs

2016-12-01 Thread Piali Mazumder Nath
ite-users.
> 70518.x6.nabble.com/Unable-to-create-cluster-of-Apache-
> Ignite-Server-Containers-running-on-individual-VMs-tp9287p9314.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 


*Thanks & Regards,Piali Mazumder Nath*
*+1 415 629 7019*


Re: Unable to create cluster of Apache Ignite Server Containers running on individual VMs

2016-11-30 Thread Piali Mazumder Nath
Hi Pawantlor,

Thanks for your reply.
I did my testing using  
Since its didn't work i tried using cloud.TcpDiscoveryVmIpFinder. In both
the cases I am getting the same error.
Forgot to correct it before posting.

Is your containers running on Virtual Machine?


On Wed, Nov 30, 2016 at 5:44 AM, pawantlor <pawant...@gmail.com> wrote:

> I feel you should use "vm.TcpDiscoveryVmIpFinder" instead of cloud.
> What the error after you use "vm.TcpDiscoveryVmIpFinder"?
>
> I am using container based setup using zookeeper based discovery and its
> working fine.
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Unable-to-create-cluster-of-Apache-
> Ignite-Server-Containers-running-on-individual-VMs-tp9287p9296.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 


*Thanks & Regards,Piali Mazumder Nath*
*+1 415 629 7019*