WhatsNew-2.0.md 2.88 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements.  See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership.  The ASF licenses this file
  ~ to you under the Apache License, Version 2.0 (the
  ~ "License"); you may not use this file except in compliance
  ~ with the License.  You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
  
# What's new in Apache Atlas 2.0?

## Features
22
* Soft-reference attribute implementation
23 24
* Unique-attributes constraint at graph store-level
* Atlas Index Repair tool for Janusgraph
25
* Relationship notifications when new relationships are created in Atlas
26 27 28 29 30 31
* 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
32
* Updated patch framework to persist typedef patches applied to Atlas and handle data patches
33
* Updated metrics module to collect notification metrics
34
* Updated Atlas Export to support incremental export of metadata
35 36 37
* Notification Processing Improvements:
    * Notification processing to support batch-commits
    * New option in notification processing to ignore potentially incorrect hive_column_lineage
38 39 40
    * Updated Hive hook to avoid duplicate column_lineage entities; also updated Atlas server to skip duplicate column_lineage entities
    * Improved batch processing in notification handler to avoid processing of an entity multiple times
    * Add option to ignore/prune metadata for temporary/staging Hive tables
41 42
    * Avoid unnecessary lookup when creating new relationships
* UI Improvements:
43
    * UI: Display counts beside the Type and Classification dropdown list in basic search
44 45
    * UI: Display lineage information for process entities
    * UI: Display entity specific icon for the lineage graph
46 47 48
    * 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
49 50 51
* <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
52
After migrating to 2.0, expect some delay during the initial startup while Atlas adds the new unique attribute constraint to existing metadata.