Re: use more than one host with spark cassandra connector

2019-09-06 Thread Jeff Zhang
Sebastian, I don't think spark interpreter of zeppelin does anything for cassandra. IIUC spark.cassandra.connection.host is spark-cassandra connector property, as long as spark support it, it should work in zeppelin. So I would suggest to you to figure out how to set more than one host in spark ca

Re: use more than one host with spark cassandra connector

2019-09-06 Thread Sebastian Albrecht
Am Fr., 6. Sept. 2019 um 17:04 Uhr schrieb Jeff Zhang : > It is better to ask this kind of question in spark community. As long as > spark support it, you can do it in zeppelin. > > Hi Jeff, thank you for your answer. Zeppelin already does is in the spark interpreter: set the property spark.cassan

Re: use more than one host with spark cassandra connector

2019-09-06 Thread Jeff Zhang
It is better to ask this kind of question in spark community. As long as spark support it, you can do it in zeppelin. Sebastian Albrecht 于2019年9月6日周五 下午9:27写道: > Hi, > is there a way to connect a zeppelin instance to more than one cassandra > hosts via the spark cassandra connector to use the da

use more than one host with spark cassandra connector

2019-09-06 Thread Sebastian Albrecht
Hi, is there a way to connect a zeppelin instance to more than one cassandra hosts via the spark cassandra connector to use the data from them in spark? BR, Sebastian.