This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new cba13c7 HDDS-1715. Update the Intellij runner definitition of SCM to
use the new class name
cba13c7 is described below
commit cba13c7f83da3a1286f1716e7d01ce35fde90114
Author: S O'Donnell <[email protected]>
AuthorDate: Fri Jun 21 16:25:10 2019 +0200
HDDS-1715. Update the Intellij runner definitition of SCM to use the new
class name
Closes #1000
---
.../dev-support/intellij/runConfigurations/StorageContainerManager.xml | 2 +-
.../intellij/runConfigurations/StorageContainerManagerInit.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManager.xml
b/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManager.xml
index 40097cf..46104d3 100644
---
a/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManager.xml
+++
b/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManager.xml
@@ -16,7 +16,7 @@
-->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="StorageContainerManager"
type="Application" factoryName="Application" nameIsGenerated="falsee">
- <option name="MAIN_CLASS_NAME"
value="org.apache.hadoop.hdds.scm.server.StorageContainerManager" />
+ <option name="MAIN_CLASS_NAME"
value="org.apache.hadoop.hdds.scm.server.StorageContainerManagerStarter" />
<module name="hadoop-hdds-server-scm" />
<option name="PROGRAM_PARAMETERS"
value="-conf=hadoop-ozone/dev-support/intellij/ozone-site.xml" />
<option name="VM_PARAMETERS"
value="-Dlog4j.configuration=file:hadoop-ozone/dev-support/intellij/log4j.properties"
/>
diff --git
a/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManagerInit.xml
b/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManagerInit.xml
index 8178f24..f3ef26b 100644
---
a/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManagerInit.xml
+++
b/hadoop-ozone/dev-support/intellij/runConfigurations/StorageContainerManagerInit.xml
@@ -16,7 +16,7 @@
-->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="StorageContainerManagerInit"
type="Application" factoryName="Application" nameIsGenerated="false">
- <option name="MAIN_CLASS_NAME"
value="org.apache.hadoop.hdds.scm.server.StorageContainerManager" />
+ <option name="MAIN_CLASS_NAME"
value="org.apache.hadoop.hdds.scm.server.StorageContainerManagerStarter" />
<module name="hadoop-hdds-server-scm" />
<option name="PROGRAM_PARAMETERS"
value="-conf=hadoop-ozone/dev-support/intellij/ozone-site.xml --init" />
<option name="VM_PARAMETERS"
value="-Dlog4j.configuration=file:hadoop-ozone/dev-support/intellij/log4j.properties"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]