You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tez.apache.org by Mich Talebzadeh <mi...@peridale.co.uk> on 2015/12/30 21:54:08 UTC

Getting error compiling TEZ 0.7

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


Re: Getting error compiling TEZ 0.7

Posted by Gopal Vijayaraghavan <go...@apache.org>.
 
> ERROR] Failed to execute goal
>com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install)
on project tez-ui: Failed to run task: 'npm install --color=false'

 
> I don¹t seem to have npm and when I install it it does not work. Any
>work around it?
 
 

NPM is a native binary - what version of Linux are you running?

Centos/RHEL machines should be able to get npm from EPEL repos.

# yum list npm
Installed Packages
npm.noarch         
       1.3.6-5.el6 
               @epel

FYI, I maintain a build + install script for latest hive+tez



https://github.com/t3rmin4t0r/tez-autobuild/blob/llap/Makefile


Though if you need CDH specific instructions, I can find a copy.

Cheers,
Gopal
 



RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
Thanks I tried mvn 3.3.9 and still did not work

 

 

which mvn

/usr/local/apache-maven/apache-maven-3.3.9/bin/mvn

 <mailto:hduser@rhes564::/usr/lib/apache-tez-0.8.1-alpha-src>
hduser@rhes564::/usr/lib/apache-tez-0.8.1-alpha-src>

 

I believe the issue is here

 

ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false'

 

I don't seem to have npm and when I install it it does not work. Any work
around it?

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: 31 December 2015 00:53
To: user@tez.apache.org
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


Re: Getting error compiling TEZ 0.7

Posted by "Jianfeng (Jeff) Zhang" <jz...@hortonworks.com>.
For the performance tuning of Tez, you can refer Rajesh’s reply before,


> On Fri, Apr 24, 2015 at 1:54 AM, Rajesh Balamohan <ra...@gmail.com>
wrote:
> Listing some details at very high level,
>
> - Set "tez.task.generate.counters.per.io=true" to get more details on the task counters.
Basically this starts printinng the counters per edge, which can be a lot more useful for
debugging.
>
> - In case you want to avoid container launches etc when you analyze for first time, try
hive.prewarm.enabled=true & hive.prewarm.numcontainers=<no of containers you want in
your sesssion to be prewarmed>
>
> - Container reuse is enabled by default in tez. (tez.am.container.idle.release-timeout-min.millis,
tez.am.container.idle.release-timeout-max.millis controls the amount of time a container is
held by AM before releasing it)
>
> - Set tez.runtime.io.sort.mb appropriately to avoid spills (you can check task counters
in the logs to find out the spills and adjust it accordingly)
>
> - Set tez.runtime.sort.threads=2 to enable PipelinedSorter which is a lot performant
than DefaultSorter (this is the default in master branch. But if you are using earlier releases,
you can turn it on by setting tez.runtime.sort.threads=2).
>
> - Set tez.runtime.compress=true and set tez.runtime.compress.codec (SnappyCodec is preferred,
but it is upto you to choose)
>
> - Set tez.runtime.shuffle.keep-alive.enabled=true in case you have shuffle heavy workload.
This reduces number of connections in shuffle.
>
> - Adjust memory allocated to different inputs/outputs based on tez.task.scale.memory.ratios
(but this is more of expert level setting which you might want to touch after nailing down
any memory pressure)
>
> - Adjusting shuffle buffers are also possible, but would advise only when you nail down
an issue related to shuffle/merge codepath.
>
> - Set "tez.runtime.optimize.local.fetch=true" to bypass http fetches (when data is locally
Present)



Best Regard,
Jeff Zhang


From: Mich Talebzadeh <mi...@peridale.co.uk>>
Reply-To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Date: Thursday, December 31, 2015 at 9:28 AM
To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Subject: RE: Getting error compiling TEZ 0.7

Thanks I am trying to use TEZ as execution engine for hive instead of MR.

I have Hive 1.2.1 on Spark 1.3.1 working fine. That is the only version of Spark that works as execution engine for Hive (not the latest 1.5.1 I am afraid).

The problem is that the performance is better than Hive on MR when I use Spark but otherwise the performance on joining 1 billion rows with another table takes 17 minutes compared to the same join in Sybase IQ DW that takes 30 seconds! The reason is attributed to Spark 1.3.1 not having full optimisation capabilities as it is older version

So I would like to try Hive on TEZ which basically is MR on DAG. Hopefully that may give a better performance.



Mich Talebzadeh

