I tried to setup the sqoop-hook with Atlas Following these steps :
1- Set-up Atlas hook in sqoop-site.xml:
<property>
<name>sqoop.job.data.publish.class</name>
<value>org.apache.atlas.sqoop.hook.SqoopHook</value>
</property>
2- copy contents of folder apache-atlas-sqoop-hook to hook/sqoop
3- copy atlas-application.properties to sqoop-conf-dir
4- copy all jars in /hook/sqoop in sqoop-dir/lib
But when I tried to execute sqoop import command :
sqoop import --connect jdbc:postgresql://server/db --username user -P --table tab --hive-import --create-hive-table
I got the following error:
Help please
CodePudding user response:
The solution was to change the value of the following properties in sqoop-conf-dir/atlas-application.properties
:
atlas.notification.embedded=false
atlas.graph.index.search.backend=solr5