0

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.

Raj
  • 429
  • 2
  • 6
  • 26

1 Answers1

0

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.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132