Sybase ASE 15 Gold Medal Award 2008
A Winning Strategy: Running the most Critical Financial Data on ASE 15
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.pdf
Author of the books "A Practitioner’s Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7.
co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4
Publications due shortly:
Complex Event Processing in Heterogeneous Environments, ISBN: 978-0-9563693-3-8
Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly

http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/>

NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility.

From: outlook_b135c3a695f7b99a@outlook.com<ma...@outlook.com> [mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org<ma...@tez.apache.org>
Subject: RE: Getting error compiling TEZ 0.7

Also, if 0.7.1 turns out to be a binary release (as currently planned) then you probably wont have to build Tez from scratch after that.

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com]
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org<ma...@tez.apache.org>
Subject: Re: Getting error compiling TEZ 0.7

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

https://issues.apache.org/jira/browse/TEZ-2560


Best Regard,
Jeff Zhang


From: Mich Talebzadeh <mi...@peridale.co.uk>>
Reply-To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Subject: Getting error compiling TEZ 0.7

Hi,

Trying to build TEZ 0.7 in

/usr/lib/apache-tez-0.7.0-src

using

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK with 3.2.5 following the same error ass below

mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/apache-maven/apache-maven-3.2.5
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_25/jre

I get this error

[INFO] tez-ui ............................................. FAILURE [  0.411 s]
[

DEBUG] -- end configuration --
[INFO] Running 'npm install --color=false' in /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp
[INFO] /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh: line 3: 23781 Aborted                 "$@"


