Skip to content
Snippets Groups Projects
  • Yin Huai's avatar
    7dde1da9
    [SPARK-14807] Create a compatibility module · 7dde1da9
    Yin Huai authored
    ## What changes were proposed in this pull request?
    
    This PR creates a compatibility module in sql (called `hive-1-x-compatibility`), which will host HiveContext in Spark 2.0 (moving HiveContext to here will be done separately). This module is not included in assembly because only users who still want to access HiveContext need it.
    
    ## How was this patch tested?
    I manually tested `sbt/sbt -Phive package` and `mvn -Phive package -DskipTests`.
    
    Author: Yin Huai <yhuai@databricks.com>
    
    Closes #12580 from yhuai/compatibility.
    7dde1da9
    History
    [SPARK-14807] Create a compatibility module
    Yin Huai authored
    ## What changes were proposed in this pull request?
    
    This PR creates a compatibility module in sql (called `hive-1-x-compatibility`), which will host HiveContext in Spark 2.0 (moving HiveContext to here will be done separately). This module is not included in assembly because only users who still want to access HiveContext need it.
    
    ## How was this patch tested?
    I manually tested `sbt/sbt -Phive package` and `mvn -Phive package -DskipTests`.
    
    Author: Yin Huai <yhuai@databricks.com>
    
    Closes #12580 from yhuai/compatibility.