arvindshmicrosoft commented on a change in pull request #315: Add conditions 
for Azure specific tasks
URL: https://github.com/apache/fluo-muchos/pull/315#discussion_r372188130
 
 

 ##########
 File path: ansible/roles/accumulo/templates/accumulo.properties
 ##########
 @@ -43,8 +43,8 @@ tserver.server.threads.minimum=64
 ## The maximum size for each write-ahead log
 tserver.walog.max.size=512M
 
-{% if use_adlsg2 == True %}
+{% if cluster_type == 'azure' and use_adlsg2 == True %}
 general.volume.chooser=org.apache.accumulo.server.fs.PreferredVolumeChooser
 general.custom.volume.preferred.default={{ instance_volumes_preferred }}
 general.custom.volume.preferred.logger={{ hdfs_root }}/accumulo
-{% endif %}
+{% endif %}
 
 Review comment:
   Got it! Will keep this in mind going forward.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to