[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task: 'npm install --color=false' failed. (error code 134) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task


any ideas as there is little info available in net.

Thanks



Mich Talebzadeh

Sybase ASE 15 Gold Medal Award 2008
A Winning Strategy: Running the most Critical Financial Data on ASE 15
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.pdf
Author of the books "A Practitioner’s Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7.
co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4
Publications due shortly:
Complex Event Processing in Heterogeneous Environments, ISBN: 978-0-9563693-3-8
Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly

http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/>

NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility.


RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
Thanks I am trying to use TEZ as execution engine for hive instead of MR.

 

I have Hive 1.2.1 on Spark 1.3.1 working fine. That is the only version of
Spark that works as execution engine for Hive (not the latest 1.5.1 I am
afraid).

 

The problem is that the performance is better than Hive on MR when I use
Spark but otherwise the performance on joining 1 billion rows with another
table takes 17 minutes compared to the same join in Sybase IQ DW that takes
30 seconds! The reason is attributed to Spark 1.3.1 not having full
optimisation capabilities as it is older version

 

So I would like to try Hive on TEZ which basically is MR on DAG. Hopefully
that may give a better performance.

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: outlook_b135c3a695f7b99a@outlook.com
[mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org
Subject: RE: Getting error compiling TEZ 0.7

 

Also, if 0.7.1 turns out to be a binary release (as currently planned) then
you probably wont have to build Tez from scratch after that.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
Running as user hduser

 

id

uid=1009(hduser) gid=1010(hadoop) groups=1010(hadoop) 

 

hduser@rhes564::/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp>
cd /usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

hduser@rhes564::/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp>
npm install --color=false

-ksh: npm: not found [No such file or directory]

hduser@rhes564::/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp>

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

 

-----Original Message-----
From: Gopal Vijayaraghavan [mailto:gopal@hortonworks.com] On Behalf Of Gopal
Vijayaraghavan
Sent: 31 December 2015 20:53
To: user@tez.apache.org
Subject: Re: Getting error compiling TEZ 0.7

 

> [DEBUG]   (f) workingDirectory =

>/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

> [DEBUG] -- end configuration --

> [INFO] Running 'npm install --color=false' in 

>/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

 

Can you run that command in that dir and confirm what it prints to stderr?

 

Are you running npm as a root user?

 

Also FYI, there's no released version of hive compatible with 0.8.1-alpha.

It is aimed clearly at plugging compatibility for the LLAP accelerator.

 

Building 0.7.1 from git is likely to be best bet, if you're planning to use
Hive-1.x.

 

Cheers,

Gopal


Re: Getting error compiling TEZ 0.7

Posted by Gopal Vijayaraghavan <go...@apache.org>.
> [DEBUG]   (f) workingDirectory =
>/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp
> [DEBUG] -- end configuration --
> [INFO] Running 'npm install --color=false' in
>/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

Can you run that command in that dir and confirm what it prints to stderr?

Are you running npm as a root user?

Also FYI, there's no released version of hive compatible with 0.8.1-alpha.
It is aimed clearly at plugging compatibility for the LLAP accelerator.

Building 0.7.1 from git is likely to be best bet, if you're planning to
use Hive-1.x.

Cheers,
Gopal
 



RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
To be precise it finds both node and NPM as shown below

 

which mvn

/usr/local/apache-maven/apache-maven-3.3.9/bin/mvn

 

 

[DEBUG] Configuring mojo
'com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm' with
basic configurator -->

[DEBUG]   (f) nodeDownloadRoot = http://nodejs.org/dist/

[DEBUG]   (f) nodeVersion = v0.10.18

[DEBUG]   (f) npmDownloadRoot = http://registry.npmjs.org/npm/-/

[DEBUG]   (f) npmVersion = 1.3.8

[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4abfa6aa

[DEBUG]   (f) skip = false

[DEBUG]   (f) workingDirectory =
/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

[DEBUG] -- end configuration --

[INFO] Node v0.10.18 is already installed.

[INFO] Found NPM version 1.3.8

[INFO]

[INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ tez-ui ---

[DEBUG] Configuring mojo
com.github.eirslett:frontend-maven-plugin:0.0.23:npm from plugin realm
ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:0.0.23, parent:
sun.misc.Launcher$AppClassLoader@1e05b891]

[DEBUG] Configuring mojo
'com.github.eirslett:frontend-maven-plugin:0.0.23:npm' with basic
configurator -->

[DEBUG]   (f) arguments = install

[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4abfa6aa

[DEBUG]   (f) skip = false

[DEBUG]   (f) workingDirectory =
/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

[DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.8.1-alpha-src/tez-ui/src/main/webapp

[INFO]
------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] tez ................................................ SUCCESS [  1.141
s]

[INFO] tez-api ............................................ SUCCESS [  7.007
s]

[INFO] tez-common ......................................... SUCCESS [  0.565
s]

[INFO] tez-runtime-internals .............................. SUCCESS [  0.826
s]

[INFO] tez-runtime-library ................................ SUCCESS [  1.950
s]

[INFO] tez-mapreduce ...................................... SUCCESS [  0.927
s]

[INFO] tez-examples ....................................... SUCCESS [  0.236
s]

[INFO] tez-dag ............................................ SUCCESS [  3.134
s]

[INFO] tez-tests .......................................... SUCCESS [  0.782
s]

[INFO] tez-ext-service-tests .............................. SUCCESS [  0.561
s]

[INFO] tez-ui ............................................. FAILURE [  0.315
s]

[INFO] tez-plugins ........................................ SKIPPED

[INFO] tez-yarn-timeline-history .......................... SKIPPED

[INFO] tez-yarn-timeline-history-with-acls ................ SKIPPED

[INFO] tez-history-parser ................................. SKIPPED

[INFO] tez-tools .......................................... SKIPPED

[INFO] tez-perf-analyzer .................................. SKIPPED

[INFO] tez-job-analyzer ................................... SKIPPED

[INFO] tez-javadoc-tools .................................. SKIPPED

[INFO] tez-dist ........................................... SKIPPED

[INFO] Tez ................................................ SKIPPED

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 18.046 s

[INFO] Finished at: 2015-12-31T20:23:44+00:00

[INFO] Final Memory: 85M/1504M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
project tez-ui: Failed to run task

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: Mich Talebzadeh [mailto:mich@peridale.co.uk] 
Sent: 31 December 2015 19:50
To: user@tez.apache.org
Subject: RE: Getting error compiling TEZ 0.7

 

Hi,

 

Can you please tell me where I can get TEZ binary from below link?

 

Thanks

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: 31 December 2015 02:09
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: Re: Getting error compiling TEZ 0.7

 

 

We are planning to release 0.7.1 soon, but you can try the branch-0.7 first
as we cut 0.7.1 from this branch

 

https://github.com/apache/tez/tree/branch-0.7

 

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 9:40 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: RE: Getting error compiling TEZ 0.7

 

Is there a beta version of such release :(

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: outlook_b135c3a695f7b99a@outlook.com
<ma...@outlook.com>
[mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: RE: Getting error compiling TEZ 0.7

 

Also, if 0.7.1 turns out to be a binary release (as currently planned) then
you probably wont have to build Tez from scratch after that.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
Hi,

 

Can you please tell me where I can get TEZ binary from below link?

 

Thanks

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: 31 December 2015 02:09
To: user@tez.apache.org
Subject: Re: Getting error compiling TEZ 0.7

 

 

We are planning to release 0.7.1 soon, but you can try the branch-0.7 first
as we cut 0.7.1 from this branch

 

https://github.com/apache/tez/tree/branch-0.7

 

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 9:40 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: RE: Getting error compiling TEZ 0.7

 

Is there a beta version of such release :(

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: outlook_b135c3a695f7b99a@outlook.com
<ma...@outlook.com>
[mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: RE: Getting error compiling TEZ 0.7

 

Also, if 0.7.1 turns out to be a binary release (as currently planned) then
you probably wont have to build Tez from scratch after that.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


Re: Getting error compiling TEZ 0.7

Posted by "Jianfeng (Jeff) Zhang" <jz...@hortonworks.com>.
We are planning to release 0.7.1 soon, but you can try the branch-0.7 first as we cut 0.7.1 from this branch

https://github.com/apache/tez/tree/branch-0.7



Best Regard,
Jeff Zhang


From: Mich Talebzadeh <mi...@peridale.co.uk>>
Reply-To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Date: Thursday, December 31, 2015 at 9:40 AM
To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Subject: RE: Getting error compiling TEZ 0.7

Is there a beta version of such release :(

Mich Talebzadeh

Sybase ASE 15 Gold Medal Award 2008
A Winning Strategy: Running the most Critical Financial Data on ASE 15
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.pdf
Author of the books "A Practitioner’s Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7.
co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4
Publications due shortly:
Complex Event Processing in Heterogeneous Environments, ISBN: 978-0-9563693-3-8
Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly

http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/>

NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility.

From: outlook_b135c3a695f7b99a@outlook.com<ma...@outlook.com> [mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org<ma...@tez.apache.org>
Subject: RE: Getting error compiling TEZ 0.7

Also, if 0.7.1 turns out to be a binary release (as currently planned) then you probably wont have to build Tez from scratch after that.

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com]
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org<ma...@tez.apache.org>
Subject: Re: Getting error compiling TEZ 0.7

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

https://issues.apache.org/jira/browse/TEZ-2560


Best Regard,
Jeff Zhang


From: Mich Talebzadeh <mi...@peridale.co.uk>>
Reply-To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Subject: Getting error compiling TEZ 0.7

Hi,

Trying to build TEZ 0.7 in

/usr/lib/apache-tez-0.7.0-src

using

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK with 3.2.5 following the same error ass below

mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/apache-maven/apache-maven-3.2.5
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_25/jre

I get this error

[INFO] tez-ui ............................................. FAILURE [  0.411 s]
[

DEBUG] -- end configuration --
[INFO] Running 'npm install --color=false' in /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp
[INFO] /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh: line 3: 23781 Aborted                 "$@"


[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task: 'npm install --color=false' failed. (error code 134) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task


any ideas as there is little info available in net.

Thanks



Mich Talebzadeh

Sybase ASE 15 Gold Medal Award 2008
A Winning Strategy: Running the most Critical Financial Data on ASE 15
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.pdf
Author of the books "A Practitioner’s Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7.
co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4
Publications due shortly:
Complex Event Processing in Heterogeneous Environments, ISBN: 978-0-9563693-3-8
Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly

http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/>

NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility.


RE: Getting error compiling TEZ 0.7

Posted by Mich Talebzadeh <mi...@peridale.co.uk>.
Is there a beta version of such release :(

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 

From: outlook_b135c3a695f7b99a@outlook.com
[mailto:outlook_b135c3a695f7b99a@outlook.com] On Behalf Of Bikas Saha
Sent: 31 December 2015 01:21
To: user@tez.apache.org
Subject: RE: Getting error compiling TEZ 0.7

 

Also, if 0.7.1 turns out to be a binary release (as currently planned) then
you probably wont have to build Tez from scratch after that.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org <ma...@tez.apache.org> 
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


RE: Getting error compiling TEZ 0.7

Posted by Bikas Saha <bi...@apache.org>.
Also, if 0.7.1 turns out to be a binary release (as currently planned) then
you probably wont have to build Tez from scratch after that.

 

From: Jianfeng (Jeff) Zhang [mailto:jzhang@hortonworks.com] 
Sent: Wednesday, December 30, 2015 4:53 PM
To: user@tez.apache.org
Subject: Re: Getting error compiling TEZ 0.7

 

This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

 

https://issues.apache.org/jira/browse/TEZ-2560

 

 

Best Regard,

Jeff Zhang

 

 

From: Mich Talebzadeh <mich@peridale.co.uk <ma...@peridale.co.uk> >
Reply-To: "user@tez.apache.org <ma...@tez.apache.org> "
<user@tez.apache.org <ma...@tez.apache.org> >
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org <ma...@tez.apache.org> " <user@tez.apache.org
<ma...@tez.apache.org> >
Subject: Getting error compiling TEZ 0.7

 

Hi,

 

Trying to build TEZ 0.7 in

 

/usr/lib/apache-tez-0.7.0-src

 

using

 

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

 

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK
with 3.2.5 following the same error ass below

 

mvn --version

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T17:29:23+00:00)

Maven home: /usr/local/apache-maven/apache-maven-3.2.5

Java version: 1.7.0_25, vendor: Oracle Corporation

Java home: /usr/java/jdk1.7.0_25/jre

 

I get this error

 

[INFO] tez-ui ............................................. FAILURE [  0.411
s]

[

 

DEBUG] -- end configuration --

[INFO] Running 'npm install --color=false' in
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp

[INFO]
/usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh:
line 3: 23781 Aborted                 "$@"

 

 

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task: 'npm install --color=false' failed.
(error code 134) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project tez-ui: Failed to run task

 

 

any ideas as there is little info available in net.

 

Thanks

 

 

 

Mich Talebzadeh

 

Sybase ASE 15 Gold Medal Award 2008

A Winning Strategy: Running the most Critical Financial Data on ASE 15

 
<http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908
.pdf>
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.
pdf

Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15",
ISBN 978-0-9563693-0-7. 

co-author "Sybase Transact SQL Guidelines Best Practices", ISBN
978-0-9759693-0-4

Publications due shortly:

Complex Event Processing in Heterogeneous Environments, ISBN:
978-0-9563693-3-8

Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume
one out shortly

 

 <http://talebzadehmich.wordpress.com/> http://talebzadehmich.wordpress.com

 

NOTE: The information in this email is proprietary and confidential. This
message is for the designated recipient only, if you are not the intended
recipient, you should destroy it immediately. Any information in this
message shall not be understood as given or endorsed by Peridale Technology
Ltd, its subsidiaries or their employees, unless expressly so stated. It is
the responsibility of the recipient to ensure that this email is virus free,
therefore neither Peridale Ltd, its subsidiaries nor their employees accept
any responsibility.

 


Re: Getting error compiling TEZ 0.7

Posted by "Jianfeng (Jeff) Zhang" <jz...@hortonworks.com>.
This is a known issue which is fixed in 0.7.1, please try to use maven 3.3+

https://issues.apache.org/jira/browse/TEZ-2560


Best Regard,
Jeff Zhang


From: Mich Talebzadeh <mi...@peridale.co.uk>>
Reply-To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Date: Thursday, December 31, 2015 at 4:54 AM
To: "user@tez.apache.org<ma...@tez.apache.org>" <us...@tez.apache.org>>
Subject: Getting error compiling TEZ 0.7

Hi,

Trying to build TEZ 0.7 in

/usr/lib/apache-tez-0.7.0-src

using

mvn -X clean package -DskipTests=true -Dmaven.javadoc.skip=true

with mvn version 3.2.5 (as opposed to 3.3) as I read that I can build it OK with 3.2.5 following the same error ass below

mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/apache-maven/apache-maven-3.2.5
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_25/jre

I get this error

[INFO] tez-ui ............................................. FAILURE [  0.411 s]
[

DEBUG] -- end configuration --
[INFO] Running 'npm install --color=false' in /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp
[INFO] /usr/lib/apache-tez-0.7.0-src/tez-ui/src/main/webapp/node/with_new_path.sh: line 3: 23781 Aborted                 "$@"


[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task: 'npm install --color=false' failed. (error code 134) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task


any ideas as there is little info available in net.

Thanks



Mich Talebzadeh

Sybase ASE 15 Gold Medal Award 2008
A Winning Strategy: Running the most Critical Financial Data on ASE 15
http://login.sybase.com/files/Product_Overviews/ASE-Winning-Strategy-091908.pdf
Author of the books "A Practitioner's Guide to Upgrading to Sybase ASE 15", ISBN 978-0-9563693-0-7.
co-author "Sybase Transact SQL Guidelines Best Practices", ISBN 978-0-9759693-0-4
Publications due shortly:
Complex Event Processing in Heterogeneous Environments, ISBN: 978-0-9563693-3-8
Oracle and Sybase, Concepts and Contrasts, ISBN: 978-0-9563693-1-4, volume one out shortly

http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/>

NOTE: The information in this email is proprietary and confidential. This message is for the designated recipient only, if you are not the intended recipient, you should destroy it immediately. Any information in this message shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility.