英文:
Connect remote Hive server in VS Code
问题
我正在学习Pyspark和Hive。目前,我想从VS Code连接到Hive远程服务器。我想访问表格并使用Pyspark进行一些ETL操作,然后将新表格写回到Hive服务器。我使用的是Windows操作系统和Python语言。非常感谢任何帮助、文档或链接。
Hive连接的详细信息如下。
谢谢。
英文:
I am learning Pyspark and Hive. Currently, I want to connect to Hive remote server from VS Code. I would like to access the table and do some ETL using pyspark and write the new table back to the HIVE server. I am using the windows operating system and python language. Any help, documentation, or links are greatly appreciated.
The details of the hive connection is shown below.
Thank you.
答案1
得分: 1
你可以使用 remote-ssh 连接到服务器。
然后,你可以在远程工作区中操作。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论