You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by do...@apache.org on 2016/02/02 19:58:25 UTC

[2/4] storm git commit: Update README.md

Update README.md

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0d3c3477
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0d3c3477
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0d3c3477

Branch: refs/heads/master
Commit: 0d3c3477a199e4305566dee5936328e768614cc7
Parents: e5ca89b
Author: Aaron Niskode-Dossett <aa...@target.com>
Authored: Tue Feb 2 12:04:32 2016 -0600
Committer: Aaron Niskode-Dossett <aa...@target.com>
Committed: Tue Feb 2 12:04:32 2016 -0600

----------------------------------------------------------------------
 external/storm-hdfs/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0d3c3477/external/storm-hdfs/README.md
----------------------------------------------------------------------
diff --git a/external/storm-hdfs/README.md b/external/storm-hdfs/README.md
index 76a8602..2fc4c7b 100644
--- a/external/storm-hdfs/README.md
+++ b/external/storm-hdfs/README.md
@@ -317,7 +317,7 @@ schema.
 To use this bolt you **must** register the appropriate Kryo serializers with your topology configuration.  A convenience
 method is provided for this:
 
-```AvroGenericRecordBolt.addAvroKryoSerializations(conf);```
+`AvroGenericRecordBolt.addAvroKryoSerializations(conf);`
 
 By default Storm will use the ```GenericAvroSerializer``` to handle serialization.  This will work, but there are much 
 faster options available if you can pre-define the schemas you will be using or utilize an external schema registry. An
@@ -559,4 +559,4 @@ under the License.
 # Committer Sponsors
 
  * P. Taylor Goetz ([ptgoetz@apache.org](mailto:ptgoetz@apache.org))
- * Bobby Evans ([bobby@apache.org](mailto:bobby@apache.org))
\ No newline at end of file
+ * Bobby Evans ([bobby@apache.org](mailto:bobby@apache.org))