bigtop
bigtop copied to clipboard
BIGTOP-4122. Fix test failure of SparkR on openEuler due to lack of R deployment.
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.
smoke-tests of spark passed on openeuler-22.03-aarch64.
I rebased this to current master assuming newer R.
smoke-tests of Spark passed on openeuler-22.03 (both x86_64 and aarch64).
+1, thanks @iwasakims.
I merged this to master and branch-3.4. Thanks, @sekikn.