[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2018-01-04 Thread Eugene Chekanskiy (JIRA)

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

Eugene Chekanskiy updated AMBARI-22629:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

b5da60b5ac..a020986728  branch-2.6 -> branch-2.6


> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Eugene Chekanskiy
>  Labels: blueprints, kerberos
> Fix For: 2.6.2
>
> Attachments: AMBARI-22629.branch-2.6-1.patch, 
> AMBARI-22629.branch-2.6.patch, blueprint_single_node_zk.json, 
> cluster_template_single_node_zk.json, screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 
> *Steps to reproduce*:
> # Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
> are installed on the Ambari server host with the krb5.conf setup properly
> # Install Blueprint - [^blueprint_single_node_zk.json]
> # Create clister - [^cluster_template_single_node_zk.json]
> # When cluster is created, Kerberos should be enabled and all services up
> # Disable Kerberos - error occurs during Unkerberize Cluster task.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2018-01-04 Thread Eugene Chekanskiy (JIRA)

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

Eugene Chekanskiy updated AMBARI-22629:
---
Attachment: AMBARI-22629.branch-2.6-1.patch

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Eugene Chekanskiy
>  Labels: blueprints, kerberos
> Fix For: 2.6.2
>
> Attachments: AMBARI-22629.branch-2.6-1.patch, 
> AMBARI-22629.branch-2.6.patch, blueprint_single_node_zk.json, 
> cluster_template_single_node_zk.json, screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 
> *Steps to reproduce*:
> # Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
> are installed on the Ambari server host with the krb5.conf setup properly
> # Install Blueprint - [^blueprint_single_node_zk.json]
> # Create clister - [^cluster_template_single_node_zk.json]
> # When cluster is created, Kerberos should be enabled and all services up
> # Disable Kerberos - error occurs during Unkerberize Cluster task.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-14 Thread Eugene Chekanskiy (JIRA)

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

Eugene Chekanskiy updated AMBARI-22629:
---
Attachment: AMBARI-22629.branch-2.6.patch

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Eugene Chekanskiy
>  Labels: blueprints, kerberos
> Fix For: 2.6.2
>
> Attachments: AMBARI-22629.branch-2.6.patch, 
> blueprint_single_node_zk.json, cluster_template_single_node_zk.json, 
> screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 
> *Steps to reproduce*:
> # Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
> are installed on the Ambari server host with the krb5.conf setup properly
> # Install Blueprint - [^blueprint_single_node_zk.json]
> # Create clister - [^cluster_template_single_node_zk.json]
> # When cluster is created, Kerberos should be enabled and all services up
> # Disable Kerberos - error occurs during Unkerberize Cluster task.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-14 Thread Eugene Chekanskiy (JIRA)

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

Eugene Chekanskiy updated AMBARI-22629:
---
Status: Patch Available  (was: Open)

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Eugene Chekanskiy
>  Labels: blueprints, kerberos
> Fix For: 2.6.2
>
> Attachments: AMBARI-22629.branch-2.6.patch, 
> blueprint_single_node_zk.json, cluster_template_single_node_zk.json, 
> screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 
> *Steps to reproduce*:
> # Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
> are installed on the Ambari server host with the krb5.conf setup properly
> # Install Blueprint - [^blueprint_single_node_zk.json]
> # Create clister - [^cluster_template_single_node_zk.json]
> # When cluster is created, Kerberos should be enabled and all services up
> # Disable Kerberos - error occurs during Unkerberize Cluster task.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-13 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Fix Version/s: 2.6.2

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Fix For: 2.6.2
>
> Attachments: blueprint_single_node_zk.json, 
> cluster_template_single_node_zk.json, screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 
> *Steps to reproduce*:
> # Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
> are installed on the Ambari server host with the krb5.conf setup properly
> # Install Blueprint - [^blueprint_single_node_zk.json]
> # Create clister - [^cluster_template_single_node_zk.json]
> # When cluster is created, Kerberos should be enabled and all services up
> # Disable Kerberos - error occurs during Unkerberize Cluster task.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-11 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Attachment: blueprint_single_node_zk.json
cluster_template_single_node_zk.json

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Attachments: blueprint_single_node_zk.json, 
> cluster_template_single_node_zk.json, screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-11 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Description: 
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error:
{noformat}
The data directory has not been set.  Generated data can not be stored.
{noformat}

!screenshot-error-dialog.png!

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 

*Steps to reproduce*:
# Setup Ambari, ensure KDC is installed on some host and Kerberos client libs 
are installed on the Ambari server host with the krb5.conf setup properly
# Install Blueprint - [^blueprint_single_node_zk.json]
# Create clister - [^cluster_template_single_node_zk.json]
# When cluster is created, Kerberos should be enabled and all services up
# Disable Kerberos - error occurs during Unkerberize Cluster task.

  was:
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error:
{noformat}
The data directory has not been set.  Generated data can not be stored.
{noformat}

!screenshot-error-dialog.png!

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 


> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Attachments: blueprint_single_node_zk.json, 
> cluster_template_single_node_zk.json, screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, 

[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-11 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Description: 
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error:
{noformat}
The data directory has not been set.  Generated data can not be stored.
{noformat}

!screenshot-error-dialog.png!

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 

  was:
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error.

!screenshot-error-dialog.png!

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 


> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Attachments: screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error:
> {noformat}
> The data directory has not been set.  Generated data can not be stored.
> {noformat}
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-11 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Description: 
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error.

!screenshot-error-dialog.png!

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 

  was:
Disabling Kerberos after enabled during Blueprint install fails with missing 
data directory error.

 !image-2017-12-11-15-12-21-492.png|thumbnail! 

This is caused by an invalid security state set for the installed components 
since the appropriate state is not set while enabling Kerberos during the 
installation process:

{noformat}
ambari=> select * from hostcomponentstate;
 id | cluster_id |  component_name  |   version| current_state | host_id | 
service_name | upgrade_state | security_state
++--+--+---+-+--+---+
  1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 | 
KERBEROS | NONE  | UNSECURED
  2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 | 
ZOOKEEPER| NONE  | UNSECURED
  3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 | 
ZOOKEEPER| NONE  | UNSECURED
{noformat}

The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
Because of this, Ambari _thinks_ there is no work to be done, causing this 
issue. 


> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Attachments: screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error.
> !screenshot-error-dialog.png!
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (AMBARI-22629) Disabling Kerberos after enabled during Blueprint install fails with missing data directory error

2017-12-11 Thread Robert Levas (JIRA)

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

Robert Levas updated AMBARI-22629:
--
Attachment: screenshot-error-dialog.png

> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error
> -
>
> Key: AMBARI-22629
> URL: https://issues.apache.org/jira/browse/AMBARI-22629
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.6.0
>Reporter: Robert Levas
>Assignee: Robert Levas
>  Labels: blueprints, kerberos
> Attachments: screenshot-error-dialog.png
>
>
> Disabling Kerberos after enabled during Blueprint install fails with missing 
> data directory error.
>  !image-2017-12-11-15-12-21-492.png|thumbnail! 
> This is caused by an invalid security state set for the installed components 
> since the appropriate state is not set while enabling Kerberos during the 
> installation process:
> {noformat}
> ambari=> select * from hostcomponentstate;
>  id | cluster_id |  component_name  |   version| current_state | host_id 
> | service_name | upgrade_state | security_state
> ++--+--+---+-+--+---+
>   1 |  2 | KERBEROS_CLIENT  | UNKNOWN  | INSTALLED |   1 
> | KERBEROS | NONE  | UNSECURED
>   2 |  2 | ZOOKEEPER_CLIENT | 2.5.0.0-1245 | INSTALLED |   1 
> | ZOOKEEPER| NONE  | UNSECURED
>   3 |  2 | ZOOKEEPER_SERVER | 2.5.0.0-1245 | STARTED   |   1 
> | ZOOKEEPER| NONE  | UNSECURED
> {noformat}
> The expected state for each component is {{SECURED}}, not {{UNSECURED}}. 
> Because of this, Ambari _thinks_ there is no work to be done, causing this 
> issue. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)