[jira] [Created] (HDFS-5344) Make LsSnapshottableDir as Tool interface implementation

2013-10-10 Thread sathish (JIRA)
sathish created HDFS-5344: - Summary: Make LsSnapshottableDir as Tool interface implementation Key: HDFS-5344 URL: https://issues.apache.org/jira/browse/HDFS-5344 Project: Hadoop HDFS Issue Type: Impr

[jira] [Created] (HDFS-5343) When cat command is issued on snapshot files getting unexpected result

2013-10-10 Thread sathish (JIRA)
sathish created HDFS-5343: - Summary: When cat command is issued on snapshot files getting unexpected result Key: HDFS-5343 URL: https://issues.apache.org/jira/browse/HDFS-5343 Project: Hadoop HDFS I

[jira] [Created] (HDFS-5342) Provide more information in the JMX interfaces

2013-10-10 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5342: Summary: Provide more information in the JMX interfaces Key: HDFS-5342 URL: https://issues.apache.org/jira/browse/HDFS-5342 Project: Hadoop HDFS Issue Type: Sub-task

hdfs project separation

2013-10-10 Thread Milind Bhandarkar
( this message is not intended for specific folks, by mistake, but for all the hdfs-dev list, deliberately;) Hello Folks, I do not want to scratch the already bleeding wounds, and want to resolve these issues amicably, without causing a big inter-vendor confrontation. So, these are the facts,

[jira] [Created] (HDFS-5341) DirectoryScanner hold the object lock dataset too long in scan,it make the datanode turn into deadnode and block all reciving thread

2013-10-10 Thread qus-jiawei (JIRA)
qus-jiawei created HDFS-5341: Summary: DirectoryScanner hold the object lock dataset too long in scan,it make the datanode turn into deadnode and block all reciving thread Key: HDFS-5341 URL: https://issues.apache.or

[jira] [Created] (HDFS-5340) Add Hive to the list of projects using AbstractDelegationTokenSecretManager

2013-10-10 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-5340: - Summary: Add Hive to the list of projects using AbstractDelegationTokenSecretManager Key: HDFS-5340 URL: https://issues.apache.org/jira/browse/HDFS-5340 Project: Ha

Re: SDP support for Hadoop RPC

2013-10-10 Thread Luke Lu
0.20.2 is too old. The current stable release of hadoop is 1.2.1. Anyway, for 0.20.2, you probably need -Djava.net.preferIPv4Stack=true as well, which is already set for Hadoop 1+. BTW, you'll need to set all these in mapred.child.java.opts as well. On Thu, Oct 10, 2013 at 5:12 AM, Yasin Celik

[jira] [Created] (HDFS-5339) WebHDFS URI does not accept logical nameservices when security is enabled

2013-10-10 Thread Stephen Chu (JIRA)
Stephen Chu created HDFS-5339: - Summary: WebHDFS URI does not accept logical nameservices when security is enabled Key: HDFS-5339 URL: https://issues.apache.org/jira/browse/HDFS-5339 Project: Hadoop HDFS

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Chris Nauroth
+1 non-binding I verified the checksum and signature. I deployed the tarball to a small cluster of Ubuntu VMs: 1 * NameNode, 1 * ResourceManager, 2 * DataNode, 2 * NodeManager, 1 * SecondaryNameNode. I ran a few HDFS commands and sample MapReduce jobs. I verified that the 2NN can take a checkpo

RE: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Bikas Saha
+1 (non binding) -Original Message- From: Arpit Gupta [mailto:ar...@hortonworks.com] Sent: Thursday, October 10, 2013 10:06 AM To: common-...@hadoop.apache.org Cc: hdfs-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org Subject: Re: [VOTE] Release Apache Had

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Arpit Gupta
+1 (non binding) Ran secure and non secure multi node clusters and tested HA and RM recovery tests. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On Oct 7, 2013, at 12:00 AM, Arun C Murthy wrote: > Folks, > > I've created a release candidate (rc0) for hadoop-2.2.0 that I would like

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

2013-10-10 Thread Apache Jenkins Server
See Changes: [devaraj] YARN-879. Fixed tests w.r.t o.a.h.y.server.resourcemanager.Application. Contributed by Junping Du. [brandonli] HDFS-5337. should do hsync for a commit request even there is no pending writes. Contributed by B

Hadoop-Hdfs-trunk - Build # 1548 - Failure

2013-10-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1548/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12634 lines...] main: [mkdir] Created dir: /home/jen

Re: SDP support for Hadoop RPC

2013-10-10 Thread Yasin Celik
Hi Luke, I actually tested hadoop RPC using SDP. But it did not work for me. I used hadoop-core 0.20.2 Following is the error I received: java.io.IOException: Address family not supported by protocol at sun.net.sdp.SdpSupport. convert0(Native Method) at sun.net.sdp.SdpSupport.convertSocke

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #756

2013-10-10 Thread Apache Jenkins Server
See Changes: [jlowe] svn merge -c 1530683 FIXES: MAPREDUCE-5569. FloatSplitter is not generating correct splits. Contributed by Nathan Roberts -- [...truncated 7677 lines...] [ERROR] locat

Hadoop-Hdfs-0.23-Build - Build # 756 - Still Failing

2013-10-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/756/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7870 lines...] [ERROR] /home/jenkins/jenkins-slave/w

Re: SDP support for Hadoop RPC

2013-10-10 Thread Steve Loughran
On 10 October 2013 09:00, Luke Lu wrote: > Hadoop works with Java 7, which has builtin SDP support. You'll need to > pass SDP related properties (-Dcom.sun.sdp.conf=your_sdp.conf) to hadoop > JVMs via env var HADOOP_OPTS. > > One caveat of SDP is the 64KB message size (performance cliff beyond 64

Re: SDP support for Hadoop RPC

2013-10-10 Thread Luke Lu
Hadoop works with Java 7, which has builtin SDP support. You'll need to pass SDP related properties (-Dcom.sun.sdp.conf=your_sdp.conf) to hadoop JVMs via env var HADOOP_OPTS. One caveat of SDP is the 64KB message size (performance cliff beyond 64KB), which _should_ work with default hadoop config,