Repository: incubator-atlas Updated Branches: refs/heads/master 89175edcf -> fec431774
ATLAS-822 Type updates - don't allow updating supertypes ( shwethags via sumasai ) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/fec43177 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/fec43177 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/fec43177 Branch: refs/heads/master Commit: fec431774556868ee926b0ed4bf713807c82bc16 Parents: 89175ed Author: Suma Shivaprasad <[email protected]> Authored: Wed Jun 22 13:06:58 2016 -0700 Committer: Suma Shivaprasad <[email protected]> Committed: Wed Jun 22 13:06:58 2016 -0700 ---------------------------------------------------------------------- distro/src/conf/atlas-application.properties | 10 +++++----- release-log.txt | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/fec43177/distro/src/conf/atlas-application.properties ---------------------------------------------------------------------- diff --git a/distro/src/conf/atlas-application.properties b/distro/src/conf/atlas-application.properties index cc0e4c1..8135eac 100755 --- a/distro/src/conf/atlas-application.properties +++ b/distro/src/conf/atlas-application.properties @@ -164,11 +164,11 @@ atlas.server.ha.enabled=false #########POLICY FILE PATH ######### atlas.auth.policy.file=${sys:atlas.home}/conf/policy-store.txt -######### Type Cache Provider Implementation ######## -# A type cache provider class which implements -# org.apache.atlas.typesystem.types.cache.ITypeCacheProvider. -# The default is DefaultTypeCacheProvider which is a local in-memory type cache. -#atlas.typesystem.cache.provider= +######### Type Cache Implementation ######## +# A type cache class which implements +# org.apache.atlas.typesystem.types.cache.TypeCache. +# The default implementation is org.apache.atlas.typesystem.types.cache.DefaultTypeCache which is a local in-memory type cache. +#atlas.TypeCache.impl= #########authorizer impl class ######### atlas.authorizer.impl=SIMPLE http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/fec43177/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index d66a7d6..fdcd886 100644 --- a/release-log.txt +++ b/release-log.txt @@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES: ALL CHANGES: +ATLAS-940 Type cache implementation property name in atlas-application.properties is incorrect ( dkantor via sumasai) ATLAS-925 Change master version to 0.8-incubating (shwethags)
