This is an automated email from the ASF dual-hosted git repository.
huijun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new 5269251 fixtypo (#3203)
5269251 is described below
commit 5269251352dfa4e32aa3da2fd2d121d0c8b1092f
Author: bed debug <[email protected]>
AuthorDate: Fri Mar 1 11:36:23 2019 -0800
fixtypo (#3203)
---
.../src/java/org/apache/heron/statemgr/FileSystemStateManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java
b/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java
index e9936e7..9140009 100644
---
a/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java
+++
b/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java
@@ -295,7 +295,7 @@ public abstract class FileSystemStateManager implements
IStateManager {
if (isTopologyRunning(topologyName).get()) {
print("==> Topology %s found", topologyName);
try {
- print("==> Topology %s:", getTopology(null, topologyName).get());
+ print("==> Topology:\n%s", getTopology(null, topologyName).get());
} catch (ExecutionException e) {
print("Topology node not found %s", e.getMessage());
}