Created on 05-14-2014 11:45 PM - edited 09-16-2022 01:59 AM
Hello Everybody,
I am trying to add following snippet in hdfs configuration through cloudera manager(Accumulo requirement):
<property>
<name>dfs.datanode.synconclose</name>
<value>true</value>
</property>
but cloudera manager is not updating configurations on cluster machines, following file is not updated.
/opt/cloudera/parcels/CDH/lib/hadoop/etc/hadoop/hdfs-site.xml
Can somebody tell me what I am missing?
I am using cloudera manager 5.0.0 and cdh 5.0.0.
Regards,
Adnan
Created 05-15-2014 06:22 AM
Adnan,
Under the HDFS service, you will need to update both the datanode group configuration and the gateway group configuration with this value. Then, make sure that you deploy the client configuration to every host that is running an Accumulo Tablet Server.
We are currently working on a way to make this process more intuitive!
Mike
Created 05-15-2014 06:22 AM
Adnan,
Under the HDFS service, you will need to update both the datanode group configuration and the gateway group configuration with this value. Then, make sure that you deploy the client configuration to every host that is running an Accumulo Tablet Server.
We are currently working on a way to make this process more intuitive!
Mike
Created 05-15-2014 10:00 PM