我正在尝试设置一个环境,在其中我在本地运行一些后端,并从我的本地计算机向 EC2 实例发送请求。我有 CDH 4.5 设置,它工作正常。当我运行以下请求时
curl --negotiate -i -L -u:hdfs http://ec2-xx-xx-xx-xx.eu-west-1.compute.amazonaws.com:50070/webhdfs/v1/tmp/test.txt?op=OPEN
这适用于该区域中的任何 EC2 实例,但不适用于该区域之外。如果我在本地尝试,它将返回以下错误
curl: (6) Could not resolve host: ip-xx-xx-xx-xx.eu-west-1.compute.internal
不确定我可以在哪里设置它不以这种方式重定向呼叫?
非常感谢