Skip to content

TiSpark FAQ

shiyuhang0 edited this page May 6, 2022 · 7 revisions

【Error】Batch scan are not supported / Table does not support reads

It may occurs when you forget to configure the following configuration

spark.sql.extensions  org.apache.spark.sql.TiExtensions
spark.tispark.pd.addresses  ${your_pd_adress}
Clone this wiki locally