0

我已经在 AWS EC2 实例上成功安装了 cloudera manager。

现在我可以使用登录

public-ip:7180

选择版本后,安装时出现以下错误。

Server Error

A server error has occurred. Send the following information to Cloudera.

Path: http://public-ip:7180/cmf/cloud-express-wizard/specs

Version: Cloudera Enterprise Data Hub Trial 5.0.0-beta-2 (#119 built by jenkins on 20140209-0301 git: 8acd3c5559ccf82bf374d49bbf00bce58dee286e)
java.lang.IllegalArgumentException:Invalid region ID "ap-southeast-2".
at CloudConstants.java line 183
in com.cloudera.server.cmf.cloud.CloudConstants$Region byId() 


Stack Trace:

    CloudConstants.java line 183
    in com.cloudera.server.cmf.cloud.CloudConstants$Region byId()
    EC2MetadataFetcher.java line 48
    in com.cloudera.server.web.cmf.cloud.EC2MetadataFetcher getCMRegion()
    CloudHostsWizardControllerBase.java line 81
    in com.cloudera.server.web.cmf.cloud.CloudHostsWizardControllerBase wizardSpecs()
    <generated> line -1
    in com.cloudera.server.web.cmf.cloud.CloudHostsWizardControllerBase$$FastClassByCGLIB$$3874b0fc invoke()
    MethodProxy.java line 191
    in net.sf.cglib.proxy.MethodProxy invoke() 
4

1 回答 1

1

我搜索了很多答案,然后找到了错误背后的实际原因。

错误就像 cloudera 无法识别区域 ID因为

您的AWS EC2运行实例位于错误的区域,即ap-southeast-2。在我的情况下,您需要更改为不同的,即美国西部区域。 如果您有权更改实例的区域,则可以更改区域

阅读不同地区的给定链接

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
于 2014-03-06T03:13:31.517 回答