Member since
09-15-2015
457
Posts
507
Kudos Received
90
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
16845 | 11-01-2016 08:16 AM | |
12446 | 11-01-2016 07:45 AM | |
11365 | 10-25-2016 09:50 AM | |
2435 | 10-21-2016 03:50 AM | |
5081 | 10-14-2016 03:12 PM |
02-12-2016
08:35 AM
3 Kudos
Validate HDFS configuration and make sure HDFS service is running. Input/Output error can be thrown because of multiple reasons (wrong config, NN not available,....) Could you please check the HDFS Namenode Log and see if any error/exception is shown.
... View more
02-12-2016
07:25 AM
Since hbase.cluster.distributed is true, could you please change "Metrics service operation mode" to "distributed"
... View more
02-11-2016
06:37 AM
1 Kudo
If you have a kerberized environment, make sure hbase.regionserver.kerberos.principal and hbase.master.kerberos.principal are the same, this caused some issues in the past. Also set the zookeeper.znode.parent to /ams-hbase if you have NOT kerberized your env. otherwise set it to /ams-hbase-secure Stop all Ambari Metrics components, log into the machine and make sure there is no running metrics process (ps aux | grep metrics) Start Metrics again and check the Hbase Master and Metrics Collector log (both in /var/log/ambari-metrics/collector/....) Are you using a distributed or embedded mode? Could you please post the following configurations: hbase.rootdir hbase.cluster.distributed Metrics service operation mode hbase.zookeeper.property.clientPort hbase.zookeeper.quorum Thanks!
... View more
02-11-2016
06:12 AM
4 Kudos
Hi @mhendricks you should use 2 Namenodes to increase the availability of the backup cluster. This is especially important if you only have limited window for your backup (like 1-5am). This might also be helpful: https://community.hortonworks.com/questions/4135/what-to-backup-and-how-only-metadata-not-data.html https://community.hortonworks.com/questions/394/what-are-best-practices-for-setting-up-backup-and.html
... View more
02-11-2016
06:00 AM
4 Kudos
This is a know bug in Hive View and will be fixed in one of the upcoming Ambari versions. You can find a valid workaround in our Troubleshooting guide http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_views_guide/content/troubleshooting.html The base problem is, that your user does not have a user directory in /user in HDFS
... View more
02-10-2016
07:00 PM
1 Kudo
what ambari version is this?
... View more
02-10-2016
04:33 PM
1 Kudo
Thanks for sharing! Let us know how it works out or if you run into any trouble.
... View more
02-10-2016
12:59 PM
Can you install the package without dependencies, e.g. by using the yum-option --nodeps (http://yum.baseurl.org/wiki/NoDeps)
... View more
02-10-2016
12:44 PM
1 Kudo
Hi @Kunal Gaikwad, since we have no confirmation on 2.2.1 yet, please use the latest Ambari release, which is 2.2.0.
... View more
02-10-2016
09:10 AM
1 Kudo
Agree. I can also access http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.2.0.0/ambari.repo
... View more