Data Engineering Integration
- Data Engineering Integration H2L
- All Products
Issue
| Description
|
|---|---|
BDM-31950
| A mapping with a Hive target with truncation and partitioning enabled fails with an error like:
FAILED: SemanticException [Error 10096]: Dynamic partition strict mode requires at least one static partition column.
Workaround: Use the Administrator tool to perform the following steps:
|
BDM-31947
| A mapping that runs on the Spark engine, with an external Hive target configured to truncate target and to retain the target schema strategy, runs successfully, but the target table is not truncated.
Workaround: On the
Data Object tab of the target properties, enable the option "At run time, get data object columns from the data source."
|
BDM-31948
| A mapping that runs on the Spark engine, with an external Hive target configured to truncate target, to retain the target schema strategy, and and target partition enabled, fails with an error like:
Error: Hive message [Error while compiling statement: FAILED: SemanticException 1:23 Need to specify partition columns because the destination table is partitioned. Error encountered near token 'truncate_<table name>'], Hive SQL state [42000]./
Workaround: On the
Data Object tab of the target properties, enable the option "At run time, get data object columns from the data source."
|