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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -