[ 
https://issues.apache.org/jira/browse/HDDS-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16645793#comment-16645793
 ] 

Hudson commented on HDDS-619:
-----------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15174 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15174/])
HDDS-619. hdds.db.profile should not be tagged as a required setting & (arp: 
rev 2bd000c85195416b9bcd06a3abb5100aeeda9727)
* (edit) 
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsConfigKeys.java
* (edit) hadoop-hdds/common/src/main/resources/ozone-default.xml


> hdds.db.profile should not be tagged as a required setting & should default 
> to DISK
> -----------------------------------------------------------------------------------
>
>                 Key: HDDS-619
>                 URL: https://issues.apache.org/jira/browse/HDDS-619
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Arpit Agarwal
>            Assignee: Dinesh Chitlangia
>            Priority: Major
>              Labels: newbie
>             Fix For: 0.3.0
>
>         Attachments: HDDS-619.001.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to