Qihoo360 / XSQL

Unified SQL Analytics Engine Based on SparkSQL
https://qihoo360.github.io/XSQL/
Apache License 2.0
209 stars 62 forks source link

[DOC] Fix mistake for es docs #75

Open beliefer opened 4 years ago

beliefer commented 4 years ago

What changes were proposed in this pull request?

XSQL supports schema discover for ElasticSearch, instead of spark.xsql.datasource.$dataSource.discover, we use spark.xsql.datasource.$dataSource.schemas.discover.config to specify the path of discover config.

How was this patch tested?

No UT.