Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Advanced Configuration Snippet is not working

avatar
Explorer

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

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

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

View solution in original post

2 REPLIES 2

avatar
Cloudera Employee

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

avatar
Explorer
Thanks it solved the problem.