You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) [root@localhost hadoop]# ozone sh key put /s3v3/bucket333/key1 /ipdiw/ozone/ozone-1.4.0/etc/hadoop/test1
INTERNAL_ERROR Unable to allocate a container to the block of size: 268435456, replicationConfig: RATIS/THREE. Unable to find enough nodes that meet the space requirement of 1073741824 bytes for metadata and 5368709120 bytes for data in healthy node set. Required 3. Found 1.
who? my ozone-site.xml is:
(base) [root@localhost tmpdatanode]# more /ipdiw/ozone/ozone-1.4.0/etc/hadoop/ozone-site.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<property>
<name>ozone.om.address</name>
<value>192.168.95.200</value>
<tag>OM, REQUIRED</tag>
<description>
The address of the Ozone OM service. This allows clients to discover
the address of the OM.
</description>
</property>
<property>
<name>ozone.metadata.dirs</name>
<value>/ipdiw/ozone/tmpdatanode</value>
<tag>OZONE, OM, SCM, CONTAINER, STORAGE, REQUIRED</tag>
<description>
This setting is the fallback location for SCM, OM, Recon and DataNodes
to store their metadata. This setting may be used only in test/PoC
clusters to simplify configuration.
For production clusters or any time you care about performance, it is
recommended that ozone.om.db.dirs, ozone.scm.db.dirs and
dfs.container.ratis.datanode.storage.dir be configured separately.
</description>
</property>
<property>
<name>ozone.scm.client.address</name>
<value>localhost</value>
<tag>OZONE, SCM, REQUIRED</tag>
<description>
The address of the Ozone SCM client service. This is a required setting.
It is a string in the host:port format. The port number is optional
and defaults to 9860.
</description>
</property>
<property>
<name>ozone.scm.names</name>
<value>192.168.95.200</value>
<tag>OZONE, REQUIRED</tag>
<description>
The value of this property is a set of DNS | DNS:PORT | IP
Address | IP:PORT. Written as a comma separated string. e.g. scm1,
scm2:8020, 7.7.7.7:7777.
This property allows datanodes to discover where SCM is, so that
datanodes can send heartbeat to SCM.
</description>
</property>
<property>
<name>ozone.s3g.domain.name</name>
<value>192.168.95.200</value>
</property>
<property>
<name>ozone.replication</name>
<value>1</value>
</property>
</configuration>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
(base) [root@localhost hadoop]# ozone sh key put /s3v3/bucket333/key1 /ipdiw/ozone/ozone-1.4.0/etc/hadoop/test1
INTERNAL_ERROR Unable to allocate a container to the block of size: 268435456, replicationConfig: RATIS/THREE. Unable to find enough nodes that meet the space requirement of 1073741824 bytes for metadata and 5368709120 bytes for data in healthy node set. Required 3. Found 1.
who? my ozone-site.xml is:
Beta Was this translation helpful? Give feedback.
All reactions