hive - Can we impose custom DAG plan over generated DAG plan in TEZ? If possible, How? -
instead of using dag plan generated tez in hive, want use custom dag plan created me. possible? if yes, can explain?
if using hive running queries cannot use custom dag. if low level programming tez application using api, can. see high level docs here: https://hortonworks.com/blog/expressing-data-processing-in-apache-tez/
something this:
//define dag dag dag = new dag(); vertex map1 = new vertex(mapprocessor.class) , on...
see apache project examples: https://git-wip-us.apache.org/repos/asf?p=tez.git;a=blob;f=tez-examples/src/main/java/org/apache/tez/examples/hashjoinexample.java
Comments
Post a Comment