incubator-livy
incubator-livy copied to clipboard
[LIVY-988] Support for escaping backtick from spark-submit arguments
What changes were proposed in this pull request?
Fixes - #415
Adding support for escaping backticks from spark-submit arguments.
- This feature will be behind a flag
livy.server.escapeBackTicks(default: false) - This also handles the case where the user is already escaping backtick and livy won't perform double escaping.
How was this patch tested?
- Added unit test for escape backticks function.
cc: @pralabhkumar
Hi @s0nskar . I am looking into this .
@s0nskar Build is failing because of checkstyle issue , please look into fixing this.
@pralabhkumar My company uses AWS EMR for data processing, and EMR uses livy for job submissions. We ran into issue with backticks recently because the content in backticks gets removed.
Would you mind following up on this PR and include it in the future releases?
@pralabhkumar PTAL