相关考题
-
单项选择题
HBase 使用get 方法读取数据时,下列哪个选项是需要的?()
A.Delete delete =new Delete(rowKey)
B.scan.setCaching(1000)
C.byte[]rowKey =Bytes.toBytes("012005000201")
D.List<Put>puts =new ArrayList<Put>() -
单项选择题
考虑以下场景,当公安人员需要根据某犯罪人员发现其犯罪同伙时,最适合使用下列哪个工具?()
A.ElasticSearch
B.GraphBase
C.Hbase
D.HDFS -
单项选择题
Gremlin 中查询单个点的信息该用什么命令?()
A.g.V(13464736).valueMap()
B.g.V().hasLabel("test").values("age")
C.g.V().hasLabel("test")
D.g.V().hasLabel("test").valueMap("String_list","age")
