Akira Ajisaka created TEZ-3560:
----------------------------------
Summary: Document bzip2 is required to build tez-ui
Key: TEZ-3560
URL: https://issues.apache.org/jira/browse/TEZ-3560
Project: Apache Tez
Issue Type: Improvement
Reporter: Akira Ajisaka
Priority: Minor
I ran {{mvn package -Dhadoop.version=2.7.3 -DskipTests=true}} and got the following error.
{noformat}
[INFO] PhantomJS not found on PATH
[INFO] Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] Receiving...
[INFO]
[INFO] Received 22866K total.
[INFO] Extracting tar contents (via spawned process)
[ERROR] Error extracting archive
[ERROR] Phantom installation failed { [Error: Command failed: tar jxf /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[ERROR] tar (child): bzip2: Cannot exec: No such file or directory
[ERROR] tar (child): Error is not recoverable: exiting now
{noformat}
bzip2 is required but it is not documented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|