[
https://issues.apache.org/jira/browse/GEODE-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15679413#comment-15679413
]
ASF GitHub Bot commented on GEODE-1122:
---------------------------------------
Github user metatype commented on a diff in the pull request:
https://github.com/apache/incubator-geode/pull/291#discussion_r88781178
--- Diff:
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommands.java
---
@@ -1493,6 +1495,7 @@ public Result startServer(
help = CliStrings.START_SERVER__PASSWORD__HELP) String
passwordToUse)
// NOTICE: keep the parameters in alphabetical order based on their
CliStrings.START_SERVER_* text
{
+ System.out.println("GEODE_HOME = " + GEODE_HOME);
--- End diff --
Please remove print statement.
> Dependency on environment variable GEMFIRE needs to be removed
> --------------------------------------------------------------
>
> Key: GEODE-1122
> URL: https://issues.apache.org/jira/browse/GEODE-1122
> Project: Geode
> Issue Type: Improvement
> Components: management
> Reporter: Udo Kohlmeyer
> Assignee: Avinash Dongre
>
> There is still a strong dependency on the environment variable GEMFIRE within
> GEODE. This should be replaced with GEODE_HOME or removed completely from the
> system.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)