首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >亚马逊EC2上的DataStax Commuity出错

亚马逊EC2上的DataStax Commuity出错
EN

Stack Overflow用户
提问于 2013-06-05 19:26:28
回答 1查看 222关注 0票数 1

如果我想要设置Datastax Cassandra集群(社区版),我会得到这个错误,我使用了以下代码:

http://www.datastax.com/docs/1.2/install/install_ami

代码语言:javascript
复制
[EXEC] 06/05/13-10:52:05 sudo rm -rf /etc/motd
[EXEC] 06/05/13-10:52:05 sudo touch /etc/motd
[INFO] Started with user data set to:
[INFO] --clustername myDSCcluster --totalnodes 3 --version community
[INFO] Using instance type: m1.large
[ERROR] Exception seen in ds1_launcher.py:

Traceback (most recent call last):

  File "/home/ubuntu/datastax_ami/ds1_launcher.py", line 31, in initial_configurations      
  ds2_configure.run()
  File "/home/ubuntu/datastax_ami/ds2_configure.py", line 932, in run      
  File "/home/ubuntu/datastax_ami/ds2_configure.py", line 125, in get_ec2_data      
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)     
  File "/usr/lib/python2.7/urllib2.py", line 406, in open
    response = meth(req, response)      
  File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
    'http', request, response, code, msg, hdrs)     
  File "/usr/lib/python2.7/urllib2.py", line 444, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

HTTPError: HTTP Error 404: Not Found
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-06-06 13:17:40

您可能尝试过在VPC内启动集群,但不支持。

但是,我注意到我们没有特别提到不支持VPC。我一定会把它修好的。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16938689

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档