Member since
09-30-2015
83
Posts
57
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 20364 | 02-26-2016 11:19 PM |
02-03-2016
08:51 PM
@rbalam so do you have the mysql-connector-java on the Ambari server ? If not copy it please.
... View more
02-01-2016
09:32 PM
2 Kudos
The ZooKeeper server continually saves znode snapshot files and, optionally, transactional logs in a Data Directory to enable you to recover data. It's a good idea to back up the ZooKeeper Data Directory periodically. Although ZooKeeper is highly reliable because a persistent copy is replicated on each server, recovering from backups may be necessary if a catastrophic failure or user error occurs. When you use the default configuration, the ZooKeeper server does not remove the snapshots and log files, so they will accumulate over time. You will need to clean up this directory occasionally, taking into account on your backup schedules and processes. To automate the cleanup, a zkCleanup.sh script is provided in the bin directory of thezookeeper base package. Modify this script as necessary for your situation. In general, you want to run this as a cron task based on your backup schedule. The data directory is specified by the dataDir parameter in the ZooKeeper configuration file, and the data log directory is specified by the dataLogDir parameter.
... View more
02-23-2017
07:56 PM
We are also stuck in a similar issue while installing server Centos 7. The error pops when we execute ambari-server setup command. How to apply this patch?
... View more
08-08-2018
08:42 PM
By understanding ambari source code, the problem is solved. I need to specify below in blueprint:
"cluster-env": {
"properties": {
"dfs_ha_initial_namenode_active": "%HOSTGROUP::master_host_group%",
"dfs_ha_initial_namenode_standby": "%HOSTGROUP::master2_host_group%"
}
}
... View more
01-23-2016
05:59 AM
Agree! Upgrades are more complicated than just adding a service or changing some configuration. From an ops. perspective I want to see whats happening and control the upgrade process.
... View more
01-22-2016
04:26 PM
@rbalam see this thread for property. Here's the whole list of properties you can look at.
... View more
12-15-2016
05:18 PM
The installation via blueprint won't allow you to create a second timeline server. (It fails suggesting that you can only install it on one.) If you were to put the leveldb store on an ephemeral mount, you could move the service (and the mount) to a second server managed by another failover method. It isn't pretty, but it is possible.
... View more
06-01-2017
08:26 AM
The docs available online have typo errors, and some are not displaying correctly, as for example: 'Oozie status' instead of 'Ozie Server Status'. Also wordcap is not respected everywhere in the docs...
... View more
09-21-2017
11:27 AM
A learning I had was that when you export a table, use complete HDFS URI... In some cases, I found that it helped executing the command which otherwise was failed
... View more
12-08-2015
11:38 PM
1 Kudo
Thanks very much. This is exactly what i was looking for.
... View more
- « Previous
-
- 1
- 2
- Next »