You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/04/23 06:47:12 UTC

[ozone] branch master updated: HDDS-8478. Fix module name in ScmRoles IntelliJ run config (#4610)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new cf13e76520 HDDS-8478. Fix module name in ScmRoles IntelliJ run config (#4610)
cf13e76520 is described below

commit cf13e765203f27ecccfc925c049590606f6ca327
Author: Neil Joshi <ne...@gmail.com>
AuthorDate: Sun Apr 23 00:47:05 2023 -0600

    HDDS-8478. Fix module name in ScmRoles IntelliJ run config (#4610)
---
 hadoop-ozone/dev-support/intellij/runConfigurations/ScmRoles.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/intellij/runConfigurations/ScmRoles.xml b/hadoop-ozone/dev-support/intellij/runConfigurations/ScmRoles.xml
index 0dddc3add3..ea4a4da516 100644
--- a/hadoop-ozone/dev-support/intellij/runConfigurations/ScmRoles.xml
+++ b/hadoop-ozone/dev-support/intellij/runConfigurations/ScmRoles.xml
@@ -17,7 +17,7 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="ScmRoles" type="Application" factoryName="Application">
     <option name="MAIN_CLASS_NAME" value="org.apache.hadoop.hdds.cli.OzoneAdmin" />
-    <module name="hdds-tools" />
+    <module name="ozone-tools" />
     <option name="PROGRAM_PARAMETERS" value="-conf=hadoop-ozone/dev-support/intellij/ozone-site-ha.xml scm roles -id=scm-group" />
     <option name="VM_PARAMETERS" value="-Dlog4j.configuration=file:hadoop-ozone/dev-support/intellij/log4j.properties" />
     <extension name="coverage">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org