Ashutosh Mestry created ATLAS-3773:
--------------------------------------
Summary: Migration: From 0.8 to latest: Breaks Relationships
Key: ATLAS-3773
URL: https://issues.apache.org/jira/browse/ATLAS-3773
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: trunk
Reporter: Ashutosh Mestry
Assignee: Ashutosh Mestry
Fix For: trunk
*Steps to Duplicate*
# Migrate data from 0.8 to latest. E.g. data containing hive db and tables.
# In the web UI, use a DSL search like: _hive_table
db.name="migration_database_8"_
_**Expected results:_ The hive_table with for database _migration_database_8_
should be displayed.
**_Actual results_: No results are displayed. There are exceptions logged on
the server-side.
*Root Cause*
As part of implementation of ATLAS-3370, shadow properties were introduced for
index type STRING. These need to be set for data that is migrated.
*Solution*
Use patch handler to add these missing types.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)