hadoop - How to run Apache Tez Locally? -
one of ways 1 can execute tez in local mode beside integrated hadoop. in order run localy read this page , understood changes have make , updated tez-site.xml configuration. don't know how start it.
i tried running 1 of tez-examples (e.g. wordcount) has main method. stalls , don't print stdout. there have start first?
how can run tez in local mode?
i managed run including needed libraries. changing pom , build final jar file dependencies, preferred not change project.
after building mvn clean install -dskiptests=true -dmaven.javadoc.skip=true
i ran setting java classpath:
java -cp tez-dist/target/tez-0.7.0/lib/*:tez-dist/target/tez-0.7.0/* org.apache.tez.examples.orderedwordcount in.txt out
Comments
Post a Comment