我想在 sprint boot 中使用 simba.spark.jdbc 驱动程序通过令牌连接到 databricks
想要在Spring Boot中使用simba Spark jdbc驱动程序通过令牌连接到数据块 这样我就可以利用“JDBC”样板代码上的代码并使用行映射器,并可以从数据块数据库中获取数据,连接到数据块时的用户和密码是什么 使用令牌的数据库,因为没有用户和密码。欢迎参考或代码
want to use simba spark jdbc driver in spring boot to connect to data bricks with token
so that i can leverage the code over the "JDBC" boiler plate code and using row mapper and can fetch data from data bricks database , what will be user and password in case of connecting to data bricks
database using token as there is no user and password .and reference or code is welcome
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需设置用户名和名称即可。明确密码 - 只需提供 URL。这是一个使用 Databricks SQL 端点的简单工作示例(完整示例为 这里):
You just not need to set username & password explicitly - just provide URL. Here is a simple working example that uses Databricks SQL endpoint (full example is here):