when I build the tez source code, the error occured on tez-dag stage(as the picture below). please tell me what happended and how to solve it? error msg
how to fix the maven build error on tez-dag stage?
32 views Asked by fei yang At
1
when I build the tez source code, the error occured on tez-dag stage(as the picture below). please tell me what happended and how to solve it? error msg
Within the
POM.xml
file related to thetez-dag
dependency, you can see there is an execution of amaven-antrun-plugin
plugin, with no version defined.If your installed plugin version is prior to the 3.0.0 (as it can be seen in the documentation), your compilation will be fine. But if not, you have to replace the tag
<tasks>
by<target>
, like this: