hadoop集群安装与配置--c#调用hive的thrift服务
摘要:
1.在hadoop.client上开始运行hive的thrift服务,命令如下bin/hive --service hiveserver2.通过NuGet安装hive的c#客户端,项目地址如下https://bitbucket.org/vadim/hive-sharp/3.c#调用服务demo代码int port = 10000;//注意hadoop.client服务器上防火墙一定打开10000端口
var socket = new TSocket("hadoop.client的ip", port);
var transport = new TBufferedTranspo 阅读全文
posted @ 2013-06-17 11:46 AI001 阅读(665) 评论(0) 推荐(0) 编辑