Hi,
I am trying to force all users to use only 1 datasource (A custom
datasource I plan to write) to read/write data.

So, I was looking at the DataSource api in Spark:
1. I was able to figure out how to create my own Datasource (Reference
<https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala>
)
2. But I am not able to figure out how to "disable" all other data sources

Is there any way by which we can disable the existing datasources or some
other approach to override the existing datasources?

Reply via email to