Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created February 8, 2018 14:09
sentry-site.xml configuration for Apache Sqoop
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>sentry.service.security.mode</name>
<value>none</value>
</property>
<property>
<name>sentry.sqoop.provider</name>
<value>org.apache.sentry.provider.file.LocalGroupResourceAuthorizationProvider</value>
</property>
<property>
<name>sentry.sqoop.provider.backend</name>
<value>org.apache.sentry.provider.file.SimpleFileProviderBackend</value>
</property>
<property>
<name>sentry.sqoop.provider.resource</name>
<value>file:/home/colm/dist/apache/sqoop-1.99.7-bin-hadoop200_sentry/conf/sentry.ini</value>
</property>
<property>
<name>sentry.sqoop.testing.mode</name>
<value>true</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment