Yeah, git;// was blocked. I found the same solution while exploring for it. It successfully build then.
Thanks. On Tue, Jun 23, 2015 at 8:20 AM, Prakash Ramachandran < [email protected]> wrote: > Are you behind a firewall? If so it could be simply that git:// is > blocked. > Can you try setting git to use https instead of git? You can add the > following lines to ~/.gitconfig > > [url "https://“] > insteadOf = git:// > > > If this was the issue – can you please raise a jira regarding the same? > > PS: to revert back to using git you can just remove the lines added to > ~/.gitconfig > > From: amit kumar > Reply-To: "[email protected]" > Date: Tuesday, June 23, 2015 at 10:22 AM > To: "[email protected]" > Subject: Re: Error while building Tez UI > > Hi, > > I resolved the nodejs issue but now stuck in bower installtion as error > shows below: > > bower ember-data#1.0.0-beta.11 ECMDERR Failed to execute "git > ls-remote --tags --heads git://github.com/components/ember-data.git", > exit code of #128. > > I just need to explore Tez to understand if it can serve the purpose of > our product, So if there is any location from where I can download the jar > (artifact) directly instead of building it. > > It would be very helpful. > > Thanks. > > > On Fri, Jun 19, 2015 at 3:31 PM, Hitesh Shah <[email protected]> wrote: > >> 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. >> >> >
