Re: COMMERCIAL:Re: Did something get broken for webhcat today?

2015-03-18 Thread Greg Hill
Ok, I'll see if I can figure out the API equivalent.  We are automating 
everything since we provide hdp clusters as a service.

Greg

From: Yusaku Sako yus...@hortonworks.commailto:yus...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 12:06 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?

Greg,

Ambari does automatically retrieve the repo info for the latest maintenance 
version of the stack.
For example, if you select HDP 2.2, it will pull the latest HDP 2.2.x version.
It seems like HDP 2.2.3 was released last night, so when you are installing a 
new cluster it is trying to install with 2.2.3.
Since you already have HDP 2.2.0 bits pre-installed on your image, you need to 
explicitly set the repo URL to 2.2.0 bits in the Select Stack page, as Jeff 
mentioned.

This is only true for new clusters being installed.
For adding hosts to existing clusters, it will continue to use the repo URL 
that you originally used to install the cluster with.

Yusaku

From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Thursday, March 19, 2015 1:56 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We did install that repo when we built the images we're using:

wget -O /etc/yum.repos.d/hdp.repo 
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0/hdp.repo

We preinstall a lot of packages on the images to reduce install time, including 
ambari.  So our version of Ambari didn't change, and we didn't inject those new 
repos.  Does ambari self-update or phone home to get the latest repos?  I can't 
figure out how the new repo got injected.

Greg


From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 11:48 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?


