Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.