문제

I'm using this sample in order to run a Hive query from C#. I'm getting the following error:

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
도움이 되었습니까?

해결책

Removing the port number (563) eliminated the error.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top