I have been seeing 'Cannot remove data directory' error on different
tests lately. I will take a look.
Raghu.
Christophe Taton (JIRA) wrote:
[ https://issues.apache.org/jira/browse/HADOOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525601 ]
Christophe Taton commented on HADOOP-1822:
------------------------------------------
The failed test (org.apache.hadoop.dfs.TestCrcCorruption.testCrcCorruption)
seems not to be the consequence of this patch:
java.io.IOException: Cannot remove data directory:
/export/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/test/data/dfs/data
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-05a.patch, 1822-2007-09-06a.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.