Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1944 | 06-15-2020 05:23 AM | |
| 15765 | 01-30-2020 08:04 PM | |
| 2092 | 07-07-2019 09:06 PM | |
| 8161 | 01-27-2018 10:17 PM | |
| 4638 | 12-31-2017 10:12 PM |
09-13-2018
07:24 AM
@Jay regarding my question what actuality happens if I set the value - 100 that is more then ambari recomended , dose ambari will take the value 100 anyway ? , or the limit is 96 ?
... View more
09-13-2018
06:28 AM
in order to explain my question I will give the following example under YARN --> CONFIG we have the following setings and then we CHANGE the following NEW settings as we can see the value - 100 is greater then scrollbar recommended in that case when we set the value 100 what is the real value that ambari is using ? dose ambari take the max value - 96 ? or ambari take the value - 100 ?
... View more
Labels:
09-12-2018
04:16 PM
so in case we verify the logs of gc by http://gceasy.io/ , and we see that Driver isn't doing full garbage collection , that what are the next steps that we need to do ?
... View more
09-12-2018
03:14 PM
hi all, Number of vcores ( yarn.nodemanager.resource.cpu-vcores , should be around ~80% of total vCPUs available on datanode machine machine, but what in case we have on datanode machine the following info : 32 core , and Thread(s) per core is 2 lscpu
Thread(s) per core: 2 in this case what should be the yarn.nodemanager.resource.cpu-vcores ? is it 80% from 64 ? or 80% from 32 ?
... View more
Labels:
09-12-2018
06:48 AM
@Falix , regarding to you answer - "Check if Driver is doing full garbage collection" , please described how to do that?
... View more
09-06-2018
10:06 AM
@Sandeep , I will explain why we want logs under the datanode machine /var/log/spark2 , maybe you have suggestion We notice that the messages that sent by the executor ( on datanode ) can not be delivered to the driver ( on the master machine ), and from the yarn logs we can see that warning <code>WARN executor.Executor:Issue communicating with driver in heartbeater My question is - what could be the reasons that driver ( master1 machine ) not get the heartbeat from the workers machines second how to debug this problem about - communicating with driver in heartbeater ?
... View more
09-06-2018
10:01 AM
we need the debug for Spark Thrift server , we have issue when heartbeat from datanode machine not communicated with the driver , so this is the reason that we need debug mode on for Spark Thrift server
... View more
09-06-2018
07:23 AM
because the logs are huge , do you want to search specific sting in the logs ?
... View more
09-06-2018
07:06 AM
about the logs , please remind me what the logs that you want to look for ?
... View more
09-06-2018
07:04 AM
this is the relevant info from the file ( long file , but I think you want to look on the relevant disks )
<value>
/data/sdb/hadoop/hdfs/data,/data/sdc/hadoop/hdfs/data,/data/sdd/hadoop/hdfs/data,/data/sde/hadoop/hdfs/data
</value>
<source>hdfs-site.xml</source>
</property>
<value>
/data/sdb/hadoop/hdfs/data,/data/sdc/hadoop/hdfs/data,/data/sdd/hadoop/hdfs/data,/data/sde/hadoop/hdfs/data
</value>
<source>hdfs-site.xml</source>
</property>
... View more