This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5-beta-release in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 5cb433323ea99f0b6c4632d5967201e545cf1789 Author: XiaoxiangYu <x...@apache.org> AuthorDate: Tue Jul 25 13:48:56 2023 +0800 Minor fix --- build/release/compress.sh | 4 ++-- build/sbin/download-spark-user.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/release/compress.sh b/build/release/compress.sh index 7e573e62ef..0db79ca908 100755 --- a/build/release/compress.sh +++ b/build/release/compress.sh @@ -49,8 +49,8 @@ fi ## copy async profiler native files bash async-profiler-lib/download-async-profiler.sh #cp -rf async-profiler-lib/libasyncProfiler-mac.so "${package_name}"/lib/libasyncProfiler-mac.so -cp -rf async-profiler-lib/libasyncProfiler-linux-x64.so "${package_name}"/lib/libasyncProfiler-linux-x64.so -cp -rf async-profiler-lib/libasyncProfiler-linux-arm64.so "${package_name}"/lib/libasyncProfiler-linux-arm64.so +cp -rf libasyncProfiler-linux-x64.so "${package_name}"/lib/libasyncProfiler-linux-x64.so +cp -rf libasyncProfiler-linux-arm64.so "${package_name}"/lib/libasyncProfiler-linux-arm64.so # Add ssb data preparation files mkdir -p ${package_name}/tool/ssb diff --git a/build/sbin/download-spark-user.sh b/build/sbin/download-spark-user.sh index a44b656563..444fd70177 100755 --- a/build/sbin/download-spark-user.sh +++ b/build/sbin/download-spark-user.sh @@ -52,7 +52,7 @@ rm -rf ${KYLIN_HOME}/spark/R rm -rf ${KYLIN_HOME}/spark/hive_1_2_2 # Temp fix of "Cannot find catalog plugin class for catalog 'spark_catalog': org.apache.spark.sql.delta.catalog.DeltaCatalog" -cp ${KYLIN_HOME}/server/jars/delta-core_2.12-1.2.1.jar ${KYLIN_HOME}/spark/jars/ +cp ${KYLIN_HOME}/server/jars/delta-core_2.12-2.0.2.jar ${KYLIN_HOME}/spark/jars/ cp -r ${KYLIN_HOME}/server/jars/alluxio-shaded-client-*.jar ${KYLIN_HOME}/spark/jars/ cp -r ${KYLIN_HOME}/server/jars/kylin-soft-affinity-cache-*.jar ${KYLIN_HOME}/spark/jars/ cp -r ${KYLIN_HOME}/server/jars/kylin-external-guava*.jar ${KYLIN_HOME}/spark/jars/