Forum Discussion
How to connect with Hadoop File
I try to connect with Hadoop File by giving server like " servername:port" but it giving me error below
"HDFS cannot connect to server 'Servername'. The server committed a protocol violation. Section=ResponseStatusLine"
Can you please let me know how to configure the conne
3 Replies
- v-joesh-msftSolution Sage
Hi Anonymous ,
Try to close the request header parsing:
<system.net> <settings> <httpWebRequest useUnsafeHeaderParsing = "true"/> </settings> </system.net>Similar cases are as follows:
The server committed a protocol violation. Section=ResponseStatusLine
http://www.windows-tech.info/13/126e88f25a8b8b62.php
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
This is not what i am looking for I think. I need to setup connection between power bi and Hadoop File system. They asking server so i gave server name but it gave me error. CAn you send me example how to give server name?
- v-joesh-msftSolution Sage
Hi Anonymous ,
The server name means the name node of your Hadoop, refer to the following post:
How do i check hadoop server name?
How do I check the name of the hadoop server?
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.