ignite - Zeppelin 0.7.2 integration: java.lang.IllegalArgumentException: Command line can not be null -
when ran sql "%ignite.ignitesql select id person"
in notebook, got above exception, seemed mistake in configuration.
btw, used ignite 2.0.
jdbc configuration followed official document.
name value ignite.addresses 192.18.134.122:47500..47509 ignite.clientmode true ignite.config.url ignite.jdbc.url jdbc:ignite://192.18.134.122:11211/mycache ignite.peerclassloadingenabled true
why?
it seems using binary release of zeppelin-0.7.2, right? version of zeppelin certified ignite-1.9.0
so, think root cause of issue different version of ignite.
perhaps, following links helpful:
Comments
Post a Comment