2014-03-05 26 views
0

我已經安裝了Cloudera管理器在AWS EC2實例成功。了Cloudera管理器無法識別「無效的區域ID‘AP-東南-2’區域上的AWS EC2

現在我能夠使用登錄

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() 

回答

1

我搜索了很多的答案,然後發現錯誤背後的實際原因。

錯誤是像Cloudera的不能recogonize的區域ID怎麼一回事,因爲

AWS EC2運行的實例是錯的區域即AP-東南-2。你需要在我的情況下改變爲US-West Zone。 您可以更改區域,如果你有改變的區域的情況下訪問和授權

閱讀給定鏈路不同地區

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html