[ 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-05a.patch Here is a rewrite according the last suggestions: - provides a {{ProxySocketFactory}} - {{new Socket()}} have been replaced by calls to {{socketFactory.createSocket()}} - {{RPC}} now caches clients per SocketFactory - {{DFSClient}} and {{ipc.Client}} include a {{SocketFactory}} obtained according to the given configuration. The configuration for now allows the standard socket factory (client.proxy = direct), or the proxy socket factory (client.proxy = socks://host:port or http://host:port). This gives an opportunity to provide an SSL socket factory in the future... 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-04b.patch, 1822-2007-09-05a.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.