Re: transfer large file onto hdfs

2012-07-05 Thread Harsh J
Should we assume that the non-hadoop system has no way to get on the network of the hadoop cluster and its clients? Otherwise, you can grant it temporary access and do a write from it itself. If not: Run a micro FTP server pointed to that file, and then do a 'hadoop fs -cp ftp://location hdfs://lo

[jira] [Created] (HDFS-3604) Add dfs.webhdfs.enabled to hdfs-default.xml

2012-07-05 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3604: - Summary: Add dfs.webhdfs.enabled to hdfs-default.xml Key: HDFS-3604 URL: https://issues.apache.org/jira/browse/HDFS-3604 Project: Hadoop HDFS Issue Type: Improveme

[jira] [Created] (HDFS-3603) TestHDFSTrash is failing

2012-07-05 Thread Jason Lowe (JIRA)
Jason Lowe created HDFS-3603: Summary: TestHDFSTrash is failing Key: HDFS-3603 URL: https://issues.apache.org/jira/browse/HDFS-3603 Project: Hadoop HDFS Issue Type: Bug Components: test

[jira] [Created] (HDFS-3602) Enhancements to HDFS for Windows Server and Windows Azure development and runtime environments

2012-07-05 Thread Bikas Saha (JIRA)
Bikas Saha created HDFS-3602: Summary: Enhancements to HDFS for Windows Server and Windows Azure development and runtime environments Key: HDFS-3602 URL: https://issues.apache.org/jira/browse/HDFS-3602 Pr

Hadoop-Hdfs-trunk - Build # 1094 - Still Failing

2012-07-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1094/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11638 lines...] [INFO] [INFO] --- findbugs-maven-plugin:

Build failed in Jenkins: Hadoop-Hdfs-trunk #1094

2012-07-05 Thread Apache Jenkins Server
See Changes: [szetszwo] HDFS-3601. Add BlockPlacementPolicyWithNodeGroup to support block placement with 4-layer network topology. Contributed by Junping Du [eli] HDFS-3581. FSPermissionChecker#checkPermission sticky bit check miss