Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/storm/pull/1608#discussion_r73841656
--- Diff: storm-core/src/clj/org/apache/storm/daemon/supervisor.clj ---
@@ -875,14 +875,12 @@
(worker-launcher-and-wait conf (storm-conf TOPOLOGY-SUBMITTER-USER)
["blob" path] :log-prefix (str "setup blob permissions for " path))))
(defn download-blobs-for-topology!
- "Download all blobs listed in the topology configuration for a given
topology."
- [conf stormconf-path localizer tmproot]
- (let [storm-conf (read-supervisor-storm-conf-given-path conf
stormconf-path)
- blobstore-map (storm-conf TOPOLOGY-BLOBSTORE-MAP)
+ [conf storm-conf localizer tmproot blobs fn-local-resources
fn-symlink-name]
--- End diff --
update the comments instead of removing it ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---