[ 
https://issues.apache.org/jira/browse/HADOOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526556
 ] 

Doug Cutting commented on HADOOP-1822:
--------------------------------------

This looks good to me, except I'd rather see NetUtils and ProxySocketFactory 
added to the net package rather than the util package.

The util package already has several things in it that belong elsewhere.  In 
order to keep util from becoming a complete mess, it should only contain things 
that (1) are really of general utility; (2) don't rely on other Hadoop 
packages; (3) that we don't have a better place for.  These files fail (3) 
since they'd better fit in the net package.

> 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-06a.patch, 1822-2007-09-07a.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.

Reply via email to