[
https://issues.apache.org/jira/browse/TRAFODION-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063680#comment-16063680
]
ASF GitHub Bot commented on TRAFODION-2663:
-------------------------------------------
Github user svarnau commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1140#discussion_r124108809
--- Diff: install/python-installer/scripts/hadoop_mods.py ---
@@ -122,10 +122,6 @@ def mod(self):
}
self.p.post('%s/config_groups' % cluster_url, hbase_config_group)
- if dbcfgs['secure_hadoop'].upper() == 'Y':
--- End diff --
These are not values we are adding, just values we are trying to avoid
deleting. Since we are no longer writing value to
hbase.coprocessor.region.classes, there is no danger of over-writing these
security values.
> Simplify installation setting of HBase config parameters
> --------------------------------------------------------
>
> Key: TRAFODION-2663
> URL: https://issues.apache.org/jira/browse/TRAFODION-2663
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: installer
> Reporter: Steve Varnau
> Assignee: Steve Varnau
>
> Affects both py-installer and ambari-installer.
> Due to Selva's work in [TRAFODION-2306], some parameters no longer need to be
> set in HBase config. The settings like hbase.coprocessor.region.classes &
> hbase.client.scanner.timeout.period that are now set in trafodion-site.xml
> file do not need to be set in HBase service-wide config by installers.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)