Description
I'm trying to upgrade flink version from 1.4.2 to 1.6.0, but met this error in build:
What I changed is very simple: in bigtop.bom, change
'flink'
{ ... - version
+ version { base = '1.6.0'; pkg = base; release = 1 }
Then, I use "./gradlew flink-rpm" to build rpm.
However, at the end, I see:
+ cp -ra '/ws/build/flink/rpm/BUILD/flink-1.6.0/flink-dist/target/flink-1.6.0-bin/flink-1.6.0//resources/*' /ws/build/flink/rpm/BUILDROOT/flink-1.6.0-1.el7.aarch64//usr/lib/flink/resources/
cp: cannot stat '/ws/build/flink/rpm/BUILD/flink-1.6.0/flink-dist/target/flink-1.6.0-bin/flink-1.6.0//resources/*': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.mobEKh (%install)
Attachments
Attachments
Issue Links
- links to