The build tries to download node and then install it. Did the download fail for some reason? You can try running in debug mode i.e. “mvn -X” to see why it could be failing.
— Hitesh On Jun 19, 2015, at 8:17 AM, amit kumar <[email protected]> wrote: > Hi, > > > I am trying to build tez-0.7.0, but can not build Tez UI. > > [ERROR] Failed to execute goal > com.github.eirslett:frontend-maven-plugin:0.0.22:install-node-and-npm > (install node and npm) on project tez-ui: Could not extract the Node archive: > Could not extract archive: > '/home/amitkumar/Apache_tez/setUp/tez/tez-ui/src/main/webapp/node_tmp/node.tar.gz': > EOFException -> [Help 1] > > > > what could be the reason for this this failure? > > Thanks.
