首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Apache Atlas Rest

Apache Atlas Rest
EN

Stack Overflow用户
提问于 2017-09-12 13:57:30
回答 1查看 1.1K关注 0票数 1

我试图通过rest读取一个Atlas实体,我尝试了以下命令:

代码语言:javascript
复制
curl -v -i -s -X GET user:pwd@something.confidential.here:21000/v1/entities/branch_intersect

虽然我可以在Apache中看到表,但是它说找不到:

代码语言:javascript
复制
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /v1/entities/branch_intersect. Reason:
<pre>    Not Found</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>

</body>
</html>

我使用Atlas v0.7并遵循此文档

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-09-14 08:59:15

其余的网址应该是这样的:

代码语言:javascript
复制
curl -v -i -s -X GET user:pwd@something.confidential.here:21000/api/atlas/

参考这里

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

https://stackoverflow.com/questions/46178382

复制
相关文章

相似问题

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