sekikn opened a new pull request, #1194:
URL: https://github.com/apache/bigtop/pull/1194
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
This PR upgrades Flink version to 1.16.2.
### How was this patch tested?
Ran the following commands on CentOS 7 (x86_64).
```
$ ./gradlew flink-clean flink-pkg repo
$ cd provisioner/docker
$ ./docker-hadoop.sh -d -dcp -C config_centos-7.yaml -G -L -k hdfs,flink -s
flink -c 1
...
> Task :bigtop-tests:smoke-tests:flink:test
org.apache.bigtop.itest.hadoop.flink.TestFlink STANDARD_ERROR
23/10/15 15:31:20 INFO lang.Object: hadoop fs -rm -r /flink
23/10/15 15:31:21 INFO lang.Object: hadoop fs -mkdir /flink
23/10/15 15:31:22 INFO lang.Object: hadoop fs -put test.data /flink/
org.apache.bigtop.itest.hadoop.flink.TestFlink > testCheckRestfulAPI
STANDARD_ERROR
23/10/15 15:31:25 INFO lang.Object: awk '{if(/jobmanager.rpc.address:/)
print $2}' < /etc/flink/conf/flink-conf.yaml
23/10/15 15:31:25 INFO lang.Object: awk '{if(/rest.port:/) print $2}' <
/etc/flink/conf/flink-conf.yaml
23/10/15 15:31:25 INFO lang.Object: curl
http://9d1400ea1c02.bigtop.apache.org:8081/config
org.apache.bigtop.itest.hadoop.flink.TestFlink > testWordCountBatch
STANDARD_ERROR
23/10/15 15:31:25 INFO lang.Object: hdfs getconf -confKey fs.defaultFS
23/10/15 15:31:25 INFO lang.Object: flink run
$FLINK_HOME/examples/batch/WordCount.jar --input
hdfs://9d1400ea1c02.bigtop.apache.org:8020/flink/test.data --output
hdfs://9d1400ea1c02.bigtop.apache.org:8020/tmp/result.txt
23/10/15 15:31:29 INFO lang.Object: hadoop fs -cat /tmp/result.txt
org.apache.bigtop.itest.hadoop.flink.TestFlink STANDARD_ERROR
23/10/15 15:31:31 INFO lang.Object: hadoop fs -rm -r /flink
Gradle Test Executor 2 finished executing tests.
> Task :bigtop-tests:smoke-tests:flink:test
Finished generating test XML results (0.015 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/flink/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.032 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/flink/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:flink:test (Thread[Execution worker for ':' Thread
5,5,main]) completed. Took 44.942 secs.
BUILD SUCCESSFUL in 2m 40s
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]