[jira] [Resolved] (HDFS-7992) HTTP request queue size limit can be made configurable

2015-03-25 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai resolved HDFS-7992. -- Resolution: Won't Fix Thanks for reporting this issue. After the DN moves to Netty, the jetty server onl

[jira] [Created] (HDFS-7993) Incorrect descriptions in fsck when nodes are decommissioned

2015-03-25 Thread Ming Ma (JIRA)
Ming Ma created HDFS-7993: - Summary: Incorrect descriptions in fsck when nodes are decommissioned Key: HDFS-7993 URL: https://issues.apache.org/jira/browse/HDFS-7993 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-7992) HTTP request queue size limit can be made configurable

2015-03-25 Thread J.Andreina (JIRA)
J.Andreina created HDFS-7992: Summary: HTTP request queue size limit can be made configurable Key: HDFS-7992 URL: https://issues.apache.org/jira/browse/HDFS-7992 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-7991) Allow users to skip checkpoint when stopping NameNode

2015-03-25 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-7991: --- Summary: Allow users to skip checkpoint when stopping NameNode Key: HDFS-7991 URL: https://issues.apache.org/jira/browse/HDFS-7991 Project: Hadoop HDFS Issue Type: Imp

[jira] [Created] (HDFS-7990) IBR delete ack should not be delayed

2015-03-25 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-7990: - Summary: IBR delete ack should not be delayed Key: HDFS-7990 URL: https://issues.apache.org/jira/browse/HDFS-7990 Project: Hadoop HDFS Issue Type: Bug Co

[jira] [Created] (HDFS-7989) NFS gateway should shutdown when it can't bind the serivce ports

2015-03-25 Thread Brandon Li (JIRA)
Brandon Li created HDFS-7989: Summary: NFS gateway should shutdown when it can't bind the serivce ports Key: HDFS-7989 URL: https://issues.apache.org/jira/browse/HDFS-7989 Project: Hadoop HDFS I

Re: 2.7 status

2015-03-25 Thread Konstantin Shvachko
Progress is good! What are the four blockers? Could you please mark them as such in the Jira. Thanks, --Konst On Wed, Mar 25, 2015 at 9:53 AM, Vinod Kumar Vavilapalli < vino...@hortonworks.com> wrote: > Progress has been really slow, but now we are down to four blockers across > the board. > > I

Re: 2.7 status

2015-03-25 Thread Vinod Kumar Vavilapalli
Progress has been really slow, but now we are down to four blockers across the board. I plan to roll an RC this weekend. Thanks, +Vinod On Mar 8, 2015, at 8:40 PM, Vinod Kumar Vavilapalli wrote: > 2.7 branch created and branch-2 updated to point to 2.8-SNAPSHOT. > > Committers, please exerc

Re: How to enable debug log in HDFS

2015-03-25 Thread Charles Lamb
On 3/25/2015 11:13 AM, xiaohe lan wrote: Hi Charles, In my hadoop-env.sh, I set export HADOOP_CLIENT_OPTS="-Dhadoop.root.logger=DEBUG,console -Xmx512m $HADOOP_CLIENT_OPTS" However, I could not see the debug log in NN's log file hadoop-xilan-namenode-.out. By setting export HADOOP_ROOT_

Re: How to enable debug log in HDFS

2015-03-25 Thread Allen Wittenauer
This obviously doesn't help you with 2.4, but in trunk/3.x this is significantly easier to do: hdfs --loglevel DEBUG namenode (interactive/non-daemon mode, output to console, usually) hdfs --loglevel DEBUG --daemon start namenode (daemon mode, output to log file, usually) On Mar 25, 2015,

Re: How to enable debug log in HDFS

2015-03-25 Thread xiaohe lan
Hi Charles, In my hadoop-env.sh, I set export HADOOP_CLIENT_OPTS="-Dhadoop.root.logger=DEBUG,console -Xmx512m $HADOOP_CLIENT_OPTS" However, I could not see the debug log in NN's log file hadoop-xilan-namenode-.out. By setting export HADOOP_ROOT_LOGGER="DEBUG,console" I could see lots of debu

Hadoop-Hdfs-trunk-Java8 - Build # 134 - Still Failing

2015-03-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/134/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8912 lines...] [INFO] [INFO] --- maven-site-plugin:

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #134

2015-03-25 Thread Apache Jenkins Server
See Changes: [ozawa] HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena. [ozawa] Fix CHANGES.txt for HADOOP-11602. [ozawa] MAPREDUCE-6285. ClientServiceDelegate should

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

2015-03-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2075/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8446 lines...] [INFO] [INFO] --- maven-site-plugin:3.4:a

[jira] [Resolved] (HDFS-7616) Change FSImage to support BlockGroup

2015-03-25 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze resolved HDFS-7616. --- Resolution: Fixed Fix Version/s: HDFS-7285 I have committed this. Thanks, Takuy