GitHub user vdiravka opened a pull request:

    https://github.com/apache/drill/pull/1111

    Upgrade drill-hive libraries to 2.1.1 version.

    Updating hive properties for tests and resolving dependencies and API 
conflicts:
    
    * Allowing of using Hive's own calcite-core and avatica versions by 
hive-exec.
    Calcite version is removed from root POM Dependency Management
    * Fix for "hive.metastore.schema.verification", MetaException(message:
    Version information not found in metastore)
    https://cwiki.apache.org/confluence/display/Hive/Hive+Schema+Tool
    METASTORE_SCHEMA_VERIFICATION="false" property is added
    * Fix JSONException class is not found (excluded banned org.json dependency)
    * Added METASTORE_AUTO_CREATE_ALL="true", properties to tests, because some 
additional
    tables are necessary in Hive metastore
    * Disabling calcite CBO for (Hive's CalcitePlanner) for tests, because it 
is in conflict
    with Drill's Calcite version for Drill unit tests. HIVE_CBO_ENABLED="false" 
property
    * jackson and parquet libraries are relocated in hive-exec-shade module
    * org.apache.parquet:parquet-column Drill version is added to "hive-exec" to
    allow of using Parquet empty group on MessageType level (PARQUET-278)
    * Removing of commons-codec exclusion from hive core. This dependency is
    necessary for hive-exec and hive-metastore.
    * Setting Hive's internal properties for transactional scan:
    HiveConf.HIVE_TRANSACTIONAL_TABLE_SCAN and for schema evolution: 
HiveConf.HIVE_SCHEMA_EVOLUTION,
    IOConstants.SCHEMA_EVOLUTION_COLUMNS, 
IOConstants.SCHEMA_EVOLUTION_COLUMNS_TYPES

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vdiravka/drill DRILL-5978

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1111.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1111
    
----
commit 476c44cce7a38ff818c5e328e3db61773bab18a3
Author: Vitalii Diravka <vitalii.diravka@...>
Date:   2017-11-13T16:04:03Z

    Upgrade drill-hive libraries to 2.1.1 version.
    
    Updating hive properties for tests and resolving dependencies and API 
conflicts:
    * Allowing of using Hive's own calcite-core and avatica versions by 
hive-exec.
    Calcite version is removed from root POM Dependency Management
    * Fix for "hive.metastore.schema.verification", MetaException(message:
    Version information not found in metastore)
    https://cwiki.apache.org/confluence/display/Hive/Hive+Schema+Tool
    METASTORE_SCHEMA_VERIFICATION="false" property is added
    * Fix JSONException class is not found (excluded banned org.json dependency)
    * Added METASTORE_AUTO_CREATE_ALL="true", properties to tests, because some 
additional
    tables are necessary in Hive metastore
    * Disabling calcite CBO for (Hive's CalcitePlanner) for tests, because it 
is in conflict
    with Drill's Calcite version for Drill unit tests. HIVE_CBO_ENABLED="false" 
property
    * jackson and parquet libraries are relocated in hive-exec-shade module
    * org.apache.parquet:parquet-column Drill version is added to "hive-exec" to
    allow of using Parquet empty group on MessageType level (PARQUET-278)
    * Removing of commons-codec exclusion from hive core. This dependency is
    necessary for hive-exec and hive-metastore.
    * Setting Hive's internal properties for transactional scan:
    HiveConf.HIVE_TRANSACTIONAL_TABLE_SCAN and for schema evolution: 
HiveConf.HIVE_SCHEMA_EVOLUTION,
    IOConstants.SCHEMA_EVOLUTION_COLUMNS, 
IOConstants.SCHEMA_EVOLUTION_COLUMNS_TYPES

----


---

Reply via email to