[jira] [Created] (HDFS-1820) FTPFileSystem attempts to close the outputstream even when it is not initialised

2011-04-08 Thread Sudharsan Sampath (JIRA)
FTPFileSystem attempts to close the outputstream even when it is not initialised Key: HDFS-1820 URL: https://issues.apache.org/jira/browse/HDFS-1820 Project: Hadoop HDFS

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

2011-04-08 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk/631/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 736597 lines...] [junit] at java.lang.Threa

[jira] [Created] (HDFS-1821) FileContext.createSymlink with kerberos enabled sets wrong owner

2011-04-08 Thread John George (JIRA)
FileContext.createSymlink with kerberos enabled sets wrong owner Key: HDFS-1821 URL: https://issues.apache.org/jira/browse/HDFS-1821 Project: Hadoop HDFS Issue Type: Bug Af

Re:HDFS start-up with safe mode?

2011-04-08 Thread springring
Hi, I guess that something about "threshold 0.9990". When HDFS start up, it come in safe mode first, then check a value(I don't know what value or percent?) of my hadoop,and fine the value below 99.9%, so the safe mode will not turn off? but the conclusion of the log file is "Safe mode

Re: Re:HDFS start-up with safe mode?

2011-04-08 Thread springring
I modify the value of "dfs.safemode.threshold.pct" to zero, now everything is ok. log file as below But there are still three questions 1.. Can I regain percentage of blocks that should satisfy the minimal replication requirement to 99.9%? hadoop balancer? For I feel it will be mor

Hadoop-Hdfs-trunk-Commit - Build # 586 - Still Failing

2011-04-08 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/586/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2789 lines...] [junit] Running org.apach

[jira] [Created] (HDFS-1822) Editlog opcodes overlap between 20 security and later releases

2011-04-08 Thread Suresh Srinivas (JIRA)
Editlog opcodes overlap between 20 security and later releases -- Key: HDFS-1822 URL: https://issues.apache.org/jira/browse/HDFS-1822 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-1813) Hdfs Federation: Authentication using BlockToken in RPC to datanode fails.

2011-04-08 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey resolved HDFS-1813. Resolution: Fixed Committed the latest patch. > Hdfs Federation: Authentication usi

[jira] [Created] (HDFS-1824) delay instantiation of file system object until it is needed (linked to HADOOP-7207)

2011-04-08 Thread Boris Shkolnik (JIRA)
delay instantiation of file system object until it is needed (linked to HADOOP-7207) Key: HDFS-1824 URL: https://issues.apache.org/jira/browse/HDFS-1824 Project: Had