[
https://issues.apache.org/jira/browse/AMBARI-11281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553293#comment-14553293
]
Mahadev konar commented on AMBARI-11281:
----------------------------------------
Getting issues with unit tests:
{code}
AIL: test_recommendHbaseSiteConfigurations
(test_stack_advisor.TestHDP22StackAdvisor)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/mkonar/workspace/ambari-workspace/ambari-git/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py",
line 1840, in test_recommendHbaseSiteConfigurations
self.assertEquals(configurations, expected)
AssertionError: {'hbase-site': {'properties': {'hbase.regionserver.wal.codec':
'org.apache.hadoo [truncated]... != {'hbase-site': {'properties':
{'hbase.regionserver.wal.codec': 'org.apache.hadoo [truncated]...
{'hbase-env': {'properties': {'hbase_master_heapsize': '8192',
'hbase_max_direct_memory_size': '',
'hbase_regionserver_heapsize': '8192'},
'property_attributes': {'hbase_master_heapsize': {'maximum':
'49152'}}},
'hbase-site': {'properties': {'hbase.bucketcache.ioengine': '',
'hbase.bucketcache.percentage.in.combinedcache': '',
'hbase.bucketcache.size': '',
'hbase.region.server.rpc.scheduler.factory.class':
'org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory',
'hbase.regionserver.global.memstore.size':
'0.4',
'hbase.regionserver.wal.codec':
'org.apache.hadoop.hbase.regionserver.wal.WALCellCodec',
'hbase.rpc.controllerfactory.class':
'org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory',
'phoenix.functions.allowUserDefinedFunctions':
'true'},
'property_attributes':
{'hbase.coprocessor.regionserver.classes': {'delete': 'true'},
'hbase.region.server.rpc.scheduler.factory.class': {'delete': 'true'},
- 'hbase.rpc.controllerfactory.class':
{'delete': 'true'},
?
^
+ 'hbase.rpc.controllerfactory.class':
{'delete': 'true'}}}}
?
^^^
-
'phoenix.functions.allowUserDefinedFunctions': {'delete': 'true'}}}}
----------------------------------------------------------------------
{code}
> Enable Phoenix UDFs by default
> ------------------------------
>
> Key: AMBARI-11281
> URL: https://issues.apache.org/jira/browse/AMBARI-11281
> Project: Ambari
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: ambari-11281-v1.patch, ambari-11281-v2.patch
>
>
> The following config parameter should be added for Phoenix deployment:
> <property>
> <name>phoenix.functions.allowUserDefinedFunctions</name>
> <value>true</value>
> </property>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)