Sanskar Modi created LIVY-988:
---------------------------------

             Summary: Escape backtick from spark-submit arguments #415
                 Key: LIVY-988
                 URL: https://issues.apache.org/jira/browse/LIVY-988
             Project: Livy
          Issue Type: Task
            Reporter: Sanskar Modi


Currently, livy does not escape backticks from user-provided spark-submit 
arguments. So if a customer is passing any arguments that contain backticks, it 
will be considered as command substitution during spark-submit causing that 
argument to become blank or invalid.

Example:
--query 'select * from test_db.`test_table`'
will become
--query 'select * from test_db.'



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to