[
https://issues.apache.org/jira/browse/ATLAS-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245515#comment-15245515
]
venkata madugundu edited comment on ATLAS-680 at 4/18/16 2:32 PM:
------------------------------------------------------------------
FYI - I was able to run against a local (non-embedded) HBase on Windows for my
testing. When I looked at the patch related to the feature to embed HBase,
there is really no explicit condition or a property to state whether Atlas is
referring to an embedded HBase or an outside one. The condition seems to look
for a match of "atlas.graph.storage.hostname=localhost" in
atlas-application.properties. So I had to trick the Atlas to point to a local
non-embedded HBase by specifying the property like
"atlas.graph.storage.hostname=127.0.0.1". And that worked. So I guess, a comma
separated list of servers in ZK ensemble managing Hbase is what that property
needs.
It would be nice to have some property like "atlas.graph.storage.embedded=true"
to call out that the storage is embedded.
was (Author: vmadugun):
FYI - I was able to run against a local (non-embedded) HBase on Windows for my
testing. When I looked at the patch related to the feature to embed HBase,
there is really no explicit condition or a property to state whether Atlas is
referring to an embedded HBase or an outside one. The condition seems to look
for a match of "atlas.graph.storage.hostname=localhost" in
atlas-application.properties. So I had to trick the Atlas to point to a local
non-embedded HBase by specifying the property like
"atlas.graph.storage.hostname=127.0.0.1". And that worked. So I guess, a comma
separated list of servers in ZK ensemble managing Hbase is what that property
needs.
> Test With External HBase
> ------------------------
>
> Key: ATLAS-680
> URL: https://issues.apache.org/jira/browse/ATLAS-680
> Project: Atlas
> Issue Type: Task
> Affects Versions: 0.7-incubating
> Reporter: Erik Bergenholtz
> Fix For: 0.7-incubating
>
>
> Now that we have made the change to incorporate Standalone HBase we need to
> test that Atlas functions properly with a non Ambari provisioned HBase
> with/without Kerberos.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)