GitHub user zhaxiaodong9860 opened a pull request:
https://github.com/apache/atlas/pull/8
fix graph default configuration in intg module
intg module
ApplicationProperties.java
atlas.graph.cache.tx-cache.size is wrong,change to
atlas.graph.cache.tx-cache-size
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhaxiaodong9860/atlas master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/atlas/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit 775bbc350edbf04140bb007b1e21dc6d44459f4a
Author: xiaodongzha <382312462@...>
Date: 2018-08-29T12:04:25Z
Update ApplicationProperties.java
atlas.graph.cache.tx-cache.size is wrong,change to
atlas.graph.cache.tx-cache-size
----
---