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 2019/10/30 06:38:05 UTC

[GitHub] [zeppelin] zjffdu edited a comment on issue #3353: [ZEPPELIN-4132]. Spark Interpreter has issue of SPARK-22393

zjffdu edited a comment on issue #3353: [ZEPPELIN-4132]. Spark Interpreter has issue of SPARK-22393
URL: https://github.com/apache/zeppelin/pull/3353#issuecomment-547758685
 
 
   @alonshoham You can use generic configuration instead. 
   
   http://zeppelin.apache.org/docs/0.8.2/usage/interpreter/overview.html#generic-confinterpreter
   e.g.
   ```
   %spark.conf
   
   spark.jars           your_local_jar
   spark.jars.packages      your_needed_packages
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services