Sandeep Nemuri created HDDS-1363: ------------------------------------ Summary: ozone.metadata.dirs doesn't pick comma(,) separated paths Key: HDDS-1363 URL: https://issues.apache.org/jira/browse/HDDS-1363 Project: Hadoop Distributed Data Store Issue Type: Bug Components: SCM Reporter: Sandeep Nemuri
{{ozone.metadata.dirs}} doesn't pick comma(,) separated paths. It only picks one path as opposed to the property name _ozone.metadata.dir{color:#FF0000}s{color}_ {code:java} <property> <name>ozone.metadata.dirs</name> <value>/data/data1/meta,/home/hdfs/data/meta</value> </property> {code} {code:java} 2019-03-31 18:44:54,824 WARN server.ServerUtils: ozone.scm.db.dirs is not configured. We recommend adding this setting. Falling back to ozone.metadata.dirs instead. SCM initialization succeeded.Current cluster id for sd=/data/data1/meta,/home/hdfs/data/meta/scm;cid=CID-1ad502d1-0104-4055-838b-1208ab78f35c 2019-03-31 18:44:55,079 INFO server.StorageContainerManager: SHUTDOWN_MSG: {code} {code:java} [hdfs@localhost ozone-0.5.0-SNAPSHOT]$ ls //data/data1/meta,/home/hdfs/data/meta/scm/current/VERSION VERSION {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org