apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Improve] Adjust to fit the Spark page #4042

Closed lenoxzhao closed 2 months ago

lenoxzhao commented 2 months ago

What changes were proposed in this pull request

Brief change log

Verifying this change

  1. Changed Custom Code to Spark Jar.
  2. For spark multi-version support, change setAll to set as setAll doesn't exist in Spark 2.4.
  3. Temporarily set SPARK_HOME to the directory corresponding to the Spark version, as spark submit -- version will first find the SPARK_HOME of the current environment, rather than the SPARK_HOME corresponding to the current directory.

Does this pull request potentially affect one of the following parts

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud