Member since 
    
	
		
		
		02-03-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                119
            
            
                Posts
            
        
                55
            
            
                Kudos Received
            
        
                8
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 3308 | 07-04-2018 07:11 AM | |
| 5235 | 07-04-2018 06:48 AM | |
| 1510 | 06-30-2018 06:50 PM | |
| 3106 | 04-04-2018 03:07 AM | |
| 3369 | 06-06-2016 07:28 AM | 
			
    
	
		
		
		06-30-2018
	
		
		10:40 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi,  I'm trying to create a cluster using local repo (without internet). I've successfully install all prerequisites up to ambari-server.  Now im having issues starting ambari-server.  01 Jul 2018 02:41:20,645  INFO [Stack Version Loading Thread] RepoUrlInfoCallable:94 - Loading latest URL info from http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json for stacks HDP-2.3.GlusterFS,HDP-2.3.ECS,HDP-2.5,HDP-2.6,HDP-2.3,HDP-2.4,HDP-2.1.GlusterFS,HDP-2.1,HDP-2.2,HDP-2.0
01 Jul 2018 02:41:20,665  INFO [Stack Version Loading Thread] RepoUrlInfoCallable:107 - Could not load the URI from http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json, stack defaults will be used
01 Jul 2018 02:41:20,665  INFO [Stack Version Loading Thread] RepoUrlInfoCallable:110 - Loaded URI http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json for stacks HDP-2.3.GlusterFS,HDP-2.3.ECS,HDP-2.5,HDP-2.6,HDP-2.3,HDP-2.4,HDP-2.1.GlusterFS,HDP-2.1,HDP-2.2,HDP-2.0 in 23ms
01 Jul 2018 02:41:20,666  INFO [main] StackContext:208 - Loaded urlinfo in 29ms
01 Jul 2018 02:41:20,667 ERROR [main] StackContext:217 - Could not load repo results    Does ambari-server needs internet connection to start correctly? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
	
					
			
		
	
	
	
	
				
		
	
	
			
    
	
		
		
		06-30-2018
	
		
		06:50 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Already solved this my problem. I've used wrong URL, instead of `../clusters/cluster_name` I've put `../blueprints/cluster_name` 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-30-2018
	
		
		01:05 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 
	Hi,  
	I'm trying to deploy latest HDP version 2.6.5.0 via blueprints. I already have working simple blueprint for HDP-2.6.4.0.  
	BUT now, when trying to to use it against latest version, I have error like below when loading the hostmap.json.  
	error message:  "status" : 400, 
"message" : "The properties [blueprint, repository_version_id, default_password] specified in the request or predicate are not supported for the resource type Blueprint."  
	here my hostmap.json  { 
"blueprint" : "clustername", 
"default_password" : "clusterpass", 
"repository_version_id": 1, 
"host_groups" :[ 
{ 
"name" : "host_group_1", 
"hosts" : [ { "fqdn" : "{{ master1_hostname }}"} ] }, 
{ 
"name" : "host_group_2", 
"hosts" : [ { "fqdn" : "{{ master2_hostname }}" } ] },
{ 
"name" : "host_group_3", 
"hosts" : [ { "fqdn" : "{{ master3_hostname }}" } ] }, 
{ 
"name" : "host_group_4", 
"hosts" : [ 
{ "fqdn" : "{{ worker1_hostname }}" }, 
{ "fqdn" : "{{ worker2_hostname }}" }, 
{ "fqdn" : "{{ worker3_hostname }}" } ] } 
] 
}
 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
	
					
			
		
	
	
	
	
				
		
	
	
			
    
	
		
		
		06-01-2018
	
		
		04:27 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 is the step #4 necessary for HDP-2.6.4 version?  btw, I had some error after enabling SSL on Mapred    (<urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:590)>) 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-08-2018
	
		
		02:31 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Thanks for this guide.. 🙂   ...Will this work on a HA setup? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-04-2018
	
		
		03:07 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Issue fixed by setting up a local repository. Not sure why I'm having error when using public repo.  Thank for helping out!  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-28-2018
	
		
		03:42 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @Geoffrey Shelton Okot  That URL is inaccessible is your host able to connect to the internet?  Yes. I can download the VDF and hdp.list files from it. But when trying to access it via browser it got this  <Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
"); vertical-align: bottom; height: 10px;"><Key>
HDP/ubuntu16/2.x/updates/2.6.4.0/dists/HDP-2.6.4.0/
</Key>
<RequestId>324F1BB13AAAF858</RequestId>
"); vertical-align: bottom; height: 10px;"><HostId>
jzXWBknZCZ+SyMzIlw4n0HDFiwykhvO5EPZmzONxou0CnaJVzxQQZLoDfgEOwVY8Q7mkSrZgJQc=
</HostId>
</Error>  Have you setup and started your Ambari server?  Yes.  Can you post contents of your /etc/apt/sources.list.d/ambari.list  cat /etc/apt/sources.list.d/hdp.list  # VERSION_NUMBER=2.6.4.0-91  deb http://public-repo-1.hortonworks.com/HDP/ubuntu16/2.x/updates/2.6.4.0 HDP main  deb http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/ubuntu16 HDP-UTILS main  cat /etc/apt/sources.list.d/ambari.list  #VERSION_NUMBER=2.6.1.3-3  deb http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.1.3 Ambari main 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-28-2018
	
		
		03:16 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi!   It's good to be back here.. 🙂  I'm trying to create my cluster using blueprints, I'm stucked at repo registration using public repo....  {
  "status" : 400,
  "message" : "java.lang.IllegalArgumentException: Could not access base url . http://public-repo-1.hortonworks.com/HDP/ubuntu16/2.x/updates/2.6.4.0 . http://public-repo-1.hortonworks.com/HDP/ubuntu16/2.x/updates/2.6.4.0/dists/HDP-2.6.4.0/Release"
}       
  Here's the json file  {
  "Repositories" : {
    "repo_name" : "HDP-2.6.4.0",
    "base_url" : "http://public-repo-1.hortonworks.com/HDP/ubuntu16/2.x/updates/2.6.4.0",
    "verify_base_url" : true
  }
}  Any help would be appreciated. Thanks! 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
	
					
			
		
	
	
	
	
				
		
	
	
			
    
	
		
		
		03-31-2017
	
		
		06:28 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Since this is a fresh download, I just went to recreate the VM with a fresh copy of vdisk and it went OK. 
Thanks! 
						
					
					... View more