This is an automated email from the ASF dual-hosted git repository. amestry pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 6a7e2e4 ATLAS-4204: Configure HS2 hook to send lineage-only messages. Part-2 6a7e2e4 is described below commit 6a7e2e41188ca8545c061f34e1b16fbe84c46a8d Author: Ashutosh Mestry <ames...@cloudera.com> AuthorDate: Tue Apr 13 09:25:19 2021 -0700 ATLAS-4204: Configure HS2 hook to send lineage-only messages. Part-2 --- addons/hive-bridge/src/test/resources/atlas-application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hive-bridge/src/test/resources/atlas-application.properties b/addons/hive-bridge/src/test/resources/atlas-application.properties index 2848ceb..5d24a30 100644 --- a/addons/hive-bridge/src/test/resources/atlas-application.properties +++ b/addons/hive-bridge/src/test/resources/atlas-application.properties @@ -122,4 +122,4 @@ atlas.authentication.method.file=true atlas.authentication.method.ldap.type=none atlas.authentication.method.kerberos=false # atlas.authentication.method.file.filename=users-credentials.properties -atlas.hook.hive.ignore.ddl.operations=false \ No newline at end of file +atlas.hook.hive.hs2.ignore.ddl.operations=false \ No newline at end of file