Hi,
How can I include Cassandra-connect-package  to Livy spark session?
I use the following spark-submit command/spark-submit --master
spark://10.128.1.1:7077 --packages
datastax:spark-cassandra-connector:2.0.1-s_2.11 --conf
spark.cassandra.connection.host="10.128.1.1,10.128.1.2,10.128.1.3"
how can i translate it to livy's session request or add this to livy conf file?
Also how to provide list of string and Map of key=val as mentioned in livy's
documentation
Regards,Junaid Nasir

Reply via email to