Re: Operating System matching redhat7 could not be found

2018-05-18 Thread xiang . dai
I define a stack called SKY, and my repo.xml is as below: http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.0.3 SKY-3.0 SKY true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos7 SKY-UTILS-1.1.0.21 SKY-UTILS false I use centos7 to

Extending an existing cluster via API calls

2018-05-18 Thread johannes.meixner
I'm looking to extend an existing cluster via API calls. The cluster was configured to have hostgroups 2 (Ambari server with all necessary infrastructure) and hostgroup 1 (Zookeeper etc). According to the documentation, it looks like I should be able to post the following JSON to

Re: Operating System matching redhat7 could not be found

2018-05-18 Thread David Quiroga
What is the output of cat /etc/*release on the hosts. I know the code has to map values to the 'redhat7' On Fri, May 18, 2018 at 7:08 AM, wrote: > I define a stack called SKY, and my repo.xml is as below: > > > > >

Re: Operating System matching redhat7 could not be found

2018-05-18 Thread xiang . dai
I use centos7.4: $ cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) From: "David Quiroga" To: "user" Sent: Saturday, May 19, 2018 4:08:37 AM Subject: Re: Operating System matching redhat7 could not be found What is the