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

Reply via email to