You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Arpit Agarwal (JIRA)" <ji...@apache.org> on 2018/10/10 21:41:00 UTC

[jira] [Created] (HDDS-619) hdds.db.profile should not be tagged as a required setting

Arpit Agarwal created HDDS-619:
----------------------------------

             Summary: hdds.db.profile should not be tagged as a required setting
                 Key: HDDS-619
                 URL: https://issues.apache.org/jira/browse/HDDS-619
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Arpit Agarwal


hdds.db.profile is tagged as a required setting and defaults to SSD. It should default to DISK instead.
{code:java}
<property>
  <name>hdds.db.profile</name>
  <value>SSD</value>
  <tag>OZONE, OM, PERFORMANCE, REQUIRED</tag>
  <description>
    This property allows user to pick a configuration
    that tunes the RocksDB settings for the hardware it is running
    on. Right now, we have SSD and DISK as profile options.
  </description>
</property>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org