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/04/29 15:20:53 UTC

[GitHub] [zeppelin] RussellSpitzer opened a new pull request #3357: Use a match expression to determine SparkR Security

RussellSpitzer opened a new pull request #3357: Use a match expression to determine SparkR Security
URL: https://github.com/apache/zeppelin/pull/3357
 
 
   
   ### What is this PR for?
   Previously the code dependend on hard coded Spark Versions, this made
   some distributions of Spark incompatible because they included security
   backports not listed in the official distribution versions. This instead
   checks the class itself to determine whether or not the new Secret
   method should be utilized
   
   
   ### What type of PR is it?
   [Bug Fix | Refactoring]
   
   ### Todos
   Change from version check to Match
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4136
   
   ### How should this be tested?
   Gonna try out CI
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? Nope
   * Is there breaking changes for older versions? Nope
   * Does this needs documentation? Nope
   

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