Member since
04-04-2018
3
Posts
0
Kudos Received
0
Solutions
04-09-2018
12:04 PM
Versions: HDP 2.6.4.0-91 Ambari 2.6.1 I have deployed a cluster using blueprints, with custom host_groups names (like hdp-masternode-01, hdp-worker ..) then successfully added a new worker using host_group 'hdp-worker' specified in my blueprint. From this state i downloaded the cluster blueprint, in which, the host_groups have changed to: 'host_group_1' 'host_group_2'... Is there any know bug about that ? Thanks
... View more
Labels:
- Labels:
-
Apache Ambari
04-06-2018
07:45 AM
Sure, here's the full blueprint : cluster-blueprint.txt I successfully deployed this blueprint after removing the HIVE_SERVER_INTERACTIVE in section cluster-env / properties / stack_packages (line 549)
... View more
04-04-2018
11:46 AM
I have the same problem too Ambari 2.6.1 HDP 2.6.4.0-93
04 Apr 2018 09:13:26,884 ERROR [ambari-client-thread-25] ClusterImpl:1953 - No service found for config types '[cluster-env]', service config version not created
...
04 Apr 2018 09:13:31,614 ERROR [pool-3-thread-1] ViewRegistry:1047 - Failed to update 'use.hive.interactive.mode' parameter for viewName: HIVE, version: 2.0.0. Exception: org.apache.ambari.server.ServiceComponentNotFoundException: ServiceComponent not found, clusterName=mytestcluster, serviceName=HIVE, serviceComponentName=HIVE_SERVER_INTERACTIVE
...
04 Apr 2018 09:13:31,694 INFO [pool-20-thread-1] AmbariContext:567 - Config type hdfs-site is resolved in the cluster config.
04 Apr 2018 09:13:31,695 INFO [pool-20-thread-1] AmbariContext:567 - Config type hive-site is resolved in the cluster config.
04 Apr 2018 09:13:31,704 INFO [pool-20-thread-1] AmbariContext:567 - Config type yarn-site is resolved in the cluster config.
04 Apr 2018 09:13:31,705 INFO [pool-20-thread-1] AmbariContext:567 - Config type zookeeper-env is resolved in the cluster config.
04 Apr 2018 09:13:31,706 INFO [pool-20-thread-1] AmbariContext:567 - Config type oozie-site is resolved in the cluster config.
04 Apr 2018 09:13:31,707 INFO [pool-20-thread-1] AmbariContext:567 - Config type hive-env is resolved in the cluster config.
04 Apr 2018 09:13:31,718 INFO [pool-20-thread-1] AmbariContext:567 - Config type webhcat-site is resolved in the cluster config.
04 Apr 2018 09:13:31,719 INFO [pool-20-thread-1] AmbariContext:564 - Config type cluster-env not resolved yet, Blueprint deployment will wait until configuration update is completed
04 Apr 2018 09:13:31,728 INFO [pool-20-thread-1] AmbariContext:567 - Config type hive-interactive-site is resolved in the cluster config.
04 Apr 2018 09:13:31,729 INFO [pool-20-thread-1] AmbariContext:567 - Config type mapred-site is resolved in the cluster config.
04 Apr 2018 09:13:31,740 INFO [pool-20-thread-1] AmbariContext:567 - Config type core-site is resolved in the cluster config.
04 Apr 2018 09:13:31,740 INFO [pool-20-thread-1] AmbariContext:576 - Waiting for 1 configuration types to be resolved before Blueprint deployment can continue
Looking at the blueprint dumped from my previous running cluster "cluster-env" : {
...
\"HIVE_SERVER_INTERACTIVE\": {
\"STACK-SELECT-PACKAGE\": \"hive-server2-hive2\",
\"INSTALL\": [
\"hive-server2-hive2\"
],
\"PATCH\": [
\"hive-server2-hive2\"
],
\"STANDARD\": [
\"hive-server2-hive2\"
]
},
...
}
... View more