[
https://issues.apache.org/jira/browse/GEODE-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15679412#comment-15679412
]
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_r88781162
--- Diff:
geode-assembly/src/test/java/org/apache/geode/management/internal/configuration/SharedConfigurationEndToEndDUnitTest.java
---
@@ -146,6 +146,8 @@ public void testStartServerAndExecuteCommands() throws
Exception {
CommandResult cmdResult = executeCommand(gfsh,
csb.getCommandString());
+ System.out.println("cmdResult = " + cmdResult);
--- End diff --
Is this code left-over from debugging?
> 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)