Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scala suffix to tar command #8918

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Add scala suffix to tar command #8918

merged 1 commit into from
Mar 6, 2025

Conversation

yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Mar 6, 2025

What changes were proposed in this pull request?

For spark distributions with scala 2.13, the folder has a scala2.13 prefix
tar --strip-components=1 -xf spark-3.5.2-bin-hadoop3-scala2.13.tgz spark-3.5.2-bin-hadoop3-scala2.13/jars/

How was this patch tested?

Run tar --strip-components=1 -xf spark-3.5.2-bin-hadoop3-scala2.13.tgz spark-3.5.2-bin-hadoop3-scala2.13/jars/ locally

@github-actions github-actions bot added the INFRA label Mar 6, 2025
Copy link

github-actions bot commented Mar 6, 2025

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link
Contributor

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@zhouyuan zhouyuan merged commit c69ed06 into apache:main Mar 6, 2025
4 checks passed
@GlutenPerfBot
Copy link
Contributor

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_master_03_06_2025_time.csv log/native_master_03_05_2025_18f151017f_time.csv difference percentage
q1 24.86 24.85 -0.011 99.96%
q2 26.12 27.08 0.966 103.70%
q3 33.04 33.16 0.119 100.36%
q4 27.36 27.87 0.501 101.83%
q5 59.65 60.08 0.436 100.73%
q6 10.43 10.88 0.452 104.33%
q7 40.28 39.36 -0.919 97.72%
q8 64.09 62.12 -1.965 96.93%
q9 99.61 96.63 -2.983 97.01%
q10 42.28 43.86 1.577 103.73%
q11 16.24 16.06 -0.180 98.89%
q12 15.55 17.23 1.680 110.81%
q13 24.48 24.78 0.303 101.24%
q14 11.26 12.68 1.417 112.58%
q15 26.07 26.79 0.723 102.77%
q16 13.17 13.21 0.042 100.32%
q17 74.99 75.71 0.717 100.96%
q18 117.16 113.53 -3.638 96.90%
q19 21.20 14.85 -6.352 70.04%
q20 23.15 25.35 2.193 109.47%
q21 179.96 179.27 -0.698 99.61%
q22 11.51 11.96 0.450 103.91%
total 962.47 957.30 -5.170 99.46%

@yaooqinn yaooqinn deleted the tar branch March 7, 2025 01:56
yikf pushed a commit to yikf/incubator-gluten that referenced this pull request Mar 13, 2025
For spark distributions with scala 2.13, the folder has a scala2.13 prefix
tar --strip-components=1 -xf spark-3.5.2-bin-hadoop3-scala2.13.tgz spark-3.5.2-bin-hadoop3-scala2.13/jars/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants