Member since
10-03-2017
6
Posts
0
Kudos Received
0
Solutions
01-04-2019
05:50 AM
My namenode disk is filling up due to below audit logs. Can we delete below logs file. -rw-r--r--. 1 hdfs hadoop 2.2G Dec 20 23:59 hdfs-audit.log.2018-12-20
-rw-r--r--. 1 hdfs hadoop 7.2G Dec 21 23:59 hdfs-audit.log.2018-12-21
-rw-r--r--. 1 hdfs hadoop 7.3G Dec 22 23:59 hdfs-audit.log.2018-12-22
-rw-r--r--. 1 hdfs hadoop 7.1G Dec 23 23:59 hdfs-audit.log.2018-12-23
-rw-r--r--. 1 hdfs hadoop 17G Dec 24 23:59 hdfs-audit.log.2018-12-24
-rw-r--r--. 1 hdfs hadoop 23G Dec 25 23:59 hdfs-audit.log.2018-12-25
... View more
Labels:
- Labels:
-
Apache Hadoop
10-30-2017
12:15 AM
Hi , How the node-manager/slave understand that to communicate which resource-manager. I am aware that we add this property in yarn-site.xml in the slave. <property>
<name>yarn.resourcemanager.address</name>
<value>master1.datatorrent.com:8050</value>
</property> But how to configure these properties if we have Resource manager (HA), that is two resource manager?
... View more
Labels:
- Labels:
-
YARN