Damn weird, right you are! :( If you look a bit up, you'll see this:
[INFO] Building Apache Hadoop Main 2.7.4-SNAPSHOT
Which, to me indicates that the suffix is coming from the source code. Which,
in turn, most likely means that the dl/ hasn't been properly cleaned since the
first build of 2.7.4 that has been done on a SNAPSHOT version.
The situation is cause by the fact that we are running
./gradlew allclean
More approapriate'd be doing
./gradlew realclean
I will make the change in the build configuration right away. Thanks for
spotting this!
Cos
On Fri, Aug 25, 2017 at 11:51AM, Kevin Monroe wrote:
> Hey folks,
>
> There's something fishy about the hadoop-2.7.4 build on ubuntu-ppc64le:
>
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-16.04-ppc64le/136/console
>
> Note the error:
>
> ...
>
> + cd build
> + tar --strip-components=1 -xzvf ../hadoop-dist/target/hadoop-2.7.4.tar.gz
> tar (child): ../hadoop-dist/target/hadoop-2.7.4.tar.gz: Cannot open:
> No such file or directory
>
> ...
>
> And now take a look at the actual file available for the build:
>
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-16.04-ppc64le/ws/output/hadoop/hadoop-2.7.4/hadoop-dist/target/
>
> The tgz from the build is named "hadoop-2.7.4-SNAPSHOT.tar.gz
> <https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-16.04-ppc64le/ws/output/hadoop/hadoop-2.7.4/hadoop-dist/target/hadoop-2.7.4-SNAPSHOT.tar.gz>",
> yet the build is looking for "hadoop-2.7.4.tar.gz
> <https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-16.04-ppc64le/ws/output/hadoop/hadoop-2.7.4/hadoop-dist/target/hadoop-2.7.4-SNAPSHOT.tar.gz>
> "
>
> Where is that "-SNAPSHOT" coming from on non-intel arches?
>
> Thanks,
> -Kevin
signature.asc
Description: Digital signature
