Description
Information:
Add cross datasource query support to Spark SQL interpreter, currently support cross datasource query with these datasources:
- hive
- jdbc
- mongodb
How to Use:
- User should declare a cross datasource table in format: "interpreterName.databaseName.tableName".
- Interpreter "interpreterName" should exists in zeppelin interpreter configuration.
- For JDBC datasource, jdbc driver jars should be included in dependencies.
Attachments
Issue Links
- links to