2013-11-28 32 views
0

我使用this sample以便从C#运行Hive查询。我收到以下错误:试图在.NET中调用HDInsight上的Hive作业

An error occurred while sending the request. 
-> Unable to connect to the remote server 
    -> A connection attempt failed because the connected party did not properly 
     respond after a period of time, or established connection failed because 
     connected host has failed to respond XXX:563 
+0

您是否考虑使用ODBC,而不是btw? http://www.windowsazure.com/en-us/manage/services/hdinsight/connect-excel-with-hive-odbc/ –

+0

@RemusRusanu是的,但我想编写运行查询的C#代码,而不仅仅是在Excel中查看结果。 –

回答

0

删除端口号(563)消除了错误。

相关问题