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/06/16 15:17:52 UTC

[1/2] storm git commit: fix AvroUtils classname

Repository: storm
Updated Branches:
  refs/heads/master 8ea9e5b9d -> 384143d99


fix AvroUtils classname

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

Branch: refs/heads/master
Commit: 10c4a98699f3d81d4f13c4fa19a674913d28d937
Parents: 8ea9e5b
Author: Xin Wang <be...@163.com>
Authored: Thu Jun 16 16:04:25 2016 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Jun 16 16:04:25 2016 +0800

----------------------------------------------------------------------
 external/storm-hdfs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/10c4a986/external/storm-hdfs/README.md
----------------------------------------------------------------------
diff --git a/external/storm-hdfs/README.md b/external/storm-hdfs/README.md
index 3777481..3ca2583 100644
--- a/external/storm-hdfs/README.md
+++ b/external/storm-hdfs/README.md
@@ -334,7 +334,7 @@ file open/close/create operations.
 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);`
+`AvroUtils.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


[2/2] storm git commit: Merge branch 'patch-25' of https://github.com/vesense/storm into pr-1492

Posted by do...@apache.org.
Merge branch 'patch-25' of https://github.com/vesense/storm into pr-1492


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

Branch: refs/heads/master
Commit: 384143d99deb81c3a3ecf3bbaef7a5a7eebfa2b6
Parents: 8ea9e5b 10c4a98
Author: Aaron Niskode-Dossett <an...@etsy.com>
Authored: Thu Jun 16 14:44:26 2016 +0000
Committer: Aaron Niskode-Dossett <an...@etsy.com>
Committed: Thu Jun 16 14:44:26 2016 +0000

----------------------------------------------------------------------
 external/storm-hdfs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------