简体   繁体   English

从 .Net UI 在 Databricks 上运行 Spark SQL 查询

[英]Run a Spark SQL query on Databricks from .Net UI

I want my users to run the Spark SQL queries in UI and see the result set of the query.我希望我的用户在 UI 中运行 Spark SQL 查询并查看查询的结果集。

Internally.Net Rest API will pass the query from UI to Databricks cluster or notebook or odbc to run the query. Internally.Net Rest API 会将查询从 UI 传递到 Databricks 集群或笔记本或 odbc 以运行查询。 And resultset should show to the end user.结果集应该显示给最终用户。

My backend platform is databricks.我的后端平台是数据块。

Please suggest how to achieve this with some code/code links.请建议如何通过一些代码/代码链接来实现这一点。 Thanks in advance !提前致谢 !

Just use Databricks' ODBC integration with System.Data.Odbc package in.Net - have you tried it?只需使用Databricks 的 ODBCSystem.Data.Odbc package in.Net 的集成 - 你试过了吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM