You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,all :
I have successfully deploy xsql-0.6.0-bin-spark-2.4.3 , and tested with cil . but after I started the thriftserver I could not query out anything.
The text was updated successfully, but these errors were encountered:
I draw a simple graph to illustrate what's happened when set spark.sql.catalogImplementation to xsql, or calling SparkSession.builder().enableXSQLSupport()
As long as you change spark.sql.catalogImplementation to xsql, both spark-hive-thriftserver and spark-repl will start to support multi-datasource instead of one hive only. For permanent change, add new line spark.sql.catalogImplementation=xsql in your spark-defaults.conf. For temporary change, add args --conf spark.sql.catalogImplementation=xsql when you start thriftserver or spark-shell.
I draw a simple graph to illustrate what's happened when set spark.sql.catalogImplementation to xsql, or calling SparkSession.builder().enableXSQLSupport()
hi,all :
I have successfully deploy xsql-0.6.0-bin-spark-2.4.3 , and tested with cil . but after I started the thriftserver I could not query out anything.
The text was updated successfully, but these errors were encountered: