[
https://issues.apache.org/jira/browse/AMBARI-22162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196787#comment-16196787
]
Dmytro Grinenko commented on AMBARI-22162:
------------------------------------------
[~swapanshridhar] this patch causing unit-test to fail
{code:title=TestHDP26StackAdvisor.test_recommendHiveConfigurations}
'hive-env': {'properties': {'hive.atlas.hook': 'true',
'hive_exec_orc_storage_strategy': 'SPEED',
'hive_security_authorization': 'Ranger',
'hive_timeline_logging_enabled': 'true',
'hive_txn_acid': 'off'}},
'hive-interactive-env': {'properties': {'enable_hive_interactive': 'false'},
'property_attributes': {'num_llap_nodes':
{'read_only': 'true'}}},
+ 'hive-interactive-site': {'properties': {}},
- 'hive-interactive-site': {'properties':
{'hive.druid.broker.address.default': 'c6401.ambari.apache.org:8082',
-
'hive.druid.coordinator.address.default': 'c6401.ambari.apache.org:8081',
- 'hive.druid.metadata.db.type':
'mysql',
- 'hive.druid.metadata.uri':
'jdbc:mysql://c6401.ambari.apache.org:3306/druid?createDatabaseIfNotExist=true',
- 'hive.druid.metadata.username':
'druid'}},
'hive-site': {'properties':
{'hive.auto.convert.join.noconditionaltask.size': '214748364',
'hive.compactor.initiator.on': 'false',
'hive.compactor.worker.threads': '0',
'hive.compute.query.using.stats': 'true',
+ 'hive.druid.broker.address.default':
'c6401.ambari.apache.org:8082',
+ 'hive.druid.coordinator.address.default':
'c6401.ambari.apache.org:8081',
+ 'hive.druid.metadata.db.type': 'mysql',
+ 'hive.druid.metadata.uri':
'jdbc:mysql://c6401.ambari.apache.org:3306/druid?createDatabaseIfNotExist=true',
+ 'hive.druid.metadata.username': 'druid',
'hive.exec.dynamic.partition.mode': 'strict',
'hive.exec.failure.hooks':
'org.apache.hadoop.hive.ql.hooks.ATSHook',
'hive.exec.orc.compression.strategy': 'SPEED',
'hive.exec.orc.default.compress': 'ZLIB',
'hive.exec.orc.default.stripe.size': '67108864',
{code}
> Move out the druid configurations from hive-site to hive-interactive-site.
> ---------------------------------------------------------------------------
>
> Key: AMBARI-22162
> URL: https://issues.apache.org/jira/browse/AMBARI-22162
> Project: Ambari
> Issue Type: Bug
> Components: HiveServer2, Metastore, and Client Heap Sizes to Smart
> Configs
> Reporter: slim bouguerra
> Assignee: Swapan Shridhar
>
> Move out the druid configurations from hive-site to hive-interactive-site.
> Druid properties do not apply to hive one anyway.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)