import themen from ‘theme/styles/styled-colors’; import * as theme from ‘react-syntax-highlighter/dist/esm/styles/hljs’; import SyntaxHighlighter from ‘react-syntax-highlighter’;
Sqoop model includes the following types:
Sqoop entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.
Sqoop added a SqoopJobDataPublisher that publishes data to Atlas after completion of import Job. Today, only hiveImport is supported in SqoopHook. This is used to add entities in Atlas using the model detailed above.
Follow the instructions below to setup Atlas hook in Hive:
Add the following properties to enable Atlas hook in Sqoop:
<sqoop-conf>
/sqoop-site.xml by adding the following:<atlas package>
/hook/sqoop<atlas-conf>
/atlas-application.properties to the sqoop conf directory <sqoop-conf>
/<atlas package>
/hook/sqoop/*.jar in sqoop libThe following properties in atlas-application.properties control the thread pool and notification details:
Other configurations for Kafka notification producer can be specified by prefixing the configuration name with “atlas.kafka.”. For list of configuration supported by Kafka producer, please refer to Kafka Producer Configs