Dear Freinds
My Cloudera Cluster has no access to the internet - if I need to gather some parcel or any file via wget for example
But what if I want to import some python library in HUE or Zeppelin that requires dynamic access to the internet.
I have installed via pop3 pgeocode library and now in Peppelin or HUE when I want to dynamically call that library I am getting TIme OUT issue :
File "/usr/lib64/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 110] Connection timed out
How can I use proxy server in such cases so HUE or Zeppelin if record has access to the internet - able to reach the python library modules.