Skip to content

Commit 8f0176e

Browse files
committed
update spark-metrics
1 parent 8fe1a57 commit 8f0176e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

images/charmed-spark/rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ parts:
9696
mkdir -p $CRAFT_PART_INSTALL/opt/spark/jars
9797
cd $CRAFT_PART_INSTALL/opt/spark/jars
9898
99-
SPARK_METRICS_VERSION='3.4-1.0.1'
99+
SPARK_METRICS_VERSION='4.0-1.0.1'
100100
SERVLET_FILTERS_VERSION='4.0.1'
101-
SHA512SUM_SPARK_METRICS_ASSEMBLY_JAR='493cf77133cbf03e96fb848121ce10ac16e6f907f595df637649b98b42118e57d6b6e1bdab71bfee3394eb369637c5b4f6b05dd8fa30a1ff6899e74069c972ce'
101+
SHA512SUM_SPARK_METRICS_ASSEMBLY_JAR='0c5af6d7e2a22f3f12a8c3bcb8baccad07934d4c882234b4705b481766e176bf0931cecdaffebfba58361958d30aa62b02f08314d07fd66ea7d4ea026afac989'
102102
SHA512SUM_SPARK_SERVLET_FILTER_JAR='a18e8ffe0d80d6cd42e1e817765e62c9e24ee3998b82bd4d848494a5f96c40f548d7148471d3b8ca35d4e5aa71c1ceefffad6f69d21e94794818291bdbe6931f'
103103
104104
JARS=(

tests/integration/integration-tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,11 +642,11 @@ echo -e "##################################"
642642

643643
(setup_user_context && test_example_job_in_pod_with_templates && cleanup_user_success) || cleanup_user_failure_in_pod
644644

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 "########################################"
648648

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
650650

651651
echo -e "########################################"
652652
echo -e "RUN EXAMPLE JOB WITH ERRORS"

0 commit comments

Comments
 (0)