Skip to content

Conversation

@turboFei
Copy link
Member

@turboFei turboFei commented Nov 22, 2022

Why are the changes needed?

Allow to use spark-internal as resource for batch job.

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

image

  • Run test locally before make a pull request

@turboFei turboFei requested a review from pan3793 November 22, 2022 14:04
@turboFei turboFei self-assigned this Nov 22, 2022
@turboFei turboFei modified the milestones: v1.7.0, v1.6.2 Nov 22, 2022
@pan3793 pan3793 changed the title Allow to use spark internal resource for batch job Allow to use spark-internal as resource for batch job Nov 22, 2022
@turboFei turboFei closed this in b225a42 Nov 23, 2022
turboFei added a commit that referenced this pull request Nov 23, 2022
### _Why are the changes needed?_

Allow to use spark-internal as resource for batch job.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate
<img width="654" alt="image" src="https://user-images.githubusercontent.com/6757692/203333994-4dee486b-1b3f-4f46-83f9-39fe02f66f0c.png">

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3835 from turboFei/spark_internal.

Closes #3835

552c0e5 [fwang12] allow to use internal resource

Authored-by: fwang12 <[email protected]>
Signed-off-by: fwang12 <[email protected]>
(cherry picked from commit b225a42)
Signed-off-by: fwang12 <[email protected]>
@turboFei
Copy link
Member Author

thanks, merged to master and 1.6.2

1 similar comment
@turboFei
Copy link
Member Author

thanks, merged to master and 1.6.2

@turboFei turboFei deleted the spark_internal branch November 23, 2022 01:55
final val APP_KEY = "spark.app.name"
final val TAG_KEY = "spark.yarn.tags"
final val MASTER_KEY = "spark.master"
final val INTERNAL_RESOURCE = "spark-internal"
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we docs the special flag ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants