You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Chris <ch...@gmail.com> on 2016/09/10 08:31:03 UTC

Re: how to setting Zeppelin jdbc in ignite interpreter

For me it works with these settings:

ignite.addresses:	   127.0.0.1:47500..47509
ignite.clientMode:   true
ignite.config.url:	
ignite.jdbc.url:	   jdbc:ignite:cfg://default-ignite-jdbc.xml
ignite.peerClassLoadingEnabled:	true

for
Zeppelin version: 0.6.1



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-setting-Zeppelin-jdbc-in-ignite-interpreter-tp7630p7650.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: how to setting Zeppelin jdbc in ignite interpreter

Posted by Chris <ch...@gmail.com>.
Well, the question is:
What's the reason you dont want to use the default settings, although they
are known to be working.

The main problem with your settings may be the fact, that you specify two
REMOTE addresses together with clientMode=true.
How should this work?

ignite.addresses A.A.A.A:47500..47509,B.B.B.B:47500..47509
ignite.clientMode true

Pls try localhost:47500..47509
Autodiscovery should find your remote instances on A.A.A.A and B.B.B.B if
they are on a nearby network.


2016-09-10 15:55 GMT+02:00 junyoung.kang [via Apache Ignite Users] <
ml-node+s70518n7657h87@n6.nabble.com>:

> ??? what do you mean?
>
> your setting is default setting in ignite site.
>
> I known that..
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-ignite-users.70518.x6.nabble.com/how-to-
> setting-Zeppelin-jdbc-in-ignite-interpreter-tp7630p7657.html
> To unsubscribe from how to setting Zeppelin jdbc in ignite interpreter, click
> here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7630&code=Y2hyaXN0aWFuLnAubGVyY2hAZ21haWwuY29tfDc2MzB8LTgzOTUzMTg0MA==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-setting-Zeppelin-jdbc-in-ignite-interpreter-tp7630p7667.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.