[
https://issues.apache.org/jira/browse/ATLAS-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17226809#comment-17226809
]
ASF subversion and git services commented on ATLAS-4011:
--------------------------------------------------------
Commit 203b3a32edab1be5a83887ca6daa6fc2fddb8d1f in atlas's branch
refs/heads/branch-2.0 from Jayendra Parab
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=203b3a3 ]
ATLAS-4011: Dockerfile: updated to support storing data (solr, berkeleydb,
kafka) on host directory
(cherry picked from commit e6fff74807c24a06aea1cb7666bd07da9d1100ed)
> Docker: While running Atlas Docker container, data should be stored on host
> ---------------------------------------------------------------------------
>
> Key: ATLAS-4011
> URL: https://issues.apache.org/jira/browse/ATLAS-4011
> Project: Atlas
> Issue Type: Improvement
> Reporter: Jayendra Parab
> Assignee: Jayendra Parab
> Priority: Major
>
> Currently, if Atlas is started with Embedded Solr and HBase in Docker
> container, the data is persisted inside the container. So if the container is
> destroyed and a new container is started, then its old data is lost.
> The data directory should be mounted as a volume, so that data can be
> restored across container destroy and restore.
> To achieve this, Solr data directory should be configurable and by default it
> should be $ATLAS_HOME/data/solr. HBase and Kafka data directory is already
> configured to $ATLAS_HOME/data
--
This message was sent by Atlassian Jira
(v8.3.4#803005)