Skip to content
  • Sean Owen's avatar
    5c8edfc4
    [SPARK-15526][MLLIB] Shade JPMML · 5c8edfc4
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    Shade JPMML classes (`org.jpmml.**`) and related PMML model classes (`org.dmg.pmml.**`). This insulates downstream users from the version of JPMML in Spark, allows us to upgrade more freely, and allows downstream users to use a different version. JPMML minor releases are not generally forwards/backwards compatible.
    
    ## How was this patch tested?
    
    Existing tests
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #18584 from srowen/SPARK-15526.
    5c8edfc4
    [SPARK-15526][MLLIB] Shade JPMML
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    Shade JPMML classes (`org.jpmml.**`) and related PMML model classes (`org.dmg.pmml.**`). This insulates downstream users from the version of JPMML in Spark, allows us to upgrade more freely, and allows downstream users to use a different version. JPMML minor releases are not generally forwards/backwards compatible.
    
    ## How was this patch tested?
    
    Existing tests
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #18584 from srowen/SPARK-15526.
Loading