Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Add the hummingbird prefix to the graphs #370

Merged
merged 2 commits into from
Nov 19, 2013
Merged

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Nov 18, 2013

Fixes #369

@@ -296,8 +296,8 @@ abstract class Storm(options: Map[String, Options], transformConfig: Summingbird

val inj = Injection.connect[String, Array[Byte], Base64String]
logger.debug("Adding serialized copy of graphs")
val withViz = stormConfig.put("producer_dot_graph_base64", inj.apply(VizGraph(dag.tail)).str)
.put("planned_dot_graph_base64", inj.apply(VizGraph(dag)).str)
val withViz = stormConfig.put("summingbird_producer_dot_graph_base64", inj.apply(VizGraph(dag.tail)).str)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe do summingbird. ?

johnynek added a commit that referenced this pull request Nov 19, 2013
Add the hummingbird prefix to the graphs
@johnynek johnynek merged commit b391b3c into develop Nov 19, 2013
@johnynek johnynek deleted the feature/add_graph_prefix branch November 19, 2013 01:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change the dot file keys to start with summingbird.
2 participants