Member since
12-07-2016
16
Posts
3
Kudos Received
0
Solutions
08-01-2018
03:53 AM
Hi Kuldeep I have ambari 2.6 local repositroy map as below but during installation, public repository being invoked by components and not using local repository which I have registered using Rest API. Please help me I am new to the ambari-blueprint curl -i -H "X-Requested-By: ambari" -u admin:admin -X PUT \ -d'{ "Repositories" : {"repo_name":"HDP-2.5.0.0","base_url":"http://192.168.56.104/HDP/centos6", "verify_base_url":true }}' \ http://master.zdp.com:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/redhat6/repositories/HDP-2.5 curl -i -H "X-Requested-By: ambari" -u admin:admin -X PUT \ -d'{ "Repositories" : {"repo_name":"HDP-UTILS-1.1.0.21","base_url":"http://192.168.56.104/hdpu", "verify_base_url":true }}' \ http://master.zdp.com:8080/api/v1/stacks/HDP/versions/2.5/operating_systems/redhat6/repositories/HDP-UTILS-1.1.0.21 [root@master aut]# more hostmapping.json { "blueprint" : "single-node-hdp-cluster", "repository_version_id": 1, "default_password" : "admin", "host_groups" :[ { "name" : "host_group_1", "hosts" : [ { "fqdn" : "master.zdp.com" } ] } ] } [root@master aut]# cat /etc/yum.repos.d/ambari-hdp-1.repo [HDP-2.5-repo-1] name=HDP-2.5-repo-1 baseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos6/2.x/BUILDS/2.5.0.0-1245 path=/ enabled=1 gpgcheck=0 [HDP-UTILS-1.1.0.21-repo-1] name=HDP-UTILS-1.1.0.21-repo-1 baseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6 path=/ enabled=1
... View more
12-01-2017
03:20 AM
I am facing similar issue where standby NN is not starting. In the hdfs out file we are getting java.lang.OutOfMemoryError: Requested array size exceeds VM limit. Can we uncheck Audit to SOLR from Advance ranger audit and then start Standby NN. Will there be any impact on the cluster if we uncheck Audit to SOLR
... View more