[
https://issues.apache.org/jira/browse/HADOOP-14945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HADOOP-14945:
--------------------------------------
Description:
* create-release should not fail when building in unsigned mode on something
like Jenkins:
{code}
$ docker run -i -t --privileged -v
/home/jenkins/jenkins-slave/workspace/aw-explore/run2:/home/jenkins/jenkins-slave/workspace/aw-explore/run2
-v
/home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts:/home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts
-v /home/jenkins/jenkins-slave/workspace/aw-explore/source:/build/source -u
jenkins -w /build/source hadoop/createrelease:3.1.0-SNAPSHOT_24658
/build/source/dev-support/bin/create-release --mvncache=/maven --native
--dockercache --logdir=/home/jenkins/jenkins-slave/workspace/aw-explore/run2
--indocker
the input device is not a TTY
{code}
* docker executable is always found via path. users should be allowed to
specify a location
* JVM location throws errors on non-Linux systems.
* create-release should exit early if no JAVA_HOME detected
* docker build command line should be output to the screen
* create-release on OS X should be smarter about homebrew location
*
was:
Specifically, create-release should not fail when building in unsigned mode:
{code}
$ docker run -i -t --privileged -v
/home/jenkins/jenkins-slave/workspace/aw-explore/run2:/home/jenkins/jenkins-slave/workspace/aw-explore/run2
-v
/home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts:/home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts
-v /home/jenkins/jenkins-slave/workspace/aw-explore/source:/build/source -u
jenkins -w /build/source hadoop/createrelease:3.1.0-SNAPSHOT_24658
/build/source/dev-support/bin/create-release --mvncache=/maven --native
--dockercache --logdir=/home/jenkins/jenkins-slave/workspace/aw-explore/run2
--indocker
the input device is not a TTY
{code}
> create-release: fix some misc issues
> ------------------------------------
>
> Key: HADOOP-14945
> URL: https://issues.apache.org/jira/browse/HADOOP-14945
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Allen Wittenauer
>
> * create-release should not fail when building in unsigned mode on something
> like Jenkins:
> {code}
> $ docker run -i -t --privileged -v
> /home/jenkins/jenkins-slave/workspace/aw-explore/run2:/home/jenkins/jenkins-slave/workspace/aw-explore/run2
> -v
> /home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts:/home/jenkins/jenkins-slave/workspace/aw-explore/source/target/artifacts
> -v /home/jenkins/jenkins-slave/workspace/aw-explore/source:/build/source -u
> jenkins -w /build/source hadoop/createrelease:3.1.0-SNAPSHOT_24658
> /build/source/dev-support/bin/create-release --mvncache=/maven --native
> --dockercache --logdir=/home/jenkins/jenkins-slave/workspace/aw-explore/run2
> --indocker
> the input device is not a TTY
> {code}
> * docker executable is always found via path. users should be allowed to
> specify a location
> * JVM location throws errors on non-Linux systems.
> * create-release should exit early if no JAVA_HOME detected
> * docker build command line should be output to the screen
> * create-release on OS X should be smarter about homebrew location
> *
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]