I want to use spark-sql in DataStax but it did not start with dse by default. So How do I configure spark-sql in dse 5.1.7?
Thanks In Advance.
I want to use spark-sql in DataStax but it did not start with dse by default. So How do I configure spark-sql in dse 5.1.7?
Thanks In Advance.
Are you talking about SparkSQL Thrift server? Yes, it doesn't start by default - you can fix it by adding script that will execute
dse spark-sql-thriftserver start
after DSE starts.
See documentation for more details.