Repository: incubator-atlas
Updated Branches:
  refs/heads/0.7-incubating 36dfa2715 -> 412b02d60


ATLAS-940 Type cache implementation property name in 
atlas-application.properties is incorrect ( dkantor 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/4677fc07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/4677fc07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/4677fc07

Branch: refs/heads/0.7-incubating
Commit: 4677fc074f1c46b240d88bd1ca9a80f60805fa7f
Parents: 36dfa27
Author: Shwetha GS <[email protected]>
Authored: Wed Jun 29 11:53:49 2016 +0530
Committer: Shwetha GS <[email protected]>
Committed: Wed Jun 29 11:53:49 2016 +0530

----------------------------------------------------------------------
 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/4677fc07/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/4677fc07/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index f21569b..35394bd 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -31,6 +31,7 @@ ATLAS-409 Atlas will not import avro tables with schema read 
from a file (dosset
 ATLAS-379 Create sqoop and falcon metadata addons 
(venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-940 Type cache implementation property name in 
atlas-application.properties is incorrect ( dkantor via sumasai)
 ATLAS-431 Remove un-used licenses (shwethags)
 ATLAS-934 Exclude temp files in source package (shwethags)
 ATLAS-933 Test failure: HiveHookIT.testInsertIntoTable (shwethags)

Reply via email to