blob: ce8aabd1e1b0a5c9a081f9d999313be59693e2cf [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.2.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","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,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,iFAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,6CACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,kBAA4B,6DACvE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,yCAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,+EAE5E,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,cAAwB,IACjE,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,4DACnB,oBAAIA,WAAW,MAAI,wDAGvB,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,uEAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,oIAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,iFAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,0EACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,wIACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,yGAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,kEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,yEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,OAAiB,gEAC5D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,+EAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,uHAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,6FAC3D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oCACrE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,+JAA6J,2DAI9K,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-2.7acab8c6.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-22\"\n }}>{`What's new in Apache Atlas 2.2?`}</h1>\n <h2 {...{\n \"id\": \"features\"\n }}>{`Features`}</h2>\n <ul>\n <li parentName=\"ul\"><strong parentName=\"li\">{`(new) Deferred Action`}</strong>{`: classification propagation will be handled as a background task (AtlasTask)`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Re-indexing`}</strong>{`: added Re-indexing as part of JAVA_PATCH`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Model Change`}</strong>{`: created JAVA_PATCH to add new super types to existing entities`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Export Service`}</strong>{`: added support for Business Metadata in Atlas Export API`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Admin/AtlasTask API`}</strong>{`: added HA support for admin/task API`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Entity definition`}</strong>{`: provided option to add mandatory attribute to existing entity definition`}</li>\n </ul>\n <h2 {...{\n \"id\": \"enhancements\"\n }}>{`Enhancements`}</h2>\n <ul>\n <li parentName=\"ul\"><strong parentName=\"li\">{`DSL Search`}</strong>{`:`}\n <ul parentName=\"li\">\n <li parentName=\"ul\">{`added support for glossary terms and relationship`}</li>\n <li parentName=\"ul\">{`added support for null attribute values,`}</li>\n <li parentName=\"ul\">{`now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement`}</li>\n <li parentName=\"ul\">{`added support search by classification and its attribute`}</li>\n <li parentName=\"ul\">{`added caching mechanism for translated DSL queries`}</li>\n </ul>\n </li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Atlas Python Client`}</strong>{`: refactored and enhanced Atlas Python Client supporting Python 2.7`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Search`}</strong>{`: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Bulk Glossary Import`}</strong>{`: improved and enhanced Bulk Glossary Import supporting import with relations`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Performance`}</strong>{`: improved performance of GraphHelper's guid and status getter methods`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Authorization`}</strong>{`: enhanced Atlas authorization for Add/Update/Remove classification on entities, \"admin-audits\" for Atlas Admin Audits authorization`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: improved NotificationHookConsumer for Large Message Processing`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Export/Import Service`}</strong>{`: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: added support HiveServer2 Hook to send Lineage-only Messages`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Apache Flink`}</strong>{`: introduced model to capture Apache Flink entities and relationships`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`GCP`}</strong>{`: introduced model to capture GCP entities and relationships`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`ADLS-Gen2`}</strong>{`: updated model for Azure Data Lake Storage Gen2 entities and relationships`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies Upgrade`}</strong>{`: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: fixed Atlas Web UI to load faster in case of large number of classifications & entities`}</li>\n <li parentName=\"ul\"><strong parentName=\"li\">{`Docker image`}</strong>{`: improvements to Docker support`}</li>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC\"\n }}>{`List of JIRAs resolved in Apache Atlas 2.2.0 release`}</a></li>\n </ul>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}