File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 96
96
mkdir -p $CRAFT_PART_INSTALL/opt/spark/jars
97
97
cd $CRAFT_PART_INSTALL/opt/spark/jars
98
98
99
- SPARK_METRICS_VERSION='3.4 -1.0.1'
99
+ SPARK_METRICS_VERSION='4.0 -1.0.1'
100
100
SERVLET_FILTERS_VERSION='4.0.1'
101
- SHA512SUM_SPARK_METRICS_ASSEMBLY_JAR='493cf77133cbf03e96fb848121ce10ac16e6f907f595df637649b98b42118e57d6b6e1bdab71bfee3394eb369637c5b4f6b05dd8fa30a1ff6899e74069c972ce '
101
+ SHA512SUM_SPARK_METRICS_ASSEMBLY_JAR='0c5af6d7e2a22f3f12a8c3bcb8baccad07934d4c882234b4705b481766e176bf0931cecdaffebfba58361958d30aa62b02f08314d07fd66ea7d4ea026afac989 '
102
102
SHA512SUM_SPARK_SERVLET_FILTER_JAR='a18e8ffe0d80d6cd42e1e817765e62c9e24ee3998b82bd4d848494a5f96c40f548d7148471d3b8ca35d4e5aa71c1ceefffad6f69d21e94794818291bdbe6931f'
103
103
104
104
JARS=(
Original file line number Diff line number Diff line change @@ -642,11 +642,11 @@ echo -e "##################################"
642
642
643
643
(setup_user_context && test_example_job_in_pod_with_templates && cleanup_user_success) || cleanup_user_failure_in_pod
644
644
645
- # echo -e "########################################"
646
- # echo -e "RUN EXAMPLE JOB WITH PROMETHEUS METRICS"
647
- # echo -e "########################################"
645
+ echo -e " ########################################"
646
+ echo -e " RUN EXAMPLE JOB WITH PROMETHEUS METRICS"
647
+ echo -e " ########################################"
648
648
649
- # (setup_user_context && test_example_job_in_pod_with_metrics && cleanup_user_success) || cleanup_user_failure_in_pod
649
+ (setup_user_context && test_example_job_in_pod_with_metrics && cleanup_user_success) || cleanup_user_failure_in_pod
650
650
651
651
echo -e " ########################################"
652
652
echo -e " RUN EXAMPLE JOB WITH ERRORS"
You can’t perform that action at this time.
0 commit comments