[ https://issues.apache.org/jira/browse/HADOOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524321 ]
Raghu Angadi commented on HADOOP-1822: -------------------------------------- Couple of comments : setupProxy() is repeated in two places. May be it should be moved to net utils. Sooner or later we will need to add HTTP proxy as well. How about specifying proxy in one line (similar to proxy.pac syntax). i.e "SOCKS socksproxy:1080" or "HTTP httpproxy:8080" (I would consider this advanced option). Net utils could have one call 'getProxy(proxyString)' that returns a Proxy. Also we could specify in the config documentation that it works only for job/DFSClient socks. But not for Datanodes etc. > Allow SOCKS proxy configuration to remotely access the DFS and submit Jobs > -------------------------------------------------------------------------- > > Key: HADOOP-1822 > URL: https://issues.apache.org/jira/browse/HADOOP-1822 > Project: Hadoop > Issue Type: New Feature > Components: dfs, ipc > Reporter: Christophe Taton > Assignee: Christophe Taton > Priority: Minor > Fix For: 0.14.1, 0.15.0 > > Attachments: 1822-2007-08-31a.patch, 1822-2007-09-01a.patch > > > The purpose of this issue is to introduce a new configuration entry to setup > SOCKS proxy for DFS and JobTracker clients. > This enable users to remotely access the DFS and submit Jobs as if they were > directly connected to the cluster Hadoop runs on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.