[
https://issues.apache.org/jira/browse/ATLAS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382510#comment-16382510
]
Pierre Padovani edited comment on ATLAS-832 at 3/1/18 7:30 PM:
---------------------------------------------------------------
The issue is this line in atlas_config.py:
{noformat}
ENV_KEYS = ["JAVA_HOME", ATLAS_OPTS, ATLAS_SERVER_OPTS, ATLAS_SERVER_HEAP,
ATLAS_LOG, ATLAS_PID, ATLAS_CONF,
"ATLASCPPATH", ATLAS_DATA, ATLAS_HOME, ATLAS_WEBAPP, HBASE_CONF_DIR,
SOLR_PORT]{noformat}
Is missing
MANAGE_LOCAL_HBASE
MANAGE_LOCAL_SOLR
was (Author: ppadovani):
The issue is this line in config.py:
```
ENV_KEYS = ["JAVA_HOME", ATLAS_OPTS, ATLAS_SERVER_OPTS, ATLAS_SERVER_HEAP,
ATLAS_LOG, ATLAS_PID, ATLAS_CONF,
"ATLASCPPATH", ATLAS_DATA, ATLAS_HOME, ATLAS_WEBAPP, HBASE_CONF_DIR, SOLR_PORT]
```
Is missing
MANAGE_LOCAL_HBASE
MANAGE_LOCAL_SOLR
> atlas_start should start embedded hbase and solr with -Pembedded_services
> -------------------------------------------------------------------------
>
> Key: ATLAS-832
> URL: https://issues.apache.org/jira/browse/ATLAS-832
> Project: Atlas
> Issue Type: Bug
> Reporter: Shwetha G S
> Assignee: Vimal Sharma
> Priority: Major
>
> As part of ATLAS-823, embedded hbase and solr was moved to profile
> 'embedded_services'. After the package is built using '-Pembedded_services',
> the package configuration points to local hbase and solr, but atlas_start
> doesn't start embedded hbase and solr
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)