How to connect to Hadoop/Hive from .NET

2019-03-15 06:35发布

I am working on a solution where I will have a Hadoop cluster with Hive running and I want to send jobs and hive queries from a .NET application to be processed and get notified when they are done. I can't find any solutions for interfacing with Hadoop other than directly from a Java app, is there an API I can access that I am just not finding?

标签: c# hadoop hive
7条回答
Explosion°爆炸
2楼-- · 2019-03-15 07:20

See if this helps. I have tried to connect to Hadoop via C#

How to communicate to Hadoop via Hive using .NET/C#

查看更多
登录 后发表回答