sekikn opened a new pull request, #1192:
URL: https://github.com/apache/bigtop/pull/1192
<!--
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 Livy version to 0.8.0.
### How was this patch tested?
Ran the following commands on Ubuntu 22.04 (x86_64) after applying #1190 and
this PR.
```
$ ./gradlew allclean livy-pkg repo -Dbuildwithdeps=true
$ cd provisioner/docker
$ ./docker-hadoop.sh -d -dcp -C config_ubuntu-22.04.yaml -F
docker-compose-cgroupv2.yml -G -L -k hdfs,yarn,spark,livy -s livy -c 1
...
org.apache.bigtop.itest.hadoop.livy.TestLivy > testCheckLivyRestAPIs
STANDARD_ERROR
23/10/15 12:16:41 INFO lang.Object: awk '{if(/^livy.server.port/) print
$2}' < /etc/livy/conf/livy.conf
23/10/15 12:16:41 INFO lang.Object: awk '{if(/^livy.server.host:/) print
$2}' < /etc/livy/conf/livy.conf
23/10/15 12:16:41 INFO lang.Object: curl http://127.0.0.1:8998/ui
23/10/15 12:16:41 INFO lang.Object: curl -X POST --data '{"kind":
"pyspark"}' -H "Content-Type: application/json" http://127.0.0.1:8998/sessions
23/10/15 12:16:42 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:16:45 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:16:48 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:16:51 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:16:54 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:16:57 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:00 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:03 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:06 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:10 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:13 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:16 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:19 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:22 INFO lang.Object: curl http://127.0.0.1:8998/sessions/0
23/10/15 12:17:22 INFO lang.Object: curl
http://127.0.0.1:8998/sessions/0/statements -X POST -H 'Content-Type:
application/json' -d '{"code":"1 + 1"}'
23/10/15 12:17:22 INFO lang.Object: curl
http://127.0.0.1:8998/sessions/0/statements/0
23/10/15 12:17:25 INFO lang.Object: curl
http://127.0.0.1:8998/sessions/0/statements/0
23/10/15 12:17:25 INFO lang.Object: curl localhost:8998/sessions/0 -X
DELETE
Gradle Test Executor 2 finished executing tests.
> Task :bigtop-tests:smoke-tests:livy:test
Finished generating test XML results (0.057 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/livy/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.054 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/livy/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:livy:test (Thread[Daemon worker,5,main])
completed. Took 45.564 secs.
BUILD SUCCESSFUL in 1m 10s
31 actionable tasks: 6 executed, 25 up-to-date
```
### 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]