You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run given MapExample usign storm 0.8.1 and cloudera hadoop 0.20.2 there is serization issue.
Exception in thread "main" java.lang.RuntimeException: java.io.NotSerializableException: org.apache.hadoop.hdfs.DistributedFileSystem
at backtype.storm.utils.Utils.serialize(Utils.java:47)
at backtype.storm.topology.TopologyBuilder.createTopology(TopologyBuilder.java:89)
at storm.state.example.MapExample.main(MapExample.java:126)
The text was updated successfully, but these errors were encountered:
When I run given MapExample usign storm 0.8.1 and cloudera hadoop 0.20.2 there is serization issue.
Exception in thread "main" java.lang.RuntimeException: java.io.NotSerializableException: org.apache.hadoop.hdfs.DistributedFileSystem
at backtype.storm.utils.Utils.serialize(Utils.java:47)
at backtype.storm.topology.TopologyBuilder.createTopology(TopologyBuilder.java:89)
at storm.state.example.MapExample.main(MapExample.java:126)
The text was updated successfully, but these errors were encountered: