I don’t think HDP 2.5 is publicly available yet.

stackVersion=2.5

> On May 24, 2016, at 2:49 AM, Jeff Zhang <[email protected]> wrote:
> 
> Thanks, Alejandro, but after I use HDP as repoId, it still fails.  (Do I use 
> wrong stackVersion/osType ? I don't find valid stackVersoin/osType/repoId 
> list in https://cwiki.apache.org/confluence/display/AMBARI/Blueprints 
> <https://cwiki.apache.org/confluence/display/AMBARI/Blueprints>)
> 
> 
> 
> [root@jzhang-test3-1 ~]# curl -X PUT  -u admin:admin -d @repo.json -H 
> 'X-Requested-By: ambari' 
> http://jzhang-test3-1.openstacklocal:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/centos6/repositories/HDP
>  
> <http://jzhang-test3-1.openstacklocal:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/centos6/repositories/HDP>
> {
>   "status" : 404,
>   "message" : 
> "org.apache.ambari.server.controller.spi.NoSuchResourceException: The 
> specified resource doesn't exist: Stack data, stackName=HDP, 
> stackVersion=2.5, osType=centos6, repoId=HDP" 
> 
> On Sat, May 21, 2016 at 2:22 AM, Alejandro Fernandez 
> <[email protected] <mailto:[email protected]>> wrote:
> Hi Jeff,
> 
> Valid repo names are "HDP" or "HDP-UTILS" instead of "hw_repo".
> 
> Thanks,
> Alejandro
> 
> From: Jeff Zhang <[email protected] <mailto:[email protected]>>
> Reply-To: "[email protected] <mailto:[email protected]>" 
> <[email protected] <mailto:[email protected]>>
> Date: Thursday, May 19, 2016 at 11:23 PM
> To: "[email protected] <mailto:[email protected]>" 
> <[email protected] <mailto:[email protected]>>
> Subject: Issues when using blueprint
> 
> I try to use blueprints,  but fails with 2 problems. 
> 
> One is when setup repo, another is when registering blueprint. Here’s the 
> errors I get
> 
> 
> Setup repo.
> 
> curl -X PUT  -u admin:admin -d @repo.json -H 'X-Requested-By: ambari' 
> http://jzhang-test3-1.openstacklocal:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/centos6/repositories/hw_repo
>  
> <http://jzhang-test3-1.openstacklocal:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/centos6/repositories/hw_repo>
> 
> Error I get:  
> 
> {
> 
>   "status" : 404,
> 
>   "message" : 
> "org.apache.ambari.server.controller.spi.NoSuchResourceException: The 
> specified resource doesn't exist: Stack data, stackName=HDP, 
> stackVersion=2.5, osType=centos6, repoId=hw_repo”
> 
> }
> 
> 
> Register blueprint
> 
> 
> curl -X POST -u admin:admin -d @dev_cluster.json -H 'X-Requested-By: ambari' 
> http://jzhang-test3-1.openstacklocal:8080/api/v1/blueprints/dev_cluster 
> <http://jzhang-test3-1.openstacklocal:8080/api/v1/blueprints/dev_cluster>
> 
> Error I get
> 
> {
> 
>   "status" : 400,
> 
>   "message" : "Blueprint configuration validation failed: Missing required 
> properties.  Specify a value for these properties in the blueprint 
> configuration. {host_group_1={kerberos-env=[kdc_type, kdc_hosts, 
> encryption_types, realm, ldap_url, container_dn]}}”
> 
> }
> 
> 
> 
> Attach are the request body file for these 2 cases.
> 
> 
> -- 
> Best Regards
> 
> Jeff Zhang
> 
> 
> 
> -- 
> Best Regards
> 
> Jeff Zhang

Reply via email to