Member since
02-18-2020
29
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3281 | 07-23-2020 11:38 PM |
06-07-2021
07:58 AM
@Stephbat
To enable rotation for the ambari-agent, follow below steps:
cp /etc/ambari-agent/conf/logging.conf.sample /etc/ambari-agent/conf/logging.conf
Change the following line: args=('/var/log/ambari-agent/ambari-agent.log',"a", 10000000, 25) Where: The value 10000000 is the maximum size of the logs in bytes and the value 25 is the number of old logs to keep after the log rotates.
Restart the ambari-agent after making the changes.
... View more
03-13-2021
10:31 AM
On my version (6.3.3) It is found not in CDH/lib/hadoop/lib where it gets looked for, but out in CDH/lib64 for some reason. A symlink from hadoop/native out to lib64 would solve it. cloudera/parcels/CDH/lib64/libhdfs.so
... View more
01-22-2021
05:38 AM
I have opened a new message for the same topic => https://community.cloudera.com/t5/Support-Questions/HDP-3-1-4-0-315-libhdfs-problem/td-p/310294
... View more
07-30-2020
06:20 AM
@Shelton After the apply of the workaround on the file /var/lib/ambari-agent/cache/custom_actions/scripts/remove_previous_stacks.py, I succeeded to execute the API request but there's no effect : the directory of the old version hasn't been removed on the servers of the cluster, and the results of the API queries GET http://localhost/api/v1/clusters/<cluster_name>/stack_versions, http://localhost/api/v1/clusters/<cluster_name>/stack_versions/<id_oldversion>, are the same.
... View more
07-29-2020
06:34 AM
@massoudm Did you found a solution ? I get the same error after the upgrade of HDP 3.1.0 to 3.1.4 Thanks in advance
... View more
07-28-2020
01:36 AM
The restoring of /usr/hdp/3.1.0.0-78/oozie/conf/oozie-client-env.sh in /usr/hdp/3.1.4.0-315/oozie/conf/ is not the solution. It seems to be related to the BUG-123169 (https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.4/release-notes/content/known_issues.html)
... View more
07-28-2020
01:34 AM
Thanks for this reply I want to upgrade to the version 3.1.4, because the download of the packages of the version 3.1.5 requires a login/passwd that I don't have. Regarding the red flag on Oozie, I think that it's due to the BUG-123169 that I will try to workaround with a upgrade of bigtop-tomcat
... View more
07-23-2020
11:38 PM
I was able to restart to the datanode from the Ambari UI after a restart of the ambari-agent on the servers where the datanode run
... View more