Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created May 11, 2016 20:39
Show Gist options
  • Save tdhopper/cf16ff0ea56947f4c85cfb8e11fab7ee to your computer and use it in GitHub Desktop.
Save tdhopper/cf16ff0ea56947f4c85cfb8e11fab7ee to your computer and use it in GitHub Desktop.
16:36 $ sparse run Cleaning from prior builds... Creating topology Uber-JAR... Uber-JAR created: /Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar Removing _resources temporary directory...done [localhost] local: storm jar /Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar org.apache.storm.flux.Flux --local --no-splash --sleep 9223372036854775807 /var/folders/4l/b_gx3vx957g8lw0g__5nz9_h0000gn/T/tmpxLIxIb.yaml SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-slf4j-impl-2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] Running: java -client -Ddaemon.name= -Dstorm.options= -Dstorm.home=/usr/local/Cellar/storm/1.0.0/libexec -Dstorm.log.dir=/usr/local/Cellar/storm/1.0.0/libexec/logs -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib -Dstorm.conf.file= -cp /usr/local/Cellar/storm/1.0.0/libexec/lib/asm-5.0.3.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/clojure-1.7.0.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/disruptor-3.3.2.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/kryo-3.0.3.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-api-2.1.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-core-2.1.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-over-slf4j-1.6.6.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-slf4j-impl-2.1.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/minlog-1.3.0.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/objenesis-2.1.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/reflectasm-1.10.1.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/servlet-api-2.5.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/slf4j-api-1.7.7.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/storm-core-1.0.0.jar:/usr/local/Cellar/storm/1.0.0/libexec/lib/storm-rename-hack-1.0.0.jar:/Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar:/usr/local/Cellar/storm/1.0.0/libexec/conf:/usr/local/Cellar/storm/1.0.0/libexec/bin -Dstorm.jar=/Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar org.apache.storm.flux.Flux --local --no-splash --sleep 9223372036854775807 /var/folders/4l/b_gx3vx957g8lw0g__5nz9_h0000gn/T/tmpxLIxIb.yaml SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/local/Cellar/storm/1.0.0/libexec/lib/log4j-slf4j-impl-2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] Parsing file: /var/folders/4l/b_gx3vx957g8lw0g__5nz9_h0000gn/T/tmpxLIxIb.yaml 437 [main] INFO o.a.s.f.p.FluxParser - loading YAML from input stream... 439 [main] INFO o.a.s.f.p.FluxParser - Not performing property substitution. 439 [main] INFO o.a.s.f.p.FluxParser - Not performing environment variable substitution. Exception in thread "main" Can't construct a java object for tag:yaml.org,2002:org.apache.storm.flux.model.TopologyDef; exception=Cannot create property=name for JavaBean=org.apache.storm.flux.model.TopologyDef@7a3d45bd; null; Can't construct a java object for tag:yaml.org,2002:python/unicode; exception=Class not found: python/unicode; in 'string', line 8, column 7: name: !!python/unicode 'wordcount' ^ in 'string', line 1, column 1: bolts: ^ at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:333) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) at org.apache.storm.flux.parser.FluxParser.loadYaml(FluxParser.java:115) at org.apache.storm.flux.parser.FluxParser.parseFile(FluxParser.java:50) at org.apache.storm.flux.Flux.runCli(Flux.java:145) at org.apache.storm.flux.Flux.main(Flux.java:98) Caused by: org.yaml.snakeyaml.error.YAMLException: Cannot create property=name for JavaBean=org.apache.storm.flux.model.TopologyDef@7a3d45bd; null; Can't construct a java object for tag:yaml.org,2002:python/unicode; exception=Class not found: python/unicode; in 'string', line 8, column 7: name: !!python/unicode 'wordcount' ^ at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:299) at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331) ... 9 more Caused by: Can't construct a java object for tag:yaml.org,2002:python/unicode; exception=Class not found: python/unicode in 'string', line 8, column 7: name: !!python/unicode 'wordcount' ^ at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:333) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:296) ... 11 more Caused by: org.yaml.snakeyaml.error.YAMLException: Class not found: python/unicode at org.yaml.snakeyaml.constructor.Constructor.getClassForNode(Constructor.java:633) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331) ... 13 more Fatal error: local() encountered an error (return code 1) while executing 'storm jar /Users/tdhopper/repos/distil/distil-ml-storm-test/wordcount/_build/wordcount-0.0.1-SNAPSHOT-standalone.jar org.apache.storm.flux.Flux --local --no-splash --sleep 9223372036854775807 /var/folders/4l/b_gx3vx957g8lw0g__5nz9_h0000gn/T/tmpxLIxIb.yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment