WhatsNew-2.0.md 2.26 KB
Newer Older
1 2 3 4 5 6 7
---
name: WhatsNew-2.0
route: /WhatsNew-2.0
menu: Downloads
submenu: Whats New
---

8 9 10
# What's new in Apache Atlas 2.0?

## Features
11
* Soft-reference attribute implementation.
12 13
* Unique-attributes constraint at graph store-level
* Atlas Index Repair tool for Janusgraph
14
* Relationship notifications when new relationships are created in atlas
15 16 17 18 19 20
* Atlas Import Transform handler implementation

## Updates
* Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0
* Updated JanusGraph version to 0.3.1
* Updated authentication to support trusted proxy
21
* Updated patch framework to persist typedef patches applied to atlas and handle data patches.
22
* Updated metrics module to collect notification metrics
23
* Updated Atlas Export to support incremental export of metadata.
24 25 26
* Notification Processing Improvements:
    * Notification processing to support batch-commits
    * New option in notification processing to ignore potentially incorrect hive_column_lineage
27 28 29
    * Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities
    * Improved batch processing in notificaiton handler to avoid processing of an entity multiple times
    * Add option to ignore/prune metadata for temporary/staging hive tables
30 31
    * Avoid unnecessary lookup when creating new relationships
* UI Improvements:
32
    * UI: Display counts besides the Type and Classification dropdown list in basic search
33 34
    * UI: Display lineage information for process entities
    * UI: Display entity specific icon for the lineage graph
35 36 37
    * UI: Add relationships table inside relationships view in entity details page.
    * UI: Add service-type dropdown in basic search to filter entitydef type.
    * Various Bug-fixes and optimizations
38 39 40
* <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC">List of JIRAs resolved in Apache Atlas 2.0.0</a>

## Data Migration
41
With the introduction of unique-attributes constraint at graph store changes - when atlas starts up for the first time after migration to 2.0, expect some delay during startup since unique attribute constraint will be added to existing atlas metadata.