hadoop 3.3.1 'get command' 没有 return cZxid,ctime,mZxid

hadoop 3.3.1 'get command' does not return cZxid,ctime,mZxid

hadoop 3.3.1
我创建了 Znode 'FirstZnode'

[zk: localhost:2181(CONNECTED) 1] create /FirstZnode Myfirstzookeeper-app
Created /FirstZnode

而当我 运行 'get /FirstZnode' 时,它只有 returns 'Myfirstzookeeper-app'

[zk: localhost:2181(CONNECTED) 11] get /FirstZnode
Myfirstzookeeper-app

有人知道这是为什么吗?

使用-s显示统计数据:

get -s /FirstZnode