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/14 05:34:01 UTC

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

Reamer commented on pull request #4127:
URL: https://github.com/apache/zeppelin/pull/4127#issuecomment-879604345


   I see the following error quite often.
   ```
   2021-07-13T05:53:46.8447034Z SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
   2021-07-13T05:53:46.8448574Z ##[error]Exception in thread "main" java.lang.NumberFormatException: For input string: "--conf spark.cores.max=2 "
   2021-07-13T05:53:46.8450991Z 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   2021-07-13T05:53:46.8452128Z 	at java.lang.Integer.parseInt(Integer.java:580)
   2021-07-13T05:53:46.8452816Z 	at java.lang.Integer.parseInt(Integer.java:615)
   ```
   We missed the trim.


-- 
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