Created 05-31-2016 08:11 PM
Created 06-01-2016 10:08 PM
May I ask which document are you referencing to?
If my IDE services me correctly, this parameter is used only in two places (TezClientUtils and AMContainerHelpers), and if you don't set, it uses the default value 0.8 all the time.
Created 06-01-2016 10:08 PM
May I ask which document are you referencing to?
If my IDE services me correctly, this parameter is used only in two places (TezClientUtils and AMContainerHelpers), and if you don't set, it uses the default value 0.8 all the time.
Created 06-01-2016 10:08 PM
I hope I'm not misunderstanding the question, but if you didn't set, 0.8 is the default value:
public static final double TEZ_CONTAINER_MAX_JAVA_HEAP_FRACTION_DEFAULT = 0.8;
Created 06-01-2016 10:08 PM
Yes, I saw that in the documentation. But from reading the documentation from the Apache site, it leads one to believe that you can opt to not set this property. Is that correct?
Created 06-09-2016 01:28 PM
Yes, here's the link I was referencing: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/ref-ffe...
Created 06-09-2016 10:50 PM
If not set, 0.8 will be / should be used.
Created 06-10-2016 03:38 PM
Thanks @Hajime!