blob: 3c3a54db3940021ca41c6c0abd8cb9a3a1d628b7 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.0.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,kDAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,uCACnB,oBAAIA,WAAW,MAAI,mDACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,mEACnB,oBAAIA,WAAW,MAAI,wCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,qIACnB,oBAAIA,WAAW,MAAI,qGACnB,oBAAIA,WAAW,MAAI,yEACnB,oBAAIA,WAAW,MAAI,8DAGvB,oBAAIA,WAAW,MAAI,mBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wFACnB,oBAAIA,WAAW,MAAI,wDACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,iFACnB,oBAAIA,WAAW,MAAI,2EACnB,oBAAIA,WAAW,MAAI,yCAGvB,oBAAIA,WAAW,MACb,mBAAGC,KAAK,wLAAsL,kDAGlM,oBACE,GAAM,kBAAgB,kBAExB,uRAEH,6LAEDL,EAAWM,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-0.8e563e3d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n <h1 {...{\n \"id\": \"whats-new-in-apache-atlas-20\"\n }}>{`What's new in Apache Atlas 2.0?`}</h1>\n <h2 {...{\n \"id\": \"features\"\n }}>{`Features`}</h2>\n <ul>\n <li parentName=\"ul\">{`Soft-reference attribute implementation.`}</li>\n <li parentName=\"ul\">{`Unique-attributes constraint at graph store-level`}</li>\n <li parentName=\"ul\">{`Atlas Index Repair tool for Janusgraph`}</li>\n <li parentName=\"ul\">{`Relationship notifications when new relationships are created in atlas`}</li>\n <li parentName=\"ul\">{`Atlas Import Transform handler implementation`}</li>\n </ul>\n <h2 {...{\n \"id\": \"updates\"\n }}>{`Updates`}</h2>\n <ul>\n <li parentName=\"ul\">{`Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0`}</li>\n <li parentName=\"ul\">{`Updated JanusGraph version to 0.3.1`}</li>\n <li parentName=\"ul\">{`Updated authentication to support trusted proxy`}</li>\n <li parentName=\"ul\">{`Updated patch framework to persist typedef patches applied to atlas and handle data patches.`}</li>\n <li parentName=\"ul\">{`Updated metrics module to collect notification metrics`}</li>\n <li parentName=\"ul\">{`Updated Atlas Export to support incremental export of metadata.`}</li>\n <li parentName=\"ul\">{`Notification Processing Improvements:`}\n <ul parentName=\"li\">\n <li parentName=\"ul\">{`Notification processing to support batch-commits`}</li>\n <li parentName=\"ul\">{`New option in notification processing to ignore potentially incorrect hive_column_lineage`}</li>\n <li parentName=\"ul\">{`Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities`}</li>\n <li parentName=\"ul\">{`Improved batch processing in notification handler to avoid processing of an entity multiple times`}</li>\n <li parentName=\"ul\">{`Add option to ignore/prune metadata for temporary/staging hive tables`}</li>\n <li parentName=\"ul\">{`Avoid unnecessary lookup when creating new relationships`}</li>\n </ul>\n </li>\n <li parentName=\"ul\">{`UI Improvements:`}\n <ul parentName=\"li\">\n <li parentName=\"ul\">{`UI: Display counts besides the Type and Classification dropdown list in basic search`}</li>\n <li parentName=\"ul\">{`UI: Display lineage information for process entities`}</li>\n <li parentName=\"ul\">{`UI: Display entity specific icon for the lineage graph`}</li>\n <li parentName=\"ul\">{`UI: Add relationships table inside relationships view in entity details page.`}</li>\n <li parentName=\"ul\">{`UI: Add service-type dropdown in basic search to filter entitydef type.`}</li>\n <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n </ul>\n </li>\n <li parentName=\"ul\">\n <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>\n </li>\n </ul>\n <h2 {...{\n \"id\": \"data-migration\"\n }}>{`Data Migration`}</h2>\n <p>{`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.`}</p>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}