[jira] [Created] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-02 Thread Chu Tong (JIRA)
Chu Tong created HADOOP-9692: Summary: sequencefile reader throws EOFException on zero-length file Key: HADOOP-9692 URL: https://issues.apache.org/jira/browse/HADOOP-9692 Project: Hadoop Common

[jira] [Created] (HADOOP-9691) RPC clients can generate call ID using AtomicInteger instead of synchronizing on the Client instance.

2013-07-02 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-9691: - Summary: RPC clients can generate call ID using AtomicInteger instead of synchronizing on the Client instance. Key: HADOOP-9691 URL: https://issues.apache.org/jira/browse/HADOOP

[jira] [Created] (HADOOP-9690) RPC Client#setupIOStreams declares throws InterruptedException that is not necessary

2013-07-02 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-9690: --- Summary: RPC Client#setupIOStreams declares throws InterruptedException that is not necessary Key: HADOOP-9690 URL: https://issues.apache.org/jira/browse/HADOOP-9690

[jira] [Resolved] (HADOOP-9689) Implement HDFS Zero-copy reading

2013-07-02 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau resolved HADOOP-9689. Resolution: Duplicate This was my accident. I had the wrong JIRA opened. This should hav

[jira] [Created] (HADOOP-9689) Implement HDFS Zero-copy reading

2013-07-02 Thread Jacques Nadeau (JIRA)
Jacques Nadeau created HADOOP-9689: -- Summary: Implement HDFS Zero-copy reading Key: HADOOP-9689 URL: https://issues.apache.org/jira/browse/HADOOP-9689 Project: Hadoop Common Issue Type: New

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-07-02 Thread Ramya Sunil
-1. Some of the cli and distcp system tests which use hftp:// and webhdfs:// are failing on secure cluster (HDFS-4841 and HDFS-4952/HDFS-4896). This is a regression and we need to make sure they work before we call a release. On Wed, Jun 26, 2013 at 1:17 AM, Arun C Murthy wrote: > Folks, > > I'

[jira] [Created] (HADOOP-9688) Add globally unique request ID to RPC requests

2013-07-02 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-9688: --- Summary: Add globally unique request ID to RPC requests Key: HADOOP-9688 URL: https://issues.apache.org/jira/browse/HADOOP-9688 Project: Hadoop Common

[jira] [Created] (HADOOP-9687) Condor-Branch-1 TestJobTrackerQuiescence and TestFileLengthOnClusterRestart failed caused by incorrect DFS path construction on Windows

2013-07-02 Thread Xi Fang (JIRA)
Xi Fang created HADOOP-9687: --- Summary: Condor-Branch-1 TestJobTrackerQuiescence and TestFileLengthOnClusterRestart failed caused by incorrect DFS path construction on Windows Key: HADOOP-9687 URL: https://issues.apache

Re: creating 2.2.0 version in JIRA

2013-07-02 Thread Alejandro Abdelnur
We need clarification on this then. I was under the impression that branch-2 would be 2.2.0. thx On Tue, Jul 2, 2013 at 2:38 PM, Jason Lowe wrote: > I thought Arun intends for 2.2.0 to be created off of branch-2.1.0-beta > and not off of branch-2. As I understand it, only critical blockers wi

Re: creating 2.2.0 version in JIRA

2013-07-02 Thread Jason Lowe
I thought Arun intends for 2.2.0 to be created off of branch-2.1.0-beta and not off of branch-2. As I understand it, only critical blockers will be the delta between 2.1.0-beta and 2.2.0 and items checked into branch-2 should be marked as fixed in 2.3.0. Part of the confusion is that current

[jira] [Resolved] (HADOOP-9677) TestSetupAndCleanupFailure#testWithDFS fails on Windows

2013-07-02 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-9677. --- Resolution: Fixed Fix Version/s: 1-win I committed this to branch-1-win. Xi, thank y

[DISCUSS] Hadoop SSO/Token Server Components

