Created on 04-04-2017 08:55 PM - edited 09-16-2022 08:44 AM
I'm currently running into an issue when starting up Hive LLAP. It appears to fail because it is attempting to connect to the data nodes using a blocked port. I'd like to limit the allowed port range for LLAP.
I tried adding site.global.slider.allowed.ports to slider-client.xml but it did not appear to work. Am I trying to set the wrong property? Am I adding the property to the wrong file?
Sidenote:
I already successfully setup Yarn and Tez to use this port range utilizing the following properties:
Created 04-04-2017 09:54 PM
Can you please post the stack trace you are seeing?
Created 04-05-2017 03:39 PM
This is a comment not an answer. Should be moved to a comment.
Created 09-08-2017 05:45 PM
You should set the site.global.slider.allowed.ports property in the global section of the appConfig.json. LLAP appears to have a CLI option slider-appconfig-global that will add custom properties.
Created 09-08-2017 08:12 PM
> I'd like to limit the allowed port range for LLAP.
LLAP does not use the Slider port assignment scheme and instead pulls it from hive-site.xml (the interactive one)
Here are the port numbers and configs you might want to whitelist.
The last rpc port is likely where you're seeing issues because it is unassigned by default.
Also any tez changes you make need to go into tez_hive2/conf/tez-site.xml as well.