Commit fec43177 by Suma Shivaprasad

ATLAS-822 Type updates - don't allow updating supertypes ( shwethags via sumasai )

parent 89175edc
...@@ -164,11 +164,11 @@ atlas.server.ha.enabled=false ...@@ -164,11 +164,11 @@ atlas.server.ha.enabled=false
#########POLICY FILE PATH ######### #########POLICY FILE PATH #########
atlas.auth.policy.file=${sys:atlas.home}/conf/policy-store.txt atlas.auth.policy.file=${sys:atlas.home}/conf/policy-store.txt
######### Type Cache Provider Implementation ######## ######### Type Cache Implementation ########
# A type cache provider class which implements # A type cache class which implements
# org.apache.atlas.typesystem.types.cache.ITypeCacheProvider. # org.apache.atlas.typesystem.types.cache.TypeCache.
# The default is DefaultTypeCacheProvider which is a local in-memory type cache. # The default implementation is org.apache.atlas.typesystem.types.cache.DefaultTypeCache which is a local in-memory type cache.
#atlas.typesystem.cache.provider= #atlas.TypeCache.impl=
#########authorizer impl class ######### #########authorizer impl class #########
atlas.authorizer.impl=SIMPLE atlas.authorizer.impl=SIMPLE
......
...@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES: ...@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL 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) ATLAS-925 Change master version to 0.8-incubating (shwethags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment