Hello
I installed CDP 7.1.1 because I wanted to try Ozone. I played a little with apache Ozone in the past and wanted to see how it is in Cloudera.
After installation, I went ahead and tried to create a volume using this command (which complies with the documentation):
ozone sh volume create --quota=1TB --user=hdfs /tests
I got this error message:
"Service ID or host name must not be omitted when ozone.om.service.ids is defined."
I searched the internet for the error and did not find anything useful. I looked for ozone-site.xml file and found that ozone.om.service.id was "ozone1". But I do not know where in the command should I specify it. the command syntax does not take any service id or host name.
Why am I getting this error ? how can I specify service id or host name so the volume will be created ?
Thanks
Guy