Re: Error while building Tez UI

2015-06-23 Thread Hitesh Shah
Another option would be 
https://repository.apache.org/content/repositories/releases/org/apache/tez/tez-ui/
 to get the tez-ui.war 

— Hitesh

On Jun 22, 2015, at 9:52 PM, amit kumar aks...@gmail.com wrote:

 Hi, 
 
 I resolved the nodejs issue but now stuck in bower installtion as error shows 
 below:
 
 bower ember-data#1.0.0-beta.11ECMDERR 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 hit...@apache.org 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 aks...@gmail.com 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.
 
 



Re: Error while building Tez UI

2015-06-23 Thread Prakash Ramachandran
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: user@tez.apache.orgmailto:user@tez.apache.org
Date: Tuesday, June 23, 2015 at 10:22 AM
To: user@tez.apache.orgmailto:user@tez.apache.org
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.11ECMDERR Failed to execute git ls-remote 
--tags --heads 
git://github.com/components/ember-data.githttp://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 
hit...@apache.orgmailto:hit...@apache.org 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 
aks...@gmail.commailto:aks...@gmail.com 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.