-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spark applicationId #1778
Add spark applicationId #1778
Conversation
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Is it possible to do an IT for that? |
Need to check. will address that in follow up PR. |
Could you elaborate a little what's the difference and why this change? |
In spark connector, we will be able to use different spark clients. In case of EMR client, stepId can be used to fetch the result from opensearch index but stepId concept is specific to EMR. So when we will use another client e.g. Livy client then we can use spark applicationId to get results from opensearch index because Livy response includes appId. This is basically just for adding alternate option to stepId if it's not emr in design of #1722 |
* Initial spark application draft Signed-off-by: Rupal Mahajan <[email protected]> * Remove temp table Signed-off-by: Rupal Mahajan <[email protected]> * Add license header Signed-off-by: Rupal Mahajan <[email protected]> * Add scalastyle-config and update readme Signed-off-by: Rupal Mahajan <[email protected]> * Fix datatype for result and schema Signed-off-by: Rupal Mahajan <[email protected]> * Add test Signed-off-by: Rupal Mahajan <[email protected]> * Simplify code using toJSON.collect.toList Signed-off-by: Rupal Mahajan <[email protected]> * Add example in readme Signed-off-by: Rupal Mahajan <[email protected]> * Fix triple quotes issue Signed-off-by: Rupal Mahajan <[email protected]> * Update method name and description Signed-off-by: Rupal Mahajan <[email protected]> * Add applicationId Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]>
* Initial spark application draft Signed-off-by: Rupal Mahajan <[email protected]> * Remove temp table Signed-off-by: Rupal Mahajan <[email protected]> * Add license header Signed-off-by: Rupal Mahajan <[email protected]> * Add scalastyle-config and update readme Signed-off-by: Rupal Mahajan <[email protected]> * Fix datatype for result and schema Signed-off-by: Rupal Mahajan <[email protected]> * Add test Signed-off-by: Rupal Mahajan <[email protected]> * Simplify code using toJSON.collect.toList Signed-off-by: Rupal Mahajan <[email protected]> * Add example in readme Signed-off-by: Rupal Mahajan <[email protected]> * Fix triple quotes issue Signed-off-by: Rupal Mahajan <[email protected]> * Update method name and description Signed-off-by: Rupal Mahajan <[email protected]> * Add applicationId Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: Matthew Wells <[email protected]>
Description
Issues Resolved
#1722
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.