2013-07-02 Thread Larry McCay
All - As a follow up to the discussions that were had during Hadoop Summit, I would like to introduce the discussion topic around the moving parts of a Hadoop SSO/Token Service. There are a couple of related Jira's that can be referenced and may or may not be updated as a result of this discuss

[jira] [Resolved] (HADOOP-9681) FileUtil.unTarUsingJava() should close the InputStream upon finishing

2013-07-02 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-9681. --- Resolution: Fixed Fix Version/s: 2.1.0-beta 1-win

[jira] [Created] (HADOOP-9686) Easy access to final parameters in Configuration

2013-07-02 Thread Jason Lowe (JIRA)
Jason Lowe created HADOOP-9686: -- Summary: Easy access to final parameters in Configuration Key: HADOOP-9686 URL: https://issues.apache.org/jira/browse/HADOOP-9686 Project: Hadoop Common Issue Ty

Re: [VOTE] Release Apache Hadoop 0.23.9

2013-07-02 Thread Robert Evans
+1 downloaded the release. Ran a couple of simple jobs and everything worked. On 7/1/13 12:20 PM, "Thomas Graves" wrote: >I've created a release candidate (RC0) for hadoop-0.23.9 that I would like >to release. > >The RC is available at: >http://people.apache.org/~tgraves/hadoop-0.23.9-candidate

[jira] [Created] (HADOOP-9685) hadoop-config.cmd: builds a classpath that is too long on windows

2013-07-02 Thread Raja Aluri (JIRA)
Raja Aluri created HADOOP-9685: -- Summary: hadoop-config.cmd: builds a classpath that is too long on windows Key: HADOOP-9685 URL: https://issues.apache.org/jira/browse/HADOOP-9685 Project: Hadoop Common

Re: KerberosName.rules are null during KerberosName.getShortName() in KerberosAuthenticationHandler

2013-07-02 Thread Alejandro Abdelnur
Hi Lulynn, I've commented in the JIRA, now that I see your email that gives me a bit more of context on what you are trying to do. If I understand correctly, you are trying to use this outside of Hadoop. If that is the case you should set the .kerberos.name.rules=DEFAULT (or a custom name.rules i

Configuration and final parameters

2013-07-02 Thread Jason Lowe
Someone in our group recently discovered that Configuration parameters marked final can still be set(). The final designation only seems to be important when loading resources and is ignored when individual properties are modified. The javadocs do call out loaded resources explicitly, but the

[jira] [Created] (HADOOP-9684) the initialization or missed may be for org.apache.ipc.Client$Connection

2013-07-02 Thread Hua xu (JIRA)
Hua xu created HADOOP-9684: -- Summary: the initialization or missed may be for org.apache.ipc.Client$Connection Key: HADOOP-9684 URL: https://issues.apache.org/jira/browse/HADOOP-9684 Project: Hadoop Common

Build failed in Jenkins: Hadoop-Common-trunk #817

2013-07-02 Thread Apache Jenkins Server
See Changes: [cnauroth] HADOOP-9678. TestRPC#testStopsAllThreads intermittently fails on Windows. Contributed by Ivan Mitic. [cmccabe] HADOOP-9676. Make maximum RPC buffer size configurable (Colin Patrick McCabe) [cmccabe] HADOO

Re: write access to hbase wiki

2013-07-02 Thread Steve Loughran
done On 1 July 2013 19:47, erman pattuk wrote: > Hi, > > I was planning to add our current project, BigSecret, to the powered-by > list of HBase. https://wiki.apache.org/hadoop/PoweredBy > I believe I need to get write permissions to do so. My username is > ermanpattuk. > > Thanks, > > Erman Pat

[jira] [Created] (HADOOP-9683) Wrap IpcConnectionContext in RPC headers

2013-07-02 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9683: --- Summary: Wrap IpcConnectionContext in RPC headers Key: HADOOP-9683 URL: https://issues.apache.org/jira/browse/HADOOP-9683 Project: Hadoop Common Issue Type: Sub-task