Re: ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Ryan Samo
It does work as you described. Both JDBC and ODBC use the same 10800 port be default unless you override it with ClientConnectorConfiguration. Thanks again! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Ryan Samo
Thanks for the clarification Denis, I will give that a try! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Ryan Samo
Hey guys and gals, Is it possible to use ODBC and JDBC connections on the same Ignite cluster in version 2.4? I see that the org.apache.ignite.configuration.OdbcConfiguration class was deprecated as of 2.1 in favor of ClientConnectorConfiguration and IgniteConfiguration.setClientConnectorConfigur

Re: Kubernetes - Access Ignite Cluster Externally

2018-04-06 Thread Ryan Samo
Denis, Sorry for the late reply as I have been away from a computer for a few days. Today, I do not use Kubernetes in production, it is only in use for POC work so that I can understand how to utilize the K8s platform and test if it works well with Ignite. So far, Ignite seems to be playing nicely

Re: Kubernetes - Access Ignite Cluster Externally

2018-03-22 Thread Ryan Samo
Ok thank you all for the tips, I will give it a try! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Kubernetes - Access Ignite Cluster Externally

2018-03-15 Thread Ryan Samo
Hey guys and gals! I have created a development environment for Ignite 2.3 Native Persistence on Kubernetes 1.9.3 and have it up and running successfully. I then attempted to activate one of my clusters via a Java client call and discovered that the TcpDiscoveryKubernetesIpFinder doesn't support th

Re: Unable to connect ignite pods in Kubernetes using Ip-finder

2018-02-12 Thread Ryan Samo
I just ran into this same issue recently and it turns out that the permissions given to the default ServiceAccount in Kubernetes Role-based access control (RBAC) are not high enough to allow for the TcpDiscoveryKubernetesIpFinder to talk to the kubernetes service at "https://kubernetes.default.svc.