You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "zhoulii (via GitHub)" <gi...@apache.org> on 2023/05/04 09:21:52 UTC

[GitHub] [incubator-streampark] zhoulii opened a new pull request, #2721: [Improve] reclassify resource type and add engine type for better extensibility

zhoulii opened a new pull request, #2721:
URL: https://github.com/apache/incubator-streampark/pull/2721

   ## What changes were proposed in this pull request
   
   1. reclassify resource types:
      1. `FLINK_APP`: flink application jar, like `WordCount`
      2. `CONNECTOR`: flink connector plugin, like `flink-connector-kafka`
      3. `UDXF`: user defined function, including `udf/udaf/udtf`
      4. `NORMAL_JAR`: common dependency, like `mysql-jdbc`
   2. add engine type: by adding this field, resource management module can be extended to support more compute engines.
      1. `flink`: activated by default.
      2. `spark`: disabled temporarily, will enable it when streampark provide a good support for spark engine.
   
   ## Verifying this change
   
   ![1](https://user-images.githubusercontent.com/23091870/236163201-b3ca1ec4-c00c-4cc2-91a5-cf4cc805eb28.png)
   
   ![2](https://user-images.githubusercontent.com/23091870/236163251-623c7e5d-6f60-415f-ab27-8d9b504beea5.png)
   
   ![3](https://user-images.githubusercontent.com/23091870/236163346-85f865e4-c20a-4345-adb4-5117d0298df8.png)
   
   ## Does this pull request potentially affect one of the following parts
   
   - Dependencies (does it add or upgrade a dependency): (yes / **no**)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys merged pull request #2721: [Improve] reclassify resource type and add engine type for better extensibility

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys merged PR #2721:
URL: https://github.com/apache/incubator-streampark/pull/2721


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org