Hbase REST API /status/cluster : difference between "text/plain" and "application/json" -
first, result regions.
text/plain : % curl http://localhost:8000/status/cluster application/json : % curl -h "accept: application/json" http://localhost:8000/status/cluster
but, second, region name did not match.
which is,
"text/plain" this: "*content,601292a839b95e50200d8f8767859864,1244869158156*" "application/json" :"*dxjscyxodhrwfhdlyxrozxiuym9zdg9ulmnvbxw4mhxmwu5yl mpzldeyndq4nte5ota4ntk*"
how can transfer "dxjscyxodhrwfhdlyxrozxiuym9zdg9ulmnvbxw4mhxmwu5ylmpzldeyndq4nte5ota4ntk" to "content,601292a839b95e50200d8f8767859864,1244869158156"
Comments
Post a Comment