I have set up my spark cluster and I am successful in connecting Tableau through Spark SQL connector.
I created my tables from spark-shell and saved dataframes from MySQL using (saveAsTable).
How can I access the tables that I have saved from Tableau? Do I need to give a path of the warehouse directory when starting the spark thrift server? If yes, how it can be done and if no, how can this be done?