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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to