[ https://issues.apache.org/jira/browse/HADOOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christophe Taton updated HADOOP-1822: ------------------------------------- Attachment: 1822-2007-09-04b.patch Rewritten according to the suggested changes: - {{utils.NetUtils}} provides a {{getProxy(String proxyURI)}} method. - {{hadoop-default.xml}} now contains a default proxy parameter named {{client.proxy}} with a default value to {{direct}}. The proxy URI can be: - {{socks://host:port}} - {{http://host:port}} The proxy does make sense for clients only and is therefore removed from the configuration in a submitted job. JUnit tests ok. Thanks > 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.15.0 > > Attachments: 1822-2007-09-01a.patch, 1822-2007-09-04b.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.