In Ambari Web  Admin  Stack (or during install, on Select Stack, expand 
Advanced Repository Options): can you update your HDP repo Base URL to use the 
HDP 2.2 GA repository (instead of what it's pulling, which is 2.2.3.0)?


http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0



From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Sent: Wednesday, March 18, 2015 12:41 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We didn't change anything.  Ambari 1.7.0, HDP 2.2.  Repos are:

[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP.repo
[HDP-2.2]
name=HDP
baseurl=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.3.0
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP-UTILS.repo
[HDP-UTILS-1.1.0.20]
name=HDP-UTILS
baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/ambari.repo
[ambari-1.x]
name=Ambari 1.x
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/GA
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1

[Updates-ambari-1.7.0]
name=ambari-1.7.0 - Updates
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/updates/1.7.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1



From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 11:26 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?

Are you using ambari trunk or ambari 2.0.0 branch builds?

Also please confirm: your HDP repos have not changed (I.e. Are you using local 
repos for the HDP stack packages)?

From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 12:22 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Did something get broken for webhcat today?

Starting this morning, we started

Re: COMMERCIAL:Re: Did something get broken for webhcat today?

2015-03-18 Thread Jeff Sposetti
See if the API call here helps…might be what you are looking for…

https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-Step4:SetupStackRepositories%28Optional%29



From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 1:11 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: COMMERCIAL:Re: Did something get broken for webhcat today?

Ok, I'll see if I can figure out the API equivalent.  We are automating 
everything since we provide hdp clusters as a service.

Greg

From: Yusaku Sako yus...@hortonworks.commailto:yus...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 12:06 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?

Greg,

Ambari does automatically retrieve the repo info for the latest maintenance 
version of the stack.
For example, if you select HDP 2.2, it will pull the latest HDP 2.2.x version.
It seems like HDP 2.2.3 was released last night, so when you are installing a 
new cluster it is trying to install with 2.2.3.
Since you already have HDP 2.2.0 bits pre-installed on your image, you need to 
explicitly set the repo URL to 2.2.0 bits in the Select Stack page, as Jeff 
mentioned.

This is only true for new clusters being installed.
For adding hosts to existing clusters, it will continue to use the repo URL 
that you originally used to install the cluster with.

Yusaku

From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Thursday, March 19, 2015 1:56 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We did install that repo when we built the images we're using:

wget -O /etc/yum.repos.d/hdp.repo 
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0/hdp.repo

We preinstall a lot of packages on the images to reduce install time, including 
ambari.  So our version of Ambari didn't change, and we didn't inject those new 
repos.  Does ambari self-update or phone home to get the latest repos?  I can't 
figure out how the new repo got injected.

Greg


From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 11:48 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?


In Ambari Web  Admin  Stack (or during install, on Select Stack, expand 
Advanced Repository Options): can you update your HDP repo Base URL to use the 
HDP 2.2 GA repository (instead of what it's pulling, which is 2.2.3.0)?


http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0



From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Sent: Wednesday, March 18, 2015 12:41 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We didn't change anything.  Ambari 1.7.0, HDP 2.2.  Repos are:

[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP.repo
[HDP-2.2]
name=HDP
baseurl=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.3.0
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP-UTILS.repo
[HDP-UTILS-1.1.0.20]
name=HDP-UTILS
baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/ambari.repo
[ambari-1.x]
name=Ambari 1.x
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/GA
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1

[Updates-ambari-1.7.0]
name=ambari-1.7.0 - Updates
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/updates/1.7.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1



From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 11:26 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today

Re: COMMERCIAL:Re: COMMERCIAL:Re: Did something get broken for webhcat today?

2015-03-18 Thread Greg Hill
Thanks, that seems to do it.

Greg

From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 12:22 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: COMMERCIAL:Re: Did something get broken for webhcat 
today?

See if the API call here helps…might be what you are looking for…

https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-Step4:SetupStackRepositories%28Optional%29



From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 1:11 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: COMMERCIAL:Re: Did something get broken for webhcat today?

Ok, I'll see if I can figure out the API equivalent.  We are automating 
everything since we provide hdp clusters as a service.

Greg

From: Yusaku Sako yus...@hortonworks.commailto:yus...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 12:06 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?

Greg,

Ambari does automatically retrieve the repo info for the latest maintenance 
version of the stack.
For example, if you select HDP 2.2, it will pull the latest HDP 2.2.x version.
It seems like HDP 2.2.3 was released last night, so when you are installing a 
new cluster it is trying to install with 2.2.3.
Since you already have HDP 2.2.0 bits pre-installed on your image, you need to 
explicitly set the repo URL to 2.2.0 bits in the Select Stack page, as Jeff 
mentioned.

This is only true for new clusters being installed.
For adding hosts to existing clusters, it will continue to use the repo URL 
that you originally used to install the cluster with.

Yusaku

From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Thursday, March 19, 2015 1:56 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We did install that repo when we built the images we're using:

wget -O /etc/yum.repos.d/hdp.repo 
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0/hdp.repo

We preinstall a lot of packages on the images to reduce install time, including 
ambari.  So our version of Ambari didn't change, and we didn't inject those new 
repos.  Does ambari self-update or phone home to get the latest repos?  I can't 
figure out how the new repo got injected.

Greg


From: Jeff Sposetti j...@hortonworks.commailto:j...@hortonworks.com
Reply-To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Date: Wednesday, March 18, 2015 at 11:48 AM
To: user@ambari.apache.orgmailto:user@ambari.apache.org 
user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: COMMERCIAL:Re: Did something get broken for webhcat today?


In Ambari Web  Admin  Stack (or during install, on Select Stack, expand 
Advanced Repository Options): can you update your HDP repo Base URL to use the 
HDP 2.2 GA repository (instead of what it's pulling, which is 2.2.3.0)?


http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0



From: Greg Hill greg.h...@rackspace.commailto:greg.h...@rackspace.com
Sent: Wednesday, March 18, 2015 12:41 PM
To: user@ambari.apache.orgmailto:user@ambari.apache.org
Subject: Re: Did something get broken for webhcat today?

We didn't change anything.  Ambari 1.7.0, HDP 2.2.  Repos are:

[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP.repo
[HDP-2.2]
name=HDP
baseurl=http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.3.0
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/HDP-UTILS.repo
[HDP-UTILS-1.1.0.20]
name=HDP-UTILS
baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6
path=/
enabled=1
gpgcheck=0
[root@gateway-1 ~]# cat /etc/yum.repos.d/ambari.repo
[ambari-1.x]
name=Ambari 1.x
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/GA
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1

[Updates-ambari-1.7.0]
name=ambari-1.7.0 - Updates
baseurl=http://public-repo-1.hortonworks.com/ambari/centos6/1.x/updates/1.7.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos6/RPM-GPG