Hi, I use Zeppelin 7.3

Customizing Cassandra interpreter, I configured it for my Cassandra cluster.

When I try to get data from Cassandra using the command:

%cassandra

SELECT * FROM Key.Table ;

I expect it only creates just a RemoteInterpreterServer process to fetch
data from Cassandra, but in addition to RemoteInterpreterServer, a
SparkSubmit process is created!

I didn't use any spark code, just Cassandra CQL query, Why the SparkSubmit
process is created?

Reply via email to