Member since
11-24-2015
223
Posts
10
Kudos Received
0
Solutions
06-29-2018
03:31 PM
the max app master resources memory is configured to 235 gb. but when i had the issue the single job was consuming only around 50 gb. thanks.
... View more
06-29-2018
03:28 PM
that link is not going through. can u pls check. btw in my cluster, in reality, the queue in question the minimum is 1% and max is 90%. below are the configurations for the queue - currently there are no jobs running in that queue : Used Capacity:0.0%
Configured Capacity:1.0% Configured Max Capacity:90.0% Absolute Used Capacity:0.0% Absolute Configured Capacity:1.0% Absolute Configured Max Capacity:90.0% Used Resources:<memory:0, vCores:0> Configured Max Application Master Limit:20.0 Max Application Master Resources:<memory:235520, vCores:1> Used Application Master Resources:<memory:0, vCores:0> Max Application Master Resources Per User:<memory:235520, vCores:1>
... View more
06-29-2018
02:53 PM
sorry i forgot to mention that the user limit for q4 is 3. so i think it should allow three processes to run at the same time. I checked the queue manager : the maximum am resource for q4 is set to 'inherited%'.
... View more
06-29-2018
02:06 PM
In our environment we use capacity scheduler. Pre-emption is disabled. I came across a situation i could not understand and would appreciate any insights from the forum members. let us suppose i have four queues in my cluster. q1 to q4. The capacity allocation for q1, q2 and q3 is 30 minimum and 50 maximum. The capacity for q4 is 10 minimum and 100 maximum. So we have jobs running on all queues. But only some 60% of the cluster capacity is being used currently. One running job currently uses the q4 queue and the usage is over capacity at 200% ie 20% of the cluster capacity. Another job for q4 is executed, but goes into accepted state. So the question is even though q4 has a max capacity of 100% and the current usage is only 60% of the capacity of the cluster, still it is not allowing another process to execute on the same queue. This is the issue I saw. So is the new job not able to execute in q4 queue because q4 is already 'over capacity'? Or is it any other reason? If the former, then can only current running jobs in q4 avail of the 100%? Or can the capacity allocation for the queues be designed better? Appreciate the insights.
... View more
Labels:
- Labels:
-
Apache YARN
04-13-2018
03:04 PM
sometimes in our environment, when selecting from a hbase table there is error. so we usually run "hbase hbck" (without any further parameters) and check for inconsistencies. If we see any inconsistency we usually restart the hbase master/region services and then run "hbase hbck" again and check the output. Most of the time the inconsistencies are gone. So where and in what circumstance do we use options of "hbase hbck" like repair and fix? appreciate the insights.
... View more
Labels:
- Labels:
-
Apache HBase
04-02-2018
05:04 PM
that was cool. thanks!!!
... View more
04-02-2018
01:59 PM
Is it possible to list the nodes for an application id from command line? ie i want to see all the nodes involved in a job - from the command line. Appreciate the feedback.
... View more
Labels:
- Labels:
-
Apache YARN
01-18-2018
09:24 PM
under yarn you can configure total space allocation for containers, minimum container size and maximum container size. this container configuration seems to be linked with the size of the memory on nodes. so the total space allocation for containers is always less than the total memory on the hosts? but a container is not only memory right? it is also processor cores, disk space, network bandwidth etc. so where is the accommodation for the rest of these resources (cores, disks etc) in the container sizing? appreciate the insights.
... View more
Labels:
- Labels:
-
Apache YARN
10-04-2017
07:58 PM
thanks so much thussain. worked fine.
... View more