[
https://issues.apache.org/jira/browse/TRAFODION-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927483#comment-15927483
]
ASF GitHub Bot commented on TRAFODION-2448:
-------------------------------------------
GitHub user bucaojit opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1013
[TRAFODION-2448] Change TM SplitHelper to get configured parent znode…
… instead of hard-coded /hbase
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bucaojit/incubator-trafodion traf_2448
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1013.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 #1013
----
commit ee04227ffe0c3a13231bb55b1399aed56c64a8c9
Author: Oliver Bucaojit <[email protected]>
Date: 2017-03-16T04:26:30Z
[TRAFODION-2448] Change TM SplitHelper to get configured parent znode
instead of hard-coded /hbase
----
> TM Split/Balance uses /hbase as base znode, default value varies by distro
> --------------------------------------------------------------------------
>
> Key: TRAFODION-2448
> URL: https://issues.apache.org/jira/browse/TRAFODION-2448
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dtm
> Affects Versions: 2.0-incubating, 1.3-incubating
> Environment: HDP
> Reporter: Oliver Bucaojit
> Priority: Minor
> Attachments: TRAFODION-2448-SPLITBAL.v1.diff
>
>
> Split/balance code uses '/hbase' as the base znode. Different distros
> generally set this to a different value and so the /hbase znode will not
> exist. In HDP for example the default base znode for a non-kerborized
> cluster is /hbase-unsecure, kerborized is /hbase-secure
> Proposed fix is to have the code use the passed in configuration property
> for: zookeeper.znode.parent
> WORKAROUND
> Set property zookeeper.znode.parent to /hbase
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)