[
https://issues.apache.org/jira/browse/TEZ-3470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608295#comment-15608295
]
Sreenath Somarajapuram commented on TEZ-3470:
---------------------------------------------
[~hitesh] Just to collate the conversations
- UTs runs as expected with the existing patch on installing PhantomJS globally
as suggested by [~Ayappan]
{code}
git clone https://github.com/ibmsoe/phantomjs-1
cd phantomjs-1
export
PHANTOMJS_CDNURL=https://github.com/ibmsoe/phantomjs/releases/download/2.1.1
sudo npm install -g
{code}
- Question on the node version: is there a reason for not using v5.7.1?
-- Will use 5.7.1 in next patch.
- From my experience the phase property is not getting aptly respected by
frontend-maven-plugin & exec-maven-plugin. Execution of UTs in the current
master code is controlled by skipTests property and the skip tag where it's
used. In master UT execution is not skipped by setting maven.test.skip. Its
only controlled by skipTests.
-- Considering we would have to support both skipTests & maven.test.skip,
please guide on figuring out the best implementation.
> Tez UI: Make the build work in IBM PPC
> --------------------------------------
>
> Key: TEZ-3470
> URL: https://issues.apache.org/jira/browse/TEZ-3470
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.8.3
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Labels: TezUI
> Attachments: TEZ-3470.1.patch, TEZ-3470.2.patch, TEZ-3470.3.patch,
> TEZ-3470.wip.1.patch
>
>
> Current versions of frontend-maven-plugin, node & npm used by the build is
> not functioning as expected in IBM PPC. Following version works, and the
> build must be changed to used the same in a PPC.
> - frontend-maven-plugin : v1.1
> - node : v5.7.0
> - npm : 3.6.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)