-
from hive_table;hive_table
-
from hive_table where name = 'xxx' or name = 'yyy'
-
from hive_table where name = ["xxx", "yyy"]
-
from hive_table where name LIKE '*_xxx'
-
hive_db where name like "???dm?*"
-
hive_column where table.name = "dim_zdm_shequ_pub"
-
hive_column where columns.name="article_id"
-
hive_column where Dimension.priority = "high"
-
from hive_table where createTime < '2018-01-01' and createTime > '2017-01-01'
-
from hdfs_path where isFile = true or name = "Invoice"
-
hive_table has owner(owner是hive_table的一个属性
-
from hive_

本文介绍了Apache Atlas的高级搜索语法,包括从hive_table筛选数据,使用LIKE操作符,根据时间范围过滤,查询特定属性,选择特定列,搜索具有特定术语标签的表和列,以及进行聚合和排序操作。示例涵盖了从Hive表和HDFS路径的查询,到限制返回结果数量,按属性分组和计数等多种用法。
最低0.47元/天 解锁文章
495

被折叠的 条评论
为什么被折叠?



