You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/07/25 08:42:42 UTC

[GitHub] [zeppelin] zjffdu opened a new pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

zjffdu opened a new pull request #4187:
URL: https://github.com/apache/zeppelin/pull/4187


   ## What is this PR for?
   To be able to parse SPARK_SUBMIT_OPTIONS which has whitespace in between like
   
   export SPARK_SUBMIT_OPTIONS="$SPARK_SUBMIT_OPTIONS --conf 'spark.driver.extraJavaOptions=-Dcom.example.env=production -Dcom.example.role=zeppelin'"
   What type of PR is it?
   Bug Fix
   
   ## Todos
    - Task
    
   ## What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-5397
   How should this be tested?
   Its mentioned in the jira issue
   
   ## Screenshots (if appropriate)
   Questions:
   Does the licenses files need update? No
   Is there breaking changes for older versions? Not sure
   Does this needs documentation? 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: dev-unsubscribe@zeppelin.apache.org

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



[GitHub] [zeppelin] zjffdu commented on pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

Posted by GitBox <gi...@apache.org>.
zjffdu commented on pull request #4187:
URL: https://github.com/apache/zeppelin/pull/4187#issuecomment-886655295


   @Reamer Looks like `readarray` and `declare` are not available on mac.
   
   ```
   /Users/jzhang/github/zeppelin/bin/interpreter.sh: line 303: readarray: command not found
   /Users/jzhang/github/zeppelin/bin/interpreter.sh: line 304: declare: ZEPPELIN_SPARK_CONF_ARRAY: not found
   ```


-- 
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: dev-unsubscribe@zeppelin.apache.org

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



[GitHub] [zeppelin] Reamer commented on pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

Posted by GitBox <gi...@apache.org>.
Reamer commented on pull request #4187:
URL: https://github.com/apache/zeppelin/pull/4187#issuecomment-886214772


   @zjffdu we must also check for ’--proxy-user’


-- 
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: dev-unsubscribe@zeppelin.apache.org

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



[GitHub] [zeppelin] zjffdu edited a comment on pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

Posted by GitBox <gi...@apache.org>.
zjffdu edited a comment on pull request #4187:
URL: https://github.com/apache/zeppelin/pull/4187#issuecomment-886655295


   @Reamer Looks like `readarray` is not available on mac.
   
   ```
   /Users/jzhang/github/zeppelin/bin/interpreter.sh: line 303: readarray: command not found
   ```


-- 
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: dev-unsubscribe@zeppelin.apache.org

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



[GitHub] [zeppelin] zjffdu closed pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

Posted by GitBox <gi...@apache.org>.
zjffdu closed pull request #4187:
URL: https://github.com/apache/zeppelin/pull/4187


   


-- 
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: dev-unsubscribe@zeppelin.apache.org

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