【问题标题】:Apache Atlas Rest ApiApache Atlas 休息 API
【发布时间】:2017-09-12 13:57:30
【问题描述】:

我试图通过 rest api 读取 Atlas 实体,我尝试了这个命令:

curl -v -i -s -X GET user:pwd@something.confidential.here:21000/v1/entities/branch_intersect

虽然我可以在 Apache UI 中看到该表,但它显示未找到:

<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 v 0.7 并关注此 doc

【问题讨论】:

    标签: rest hadoop hortonworks-data-platform apache-atlas


    【解决方案1】:

    其余的url应该是这样的:

    curl -v -i -s -X GET user:pwd@something.confidential.here:21000/api/atlas/
    

    参考here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-11-09
      • 2014-10-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多