Details
Description
Recent changes to the build.xml determine with jsvc file to download based on the os.arch. It maps various arch values to i386 or x86_64. However, it notably doesn't consider x86_64 to be x86_64. The result is this the download fails because os-arch doesn't expand.
build.xml:2626: Can't get http://archive.apache.org/dist/commons/daemon/binaries/1.0.2/linux/commons-daemon-1.0.2-bin-linux-${os-arch}.tar.gz
This breaks test-patch.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-7596 Enable jsvc to work with Hadoop RPM package
- Closed