Github user ptgoetz commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/128#discussion_r13205555
--- Diff: external/storm-hdfs/README.md ---
@@ -0,0 +1,342 @@
+# Storm HDFS
+
--- End diff --
I will update the documentation, but it's best to avoid using core-site.xml
and hdfs-site.xml so you can have multiple bolts in a topology that talk to
different HDFS clusters.
You do this by configuring the bolt with a "configKey" that points to an
entry in the storm configuration map. Any properties under that key will be
added to the hadoop `Configuration` object.
---
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.
---