Member since
09-25-2015
46
Posts
139
Kudos Received
16
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5490 | 11-27-2017 07:37 PM | |
5116 | 09-18-2017 06:28 PM | |
2817 | 09-08-2017 06:40 PM | |
1449 | 07-17-2017 07:13 PM | |
1306 | 06-29-2017 06:18 PM |
06-05-2020
04:59 AM
See https://github.com/apache/spark/pull/22164/files
... View more
01-08-2020
01:46 AM
You have to do this on the node where resource manager runs. on other nodes, this directory would be empty only. so this should be good.
... View more
12-10-2019
01:24 AM
Hi, Have you tried submitting applications to other queue? Could you tell us does it worked on other queues? Queue.default has reached 99.7% and this may cause issues. Thanks AK
... View more
09-18-2017
07:46 PM
3 Kudos
@PJ You can also look at the .out files which are present in the same yarn log dir location. Alternatively, you can launch the process in the foreground using "yarn nodemanager" CLI to see why the process is shutting down immediately.
... View more
09-11-2017
04:21 AM
1 Kudo
Well explained @ssathish. I accept this as correct answer. Thank you.
... View more
04-26-2017
11:47 PM
4 Kudos
Hi @Sandeep SIngh, Each mapper and reducer is a java process and we need some reserve memory to store the java code. Hence the Map/Reducer memory should be greater than the JVM heap size.
... View more
03-30-2017
11:49 AM
Hi @Predrag Minovic and @ssathish, I tried with WebHCat, it works. I already tried with the Distributed Shell application, but I didn't success. Maybe I did wrong. But I think I will try with Oozie soon. Thanks for you help
... View more
02-15-2017
12:44 AM
1 Kudo
@ssathish
hdfs user is not usually allowed to access encryption keys. This ensures that even Hadoop admin cannot access the encrypted data. Check in your Ranger KMS who is authorized to access keys and use that user. You should not be using HDFS user to access encryption keys. https://community.hortonworks.com/content/supportkb/49505/how-to-correctly-setup-the-hdfs-encryption-using-r.html
... View more
11-30-2016
06:48 PM
3 Kudos
@Hoang Le The max application master resource is calculated using the value "yarn.scheduler.capacity.maximum-am-resource-percent" which is set in capacity-scheduler.xml. The default value is 0.1 which means 10% of the cluster resources. More info can be found in http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_yarn_resource_mgt/content/setting_application_limits.html
... View more
02-18-2016
07:10 PM
2 Kudos
6+3 worked for me. Thanks!
... View more