Eric Yang created YARN-9523:
-------------------------------
Summary: Rename docker profile to dist profile
Key: YARN-9523
URL: https://issues.apache.org/jira/browse/YARN-9523
Project: Hadoop YARN
Issue Type: Sub-task
Reporter: Eric Yang
It would be nice to make Application catalog docker image as part of the
distribution. The suggestion is to change from:
{code:java}
mvn clean package -Pnative,dist,docker{code}
to
{code:java}
mvn clean package -Pnative,dist{code}
User can still build tarball only using:
{code:java}
mvn clean package -DskipDocker -DskipTests -DskipShade -Pnative,dist{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]