[jira] [Updated] (AMBARI-18601) Analyze and Optimize Ambari Server Unit Tests - - Group 4

2016-10-16 Thread Sumit Mohanty (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sumit Mohanty updated AMBARI-18601:
---
Assignee: Aravindan Vijayan

> Analyze and Optimize Ambari Server Unit Tests - - Group 4
> -
>
> Key: AMBARI-18601
> URL: https://issues.apache.org/jira/browse/AMBARI-18601
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.5.0
>Reporter: Aravindan Vijayan
>Assignee: Aravindan Vijayan
> Fix For: 2.5.0
>
> Attachments: AMBARI-18601-1.patch
>
>
> ||Test||Count||Time (s)||
> |org.apache.hadoop.yarn.server.applicationhistoryservice.metrics.timeline.availability.MetricCollectorHAControllerTest
> | |197.933|
> |org.apache.hadoop.yarn.server.applicationhistoryservice.metrics.timeline.discovery.TestMetadataManager|
>  |143.545|
> |org.apache.ambari.server.upgrade.UpgradeCatalog220Test   |27|60.285|
> |org.apache.ambari.server.state.ConfigHelperTest|18|45.862|
> |org.apache.ambari.server.orm.dao.ServiceConfigDAOTest|15|40.703|
> |org.apache.ambari.server.state.ServiceComponentTest|9|31.207|
> |org.apache.ambari.server.controller.metrics.timeline.AMSPropertyProviderTest|5|38.724|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18553) Provision actions to happen based only on specified dependencies

2016-10-16 Thread Sandor Magyari (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandor Magyari updated AMBARI-18553:

Attachment: AMBARI-18553_v3.patch

> Provision actions to happen based only on specified dependencies
> 
>
> Key: AMBARI-18553
> URL: https://issues.apache.org/jira/browse/AMBARI-18553
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Reporter: Sandor Magyari
>Assignee: Sandor Magyari
> Fix For: 2.5.0
>
> Attachments: AMBARI-18553.patch, AMBARI-18553_v2.patch, 
> AMBARI-18553_v3.patch
>
>
> Today, the START commands stored in role_command_orders table are bound to 
> multiple stages created based on dependencies between components - a 
> component in the second stage can only begin its START after the entire first 
> stage is done as opposed to just its dependencies in the first stage. This 
> eventually increases the overall blueprint deployment time.
> This Jira tracks STARTing components just based on dependency order as 
> specified by the role_command_order as opposed to the current stage based 
> model.
> The goal is to be able to configure a direct dependency based execution model 
> of commands, for now only for Blueprint based deployment commands.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18425) Support PAM as an authentication option for Ranger in Ambari

2016-10-16 Thread Shi Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Wang updated AMBARI-18425:
--
Attachment: 0001-AMBARI-18425-Support-PAM-as-an-authentication-option.patch

> Support PAM as an authentication option for Ranger in Ambari
> 
>
> Key: AMBARI-18425
> URL: https://issues.apache.org/jira/browse/AMBARI-18425
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server, ambari-web
>Affects Versions: trunk
>Reporter: Shi Wang
>Assignee: Shi Wang
>  Labels: security
> Fix For: trunk
>
> Attachments: 
> 0001-AMBARI-18425-Support-PAM-as-an-authentication-option.patch
>
>
> Ranger-842 has added PAM support for ranger, we need to add this part to 
> ambari, to do automatic setup for ranger to use PAM authentication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18425) Support PAM as an authentication option for Ranger in Ambari

2016-10-16 Thread Shi Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shi Wang updated AMBARI-18425:
--
Status: Patch Available  (was: In Progress)

> Support PAM as an authentication option for Ranger in Ambari
> 
>
> Key: AMBARI-18425
> URL: https://issues.apache.org/jira/browse/AMBARI-18425
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server, ambari-web
>Affects Versions: trunk
>Reporter: Shi Wang
>Assignee: Shi Wang
>  Labels: security
> Fix For: trunk
>
>
> Ranger-842 has added PAM support for ranger, we need to add this part to 
> ambari, to do automatic setup for ranger to use PAM authentication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18528) Need a way to escape config values that contain $

2016-10-16 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-18528:

Labels: zookeeper  (was: )

> Need a way to escape config values that contain $
> -
>
> Key: AMBARI-18528
> URL: https://issues.apache.org/jira/browse/AMBARI-18528
> Project: Ambari
>  Issue Type: Bug
>Reporter: Ted Yu
>  Labels: zookeeper
>
> We tried specifying auth_to_local in zookeeper env input box:
> {code}
> export SERVER_JVMFLAGS="$SERVER_JVMFLAGS 
> -Dzookeeper.security.auth_to_local=RULE:[2:$1@$0](hb...@c.net)s/.*/hbase/  
> -Djava.security.auth.login.config={{zk_server_jaas_file}}"
> {code}
> However, when zookeeper quorum starts, the rule got interrupted with 
> zkServer.sh
> We should add the capability of specifying auth_to_local in Ambari UI



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18561) Capacity Scheduler View: Calculating absolute capacity for node labels and showing in sunburst chart

2016-10-16 Thread Akhil PB (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-18561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akhil PB updated AMBARI-18561:
--
Attachment: AMBARI-18561.2.patch

> Capacity Scheduler View: Calculating absolute capacity for node labels and 
> showing in sunburst chart
> 
>
> Key: AMBARI-18561
> URL: https://issues.apache.org/jira/browse/AMBARI-18561
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.4.0
>Reporter: Akhil PB
>Assignee: Akhil PB
> Fix For: 2.5.0
>
> Attachments: AMBARI-18561.1.patch, AMBARI-18561.2.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)