dse spark-sql
Starts the Spark SQL shell in DSE to interactively perform Spark SQL queries.
The Spark SQL shell in DSE automatically creates a Spark session and connects to the Spark SQL Thrift server to handle the underlying JDBC connections. See Using Spark SQL to query data.
dse spark-sql
This command accepts no parameters.
Example output:
The log file is at /home/ubuntu/.spark-sql-shell.log
spark-sql>
At the spark-sql prompt, you can interactively perform Spark SQL queries.