bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

BIGTOP-4122. Fix test failure of SparkR on openEuler due to lack of R deployment.

Open iwasakims opened this issue 1 year ago • 1 comments

https://issues.apache.org/jira/browse/BIGTOP-4122

testSparkR failed due to lack of R deployment on openEuler. Since R package is not provided for latest openEuler 22.03, we need to install R from source code. See BIGTOP-4093 for back ground.

  • removed RPM package dependency on R if OS is openEuler.
  • added R deployment from source code to bigtop-deploy.
  • removed obsolete conditionals for quite old distros as cleanup.

iwasakims avatar Jun 07 '24 13:06 iwasakims

smoke-tests of spark passed on openeuler-22.03-aarch64.

iwasakims avatar Jun 07 '24 13:06 iwasakims

I rebased this to current master assuming newer R.

iwasakims avatar May 15 '25 06:05 iwasakims

smoke-tests of Spark passed on openeuler-22.03 (both x86_64 and aarch64).

iwasakims avatar May 15 '25 23:05 iwasakims

+1, thanks @iwasakims.

sekikn avatar May 19 '25 11:05 sekikn

I merged this to master and branch-3.4. Thanks, @sekikn.

iwasakims avatar May 19 '25 12:05 iwasakims