Files
hudi-service/service-cli/service-cli-runner/src/main/resources/template/check/check.ftl
2025-05-20 14:42:51 +08:00

5 lines
219 B
Bash

#!/bin/bash
mkdir -p ${runtime.jarPath}
curl ${runtime.downloadUrl}/service-check-1.0.0-SNAPSHOT.jar -o ${runtime.jarPath}/service-check.jar
${runtime.jdkPath['jdk8']}/bin/java -jar ${runtime.jarPath}/service-check.jar