Not really sure if this is a bug or not but cannot run example HelloWord in distributed mode
I have recently downloaded Tigon and built 0.3.0-SNAPSHOT
I can run the HelloWorld example in standalone mode - no problem
When I run in distributed mode I get this error... I have no idea what the problem is
hadoop@srv ~/tigon/tigon/tigon-examples/HelloWorld/target $ run_distributed.sh maverick001:2181 tigon
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/hadoop/tigon/tigon/tigon-distribution/target/sdk/tigon-sdk-0.3.0-SNAPSHOT/lib/ch.qos.logback.logback-classic-1.0.9.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/hadoop/ecosystem/hbase-0.98.9-hadoop2/lib/slf4j-log4j12-1.6.4.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 [ch.qos.logback.classic.util.ContextSelectorStaticBinder] Tigon Distributed Client 2015-02-08 14:46:03,053 - INFO [main:c.c.t.g.LocationRuntimeModule$HDFSLocationModule@85] - HDFS namespace is /tigon 2015-02-08 14:46:03,345 - WARN [main:o.a.h.u.NativeCodeLoader@62] - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
tigon> start /home/hadoop/tigon/tigon/tigon-examples/HelloWorld/target/HelloWorld-0.3.0-SNAPSHOT.jar co.cask.tigon.helloworld.HelloWorldFlow Error: Chunk [co.cask.tigon.helloworld.HelloWorldFlow] is not a valid entry
|