[
https://issues.apache.org/jira/browse/AMBARI-15657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227014#comment-15227014
]
Hudson commented on AMBARI-15657:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4599 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4599/])
AMBARI-15657: HAWQ config should not allow multiple Master/Segment (matt:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8672138926f2b88c6d798a470b4beb279f4c071f])
* ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
* ambari-server/src/main/resources/common-services/HAWQ/2.0.0/themes/theme.json
* ambari-web/app/styles/application.less
* ambari-web/app/messages.js
*
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml
* ambari-web/app/templates/common/modal_popups/config_recommendation_popup.hbs
* ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py
* ambari-web/app/models/configs/objects/service_config_property.js
* ambari-web/app/views/common/configs/service_config_layout_tab_view.js
* ambari-web/app/mixins/common/serverValidator.js
> HAWQ config should not allow multiple Master/Segment directories
> ----------------------------------------------------------------
>
> Key: AMBARI-15657
> URL: https://issues.apache.org/jira/browse/AMBARI-15657
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: trunk, 2.2.0
> Reporter: Lav Jain
> Assignee: Lav Jain
> Priority: Minor
> Attachments: AMBARI-15657.branch22.patch, AMBARI-15657.patch,
> screenshot.png
>
>
> User can add multiple space delimited directories, but after installation, it
> shows a comma in between. however, only first directory goes into effect,
> that too with a comma in the end.
> {code}
> [pivotal@ip-10-32-36-213 etc]$ cat hawq-site.xml
> <property>
> <name>hawq_master_directory</name>
> <value>/data/hawq/master,/data/hawq/master2</value>
> </property>
> <property>
> <name>hawq_segment_directory</name>
> <value>/data/hawq/segment,/data/hawq/segment2</value>
> </property>
> [pivotal@ip-10-32-36-213 etc]$ ls -l /data/hawq
> drwxr-xr-x 3 root root 4096 Mar 12 01:00 master,
> drwxr-xr-x 3 root root 4096 Mar 12 01:00 segment,
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)