Re: Sailfish

2012-05-11 Thread Todd Lipcon
White) -- Todd Lipcon Software Engineer, Cloudera

Scheduled jenkins builds not running?

2012-07-03 Thread Todd Lipcon
? #asfinfra directed me to mail builds@ -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: PreCommit-Admin not running

2012-07-04 Thread Todd Lipcon
the PreCommit-Admin build job is not running. Can anyone give it a gentle nudge? Kihwal -- Todd Lipcon Software Engineer, Cloudera

Re: Jetty fixes for Hadoop

2012-07-10 Thread Todd Lipcon
also. -- Owen -- Todd Lipcon Software Engineer, Cloudera

Re: Test timeouts

2012-09-14 Thread Todd Lipcon
than waiting for it to timeout and then later having to go back and add one. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Why don't the ipc Server use ArrayBlockingQueue for callQueue?

2012-10-31 Thread Todd Lipcon
ArrayBlockingQueue for the callQueue but use LinkedBlockingQueue? Will it be more efficiently? thanks luoli -- Todd Lipcon Software Engineer, Cloudera

Unstuck QA bot

2012-12-12 Thread Todd Lipcon
on. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Hadoop build slaves software

2013-01-07 Thread Todd Lipcon
: Marking the slave offline would do. I 've mared the hadoop8 slave offline, while I test it for builds and bring it back online later when its good. -Giri On Fri, Jan 4, 2013 at 2:26 PM, Todd Lipcon t...@cloudera.com wrote: Turns out I had to both kill -9

Re: Hadoop build slaves software

2013-01-07 Thread Todd Lipcon
OK. FYI, installed protoc on asf009, and the g++-4.4-multilib packages on both asf008 and asf009. Checked the hadoop pipes native build and it passes now. Fingers crossed... -Todd On Mon, Jan 7, 2013 at 3:35 PM, Todd Lipcon t...@cloudera.com wrote: I'll install the right protoc and libstdc

Re: Hadoop build slaves software

2013-01-07 Thread Todd Lipcon
online after testing it couple of hours back. -Giri On Mon, Jan 7, 2013 at 3:35 PM, Todd Lipcon t...@cloudera.com wrote: I'll install the right protoc and libstdc++ dev on asf009 as well. -Todd On Mon, Jan 7, 2013 at 9:57 AM, Andrew Wang andrew.w...@cloudera.com wrote: I think hadoop9

Re: development environment for hadoop core

2013-01-15 Thread Todd Lipcon
might be caching jars that it uses to build, and how careful I have to be to ensure that my changes wind up in the right places without having to do a clean build every time. Thanks! -Erik -- Todd Lipcon Software Engineer, Cloudera

Re: [Vote] Merge branch-trunk-win to trunk

2013-02-27 Thread Todd Lipcon
that with the existing commit process. Let me know if you have any questions. Regards, Suresh -- http://hortonworks.com/download/ -- http://hortonworks.com/download/ -- Todd Lipcon Software Engineer, Cloudera

Re: Next releases

2013-11-12 Thread Todd Lipcon
On Mon, Nov 11, 2013 at 2:57 PM, Colin McCabe cmcc...@alumni.cmu.eduwrote: To be honest, I'm not aware of anything in 2.2.1 that shouldn't be there. However, I have only been following the HDFS and common side of things so I may not have the full picture. Arun, can you give a specific

Developing cross-component patches post-split

2009-07-01 Thread Todd Lipcon
Hey all, I think there's general confusion right now about how the development process is supposed to work now that the project split has taken place. Or, at least, I am generally confused :) Here are a couple questions I have lingering: - Whenever a task will need to touch both Common and one

Re: Developing cross-component patches post-split

2009-07-01 Thread Todd Lipcon
. Whether it does this with a javac task or with some kind of subant or even exec, I think having the source trees loosely tied together for developers is a must. -Todd Todd Lipcon wrote: On Wed, Jul 1, 2009 at 2:10 PM, Philip Zeyliger phi...@cloudera.com wrote: -1 to checking in jars. It's

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-10 Thread Todd Lipcon
Hi Jonathan, Responses inline below: On Mon, Aug 10, 2009 at 1:28 PM, Jonathan Seidman jonathan.seid...@opendatagroup.com wrote: We're getting ready to contribute our FileSystem implementation for the Sector DFS (sector.sf.net). Up to now our development and testing has been against 0.18.3,

Re: Question: how to run hadoop after the project split?

2009-08-10 Thread Todd Lipcon
Hey Nicholas, Aaron gave a presentation with his best guess at the HUG last month. His slides are here: http://www.cloudera.com/blog/2009/07/17/the-project-split/ (starting at slide 16) (I'd let him reply himself, but he's out of the office this afternoon ;-) ) Hopefully we'll get towards

Re: Using commons-net version 2.0 in maven repository for commons-net-ftp.jar

2009-08-11 Thread Todd Lipcon
Hi Pallavi, Which JIRA is this you're working on? I don't have any particular opinion, but would like to watch it, as library upgrades can sometimes cause integration issues with other packages (eg the upgrade from jetty 5 to jetty 6 caused some problems for hive) -Todd On Tue, Aug 11, 2009 at

Re: Weird 'java.io.IOException: Task process exit with nonzero status of 134' problem

2009-08-24 Thread Todd Lipcon
Hi Tony, Signal 134 usually means the JVM crashed hard. So, you're looking at either a JVM bug or simply an OutOfMemory situation. There are two possibilities that might explain why you see the issue on the 64-bit JVM and not the 32-bit: 1) There could be a bug present in the 64-bit but not the

Re: [VOTE] Should we release Common 0.20.1-rc0?

2009-08-28 Thread Todd Lipcon
Hey Owen, Looks like it might need a chmod: You don't have permission to access /~omalley/hadoop-0.20.1-rc0/hadoop-0.20.1.tar.gz on this server. -Todd On Fri, Aug 28, 2009 at 5:06 PM, Owen O'Malley omal...@apache.org wrote: I've rolled a release candidate for 0.20.1. Please try the release

Re: Issue MapReduce 294

2010-01-06 Thread Todd Lipcon
Hi Sonal, Looks like this JIRA never got finished - Arun asked for some changes when he reviewed it and the original author never responded after that. Given that the patch is over a year old, it will need to be regenerated against current trunk and re-reviewed before it will be applied. If this

Re: Rolling a Hadoop 0.20.2

2010-01-26 Thread Todd Lipcon
In my opinion, I think we should apply the new patch for HDFS-127. Also, there hasn't been a new patch made yet for HDFS-101. Not sure if these should be classified as blockers, since they're not regressions, but I do think they need to go into a branch-20 release at some point. HDFS-127 is

Hudson failures with NoClassDefFoundError? (MAPREDUCE-1275)

2010-01-27 Thread Todd Lipcon
For the past couple of weeks, I've seen errors like this popping up on a lot of Hudson HDFS test-patch builds. It's always NoClassDefFoundError and I think it's also always occurring for some cross-project class dependencies. Anyone have any ideas what's going on here? I thought at one point

Re: Java 1.6.0_19 Hadoop

2010-04-06 Thread Todd Lipcon
that was hurting people in the _18 version? -steve -- Todd Lipcon Software Engineer, Cloudera

Re: cluster under-utilization with Hadoop Fair Scheduler

2010-04-11 Thread Todd Lipcon
that and achieved 100% utilization even with small map tasks). But I am wondering, if doing so will violate some fairness properties. Thanks, Abhishek -- Todd Lipcon Software Engineer, Cloudera

Re: [DISCUSSION]: Integrating SureLogic into Hadoop

2010-05-14 Thread Todd Lipcon
of the license for any projects not hosted by ASF or something? Similar to what we fill for our the contributions to ASF? But first let's hear SureLogic take on the license ;) Cos On Fri, May 07, 2010 at 04:35PM, Todd Lipcon wrote: Hi Cos, This looks great, and I'm excited to have more

Re: Problem found while using LZO compression in Hadoop 0.20.1

2010-06-09 Thread Todd Lipcon
opinion right? If not, does anybody know what causes the compression not working? Looking forward to your reply! Thanks and Best Regards, Carp -- Todd Lipcon Software Engineer, Cloudera

Re: Questions about recommendation value of the io.sort.mb parameter

2010-06-23 Thread Todd Lipcon
, Carp -- Best Regards Jeff Zhang -- Todd Lipcon Software Engineer, Cloudera

Re: Review Request: Allow configuration changes without restarting configured nodes

2010-11-01 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21/#review22 --- I'm not so sure about making all of the Configuration methods

Review Request: HADOOP-6978. JNI support for secure IO

2010-11-08 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52/ --- Review request for hadoop-common. Summary --- This is the same patch as

Re: CDH3b3 deadlock in jobtracker

2010-12-16 Thread Todd Lipcon
://pastebin.com/AMEig0Z0 Any ideas? -Luke Forehand -- Todd Lipcon Software Engineer, Cloudera

Review Request: HADOOP-7082. Configuration shouldn't hold its lock while outputting in writeXml

2011-01-04 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/207/ --- Review request for hadoop-common and Dhruba Borthakur. Summary --- See

Using git grafts to merge history across project split

2011-01-05 Thread Todd Lipcon
, it will pick up changes from pre-split as if it were one repository. Hope others find this useful as well! -Todd -- Todd Lipcon Software Engineer, Cloudera

Review Request: HADOOP-6902 RPC server's SASL_PROPS shouldn't be re-initialized every time an RPC client is created

2011-01-10 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/270/ --- Review request for hadoop-common and Todd Lipcon. Summary --- See JIRA

Re: Review Request: HADOOP-6902 RPC server's SASL_PROPS shouldn't be re-initialized every time an RPC client is created

2011-01-10 Thread Todd Lipcon
? trunk/src/test/core/org/apache/hadoop/ipc/TestSaslRPC.java https://reviews.apache.org/r/270/#comment197 could you comment on this test change? - Todd On 2011-01-10 12:08:47, Todd Lipcon wrote: --- This is an automatically

Review Request: HADOOP-7104 Remove unnecessary DNS reverse lookups from RPC layer

2011-01-13 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/316/ --- Review request for hadoop-common. Summary --- Patch from HADOOP-7104

Re: Review Request: HADOOP-7104 Remove unnecessary DNS reverse lookups from RPC layer

2011-01-13 Thread Todd Lipcon
experience shows DNS is often screwy. - Need to test the newly allowed case for hdfs@REALM instead of hdfs/...@REALM, right? - Todd On 2011-01-13 16:02:16, Todd Lipcon wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request: HADOOP-7104 Remove unnecessary DNS reverse lookups from RPC layer

2011-01-17 Thread Todd Lipcon
:57 PM, Todd Lipcon wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/316/#review106 --- trunk/src/test/core/org/apache/hadoop

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Todd Lipcon
-- Todd Lipcon Software Engineer, Cloudera

Add Guava as a dependency?

2011-02-10 Thread Todd Lipcon
/ThreadFactoryBuilder.html More info here: http://code.google.com/p/guava-libraries/ -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Add Guava as a dependency?

2011-02-11 Thread Todd Lipcon
, 2011 at 10:04 PM, Konstantin Boudnik c...@apache.org wrote: Actually it seems that Pig uses this already, which perhaps means it is good enough for us as well ;) -- Take care, Konstantin (Cos) Boudnik On Thu, Feb 10, 2011 at 19:45, Todd Lipcon t...@cloudera.com wrote: Anyone mind

Re: Hadoop-Mapreduce-trunk-Commit - Build # 672 - Still Failing

2011-05-16 Thread Todd Lipcon
I think I tracked this down - somehow ~/.m2 had gotten replaced with an empty file on the build servers. Nigel has since fixed that. We'll see if it fixes itself. -Todd On Fri, May 13, 2011 at 3:28 PM, Todd Lipcon t...@cloudera.com wrote: Does anyone understand what's up with our wagon-http

Re: Eclipse target

2011-05-18 Thread Todd Lipcon
/         library path=${conf.dir} exported=false / +        library path=${java.home}/../lib/tools.jar exported=false /       /classpath     /eclipse   /target -- Met vriendelijke groeten, Niels Basjes -- Todd Lipcon Software Engineer, Cloudera

Re: Eclipse target

2011-05-19 Thread Todd Lipcon
Committed. Thanks! On Thu, May 19, 2011 at 5:14 AM, Niels Basjes ni...@basjes.nl wrote: Hi Todd, 2011/5/19 Todd Lipcon t...@cloudera.com: Yes, I have to do this same thing manually every time I re-run ant eclipse. So, it seems like we should add it to the eclipse target, like you said

Re: Hudson pre-commit job broken

2011-05-19 Thread Todd Lipcon
copy.     [exec] See http://subversion.tigris.org/faq.html#working-copy-format-change     [exec] for details. -- Aaron T. Myers Software Engineer, Cloudera -- Todd Lipcon Software Engineer, Cloudera

Re: Hudson pre-commit job broken

2011-05-19 Thread Todd Lipcon
Strange... looks like the same issue is happening on the other build boxes too - I'd fixed h9 but h6 also has the issue. On Thu, May 19, 2011 at 4:40 PM, Todd Lipcon t...@cloudera.com wrote: Must have been some svn bug. I rm -Rfed the http/lib directory in question, ran svn cleanup, svn up

Re: Hudson pre-commit job broken

2011-05-22 Thread Todd Lipcon
I think this was a config change on the Hudson master. I'll email builds@ and see what we can do about it. On Sun, May 22, 2011 at 5:15 PM, Todd Lipcon t...@cloudera.com wrote: Hudson seems to keep on hosing itself in this way. Anyone have any ideas? On Thu, May 19, 2011 at 4:58 PM, Todd

commons-configuration parsing error with ivy

2011-05-24 Thread Todd Lipcon
it got there, but after removing it from ~/.ant, the build works fine. Hopefully this will end up in Google's magical index and save people some minutes down the line. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Review Request: HADOOP-7328. Improve the SerializationFactory functions.

2011-06-11 Thread Todd Lipcon
/ --- (Updated 2011-06-11 22:10:17) Review request for hadoop-common and Todd Lipcon. Summary --- Since getSerialization() can possibly return a null, it is only right that getSerializer() and getDeserializer() usage functions do the same, instead of throwing up NPEs

Re: Review Request: HADOOP-7328. Improve the SerializationFactory functions.

2011-06-13 Thread Todd Lipcon
/ --- (Updated 2011-06-11 22:10:17) Review request for hadoop-common and Todd Lipcon. Summary --- Since getSerialization() can possibly return a null, it is only right that getSerializer() and getDeserializer() usage functions do the same, instead of throwing

Re: submitting patches that span projects, post repo merge

2011-07-03 Thread Todd Lipcon
perspective, won't cause temporary build breakage, and provides a cleaner revision history. Thoughts? --travis -- Todd Lipcon Software Engineer, Cloudera

Re: kfs and hdfs

2011-10-10 Thread Todd Lipcon
On Mon, Oct 10, 2011 at 12:39 PM, Arun C Murthy a...@hortonworks.com wrote: Agree with Cos completely. +1. Though our employers may spar on blog posts, as developers we still get along pretty well for the most part. Let's keep it that way :) Back to work. -Todd -- Todd Lipcon Software

Publishing maven snapshots for 0.23?

2011-10-14 Thread Todd Lipcon
? -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Todd Lipcon
deploy across all the projects, without running any tests. Any preferences? On Fri, Oct 14, 2011 at 12:18 PM, Todd Lipcon t...@cloudera.com wrote: It seems that we're not publishing maven snapshots correctly. I'm not entirely sure why, but if you look at: https://repository.apache.org/content/groups

access to build machines

2011-10-26 Thread Todd Lipcon
? $ lsb_release -a $ uname -a $ rpm -qa | grep glibc or $ dpkg -l | grep glibc if it's debian-based Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: access to build machines

2011-10-26 Thread Todd Lipcon
libc-bin 2.11 instaled. Kihwal On 10/26/11 10:35 PM, Todd Lipcon t...@cloudera.com wrote: Hey folks, Any word on getting PMC members/committers access to the Hudson build slaves? It's often that I'm trying to debug some issue that only shows up on the slaves, and not having access is rather

Re: [ANNOUNCE] Intend to build a 0.20.205.1 candidate next Friday 11 Nov.

2011-11-10 Thread Todd Lipcon
205.1 code freeze at noon, PST, Friday 11 Nov.  If this is a problem for anyone, please let me know. Thank you, and best regards, --Matt (Release Manager) -- Todd Lipcon Software Engineer, Cloudera

Re: [ANNOUNCE] Intend to build a 0.20.205.1 candidate next Friday 11 Nov.

2011-11-11 Thread Todd Lipcon
to declare 205.1 code freeze at noon, PST, Friday 11 Nov.  If this is a problem for anyone, please let me know. Thank you, and best regards, --Matt (Release Manager) -- Todd Lipcon Software Engineer, Cloudera

Re: [ANNOUNCE] Intend to build a 0.20.205.1 candidate next Friday 11 Nov.

2011-11-14 Thread Todd Lipcon
On Fri, Nov 11, 2011 at 2:29 PM, Todd Lipcon t...@cloudera.com wrote: On Fri, Nov 11, 2011 at 1:29 AM, Matt Foley mfo...@hortonworks.com wrote: Also, I believe in the HDFS-2246 Jira, Todd requested extra time to review, due to commitments at Hadoop World.  Todd, would Monday be sufficient

Re: Blocks are getting corrupted under very high load

2011-11-22 Thread Todd Lipcon
file meta file (which is written in current folder) is getting lost after DN restart Due to which Namenode will not receive these block's information in the BLOCK REPORT send from the Datanodes. Regards, Uma -- Todd Lipcon Software Engineer, Cloudera

Re: Blocks are getting corrupted under very high load

2011-11-23 Thread Todd Lipcon
HDFS-1539, you could consider setting dfs.datanode.synconclose to true, which would have prevented this problem. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Hadoop - non disk based sorting?

2011-12-01 Thread Todd Lipcon
will user run into this outofmemory error? After I increased my number of reducers from 100 to 200, the problem went away. Any input regarding this memory issue would be appreciated! Thanks, Mingxi -- Todd Lipcon Software Engineer, Cloudera

Re: Compressor setInput input permanence

2011-12-04 Thread Todd Lipcon
to be documented? TIA,     - Tim. -- Todd Lipcon Software Engineer, Cloudera

Precommit builds broken?

2011-12-16 Thread Todd Lipcon
there is no ~/buildSupport on the hadoop6 machine (where this ran). Or any of the build machines, from the looks of it. Any ideas? -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: .23 compile times

2012-02-15 Thread Todd Lipcon
://tiny.cloudera.com/about -- Todd Lipcon Software Engineer, Cloudera

Re: Release with PB and HA

2012-03-09 Thread Todd Lipcon
a 23.3 release soon from branch-23?   Or perhaps re-branch 23.2 if that's easier. Thanks, Eli -- Todd Lipcon Software Engineer, Cloudera

Hadoop build slaves

2012-03-13 Thread Todd Lipcon
We seem to be down to only 3 slaves in the Hadoop executor group, and precommit builds are backing up. Anyone know what's up there? -Todd -- Todd Lipcon Software Engineer, Cloudera

Unblocked Precommit build

2012-03-23 Thread Todd Lipcon
, and switched over the Precommit-Admin to point to it. I triggered a new Precommit-Admin build and it looks like it fired off a bunch of precommits. You should expect a bunch of precommit results in the next few hours as it chugs through the backlog, and then back to normal. -Todd -- Todd Lipcon

Re: Heads up wrt last upgrade-able version on 0.23

2012-03-23 Thread Todd Lipcon
v0.17 and earlier. Thanks, Eli -- Todd Lipcon Software Engineer, Cloudera

Branching for automatic failover work (HDFS-3042/HDFS-2185)

2012-03-28 Thread Todd Lipcon
and Common JIRAs, and an auto-failover component. I have not yet assigned these tags to the open JIRAs but will do so tomorrow. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
23 and 24 in the absence of anything major coming down the pipe. Proposal: is it possible to call the JIRA fixVersion trunk, and then when we branch off trunk to make a release, rename it at that point to 2.1 or 3.0 or whatever it gets called? Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
On Wed, Mar 28, 2012 at 11:59 AM, Aaron T. Myers a...@cloudera.com wrote: On Wed, Mar 28, 2012 at 11:53 AM, Todd Lipcon t...@cloudera.com wrote: Proposal: is it possible to call the JIRA fixVersion trunk, and then when we branch off trunk to make a release, rename it at that point to 2.1

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
someone has something incompatible to propose, then we can bother splitting it off.. Todd -- Todd Lipcon Software Engineer, Cloudera

Requirements for patch review

2012-04-04 Thread Todd Lipcon
. Thoughts? Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Requirements for patch review

2012-04-04 Thread Todd Lipcon
I filed HADOOP-8248 with a diff to the bylaws. Thanks -Todd On Wed, Apr 4, 2012 at 3:26 PM, Eli Collins e...@cloudera.com wrote: On Wed, Apr 4, 2012 at 2:12 PM, Todd Lipcon t...@cloudera.com wrote: Hi folks, Some discussion between Nicholas, Aaron, and me started in the comments of HDFS

Re: Updates on migration to git

2014-08-26 Thread Todd Lipcon
system. Thank You. -- Todd Lipcon Software Engineer, Cloudera

Re: migrating private branches to the new git repo

2014-09-02 Thread Todd Lipcon
in error, please contact the sender immediately and delete it from your system. Thank You. -- Todd Lipcon Software Engineer, Cloudera

Re: Git repo ready to use

2014-09-15 Thread Todd Lipcon
that you've fixed it, should I resubmit it again? Charles -- Alejandro -- Todd Lipcon Software Engineer, Cloudera

Version control link on webpage

2015-05-17 Thread Todd Lipcon
https://hadoop.apache.org/version_control.html Still seems to point to SVN instead of git. Is the site itself still versioned from the SVN repository or has that also transferred to git so we can fix this? -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [DISCUSS]: securing ASF Hadoop releases out of the box

2018-07-05 Thread Todd Lipcon
gt; sophisticated > > multinode deployments, should the scripts refuse to work without > kerberos > > unless you pass in some argument like "--Dinsecure-clusters- > permitted" > > > > Any other ideas? > > > > > > > - > > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > > For additional commands, e-mail: common-dev-h...@hadoop.apache.org > > > > > > > -- Todd Lipcon Software Engineer, Cloudera

Re: [DISCUSS] Hadoop RPC encryption performance improvements

2018-11-02 Thread Todd Lipcon
using SSL). But it looks like both attempts have not been > progressing. > > > > > > > > During the recent Hadoop contributor meetup, Daryn Sharp mentioned > he's > > > > working on another approach that leverages Netty for its SSL > > encryption, &

[jira] [Created] (HADOOP-8340) SNAPSHOT build versions should compare as less than their eventual final release

2012-05-01 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8340: --- Summary: SNAPSHOT build versions should compare as less than their eventual final release Key: HADOOP-8340 URL: https://issues.apache.org/jira/browse/HADOOP-8340

[jira] [Created] (HADOOP-8344) Improve test-patch to make it easier to find javadoc warnings

2012-05-02 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8344: --- Summary: Improve test-patch to make it easier to find javadoc warnings Key: HADOOP-8344 URL: https://issues.apache.org/jira/browse/HADOOP-8344 Project: Hadoop Common

[jira] [Resolved] (HADOOP-8279) Auto-HA: Allow manual failover to be invoked from zkfc.

2012-05-02 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8279. - Resolution: Fixed Hadoop Flags: Reviewed Committed to branch, thanks Aaron

[jira] [Created] (HADOOP-8362) Improve exception message when Configuration.set() is called with a null key or value

2012-05-04 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8362: --- Summary: Improve exception message when Configuration.set() is called with a null key or value Key: HADOOP-8362 URL: https://issues.apache.org/jira/browse/HADOOP-8362

[jira] [Resolved] (HADOOP-8276) Auto-HA: add config for java options to pass to zkfc daemon

2012-05-12 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8276. - Resolution: Fixed Fix Version/s: Auto Failover (HDFS-3042) Hadoop Flags: Reviewed

[jira] [Created] (HADOOP-8397) NPE thrown when IPC layer gets an EOF reading a response

2012-05-12 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8397: --- Summary: NPE thrown when IPC layer gets an EOF reading a response Key: HADOOP-8397 URL: https://issues.apache.org/jira/browse/HADOOP-8397 Project: Hadoop Common

[jira] [Created] (HADOOP-8404) etc/hadoop in binary tarball missing hadoop-env.sh

2012-05-16 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8404: --- Summary: etc/hadoop in binary tarball missing hadoop-env.sh Key: HADOOP-8404 URL: https://issues.apache.org/jira/browse/HADOOP-8404 Project: Hadoop Common

[jira] [Created] (HADOOP-8405) ZKFC tests leak ZK instances

2012-05-16 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8405: --- Summary: ZKFC tests leak ZK instances Key: HADOOP-8405 URL: https://issues.apache.org/jira/browse/HADOOP-8405 Project: Hadoop Common Issue Type: Bug

[jira] [Resolved] (HADOOP-8405) ZKFC tests leak ZK instances

2012-05-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8405. - Resolution: Fixed Fix Version/s: Auto Failover (HDFS-3042) Hadoop Flags: Reviewed

[jira] [Created] (HADOOP-8406) CompressionCodecFactory.CODEC_PROVIDERS iteration is thread-unsafe

2012-05-16 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8406: --- Summary: CompressionCodecFactory.CODEC_PROVIDERS iteration is thread-unsafe Key: HADOOP-8406 URL: https://issues.apache.org/jira/browse/HADOOP-8406 Project: Hadoop

[jira] [Created] (HADOOP-8410) SPNEGO filter should have better error messages when not fully configured

2012-05-18 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8410: --- Summary: SPNEGO filter should have better error messages when not fully configured Key: HADOOP-8410 URL: https://issues.apache.org/jira/browse/HADOOP-8410 Project

[jira] [Created] (HADOOP-8497) Shell needs a way to list amount of physical consumed space in a directory

2012-06-08 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8497: --- Summary: Shell needs a way to list amount of physical consumed space in a directory Key: HADOOP-8497 URL: https://issues.apache.org/jira/browse/HADOOP-8497 Project

[jira] [Resolved] (HADOOP-8529) Error while formatting the namenode in hadoop single node setup in windows

2012-06-26 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8529. - Resolution: Invalid Please inquire with the user mailing lists for questions like this. JIRA

[jira] [Created] (HADOOP-8537) Two TFile tests failing recently

2012-06-27 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8537: --- Summary: Two TFile tests failing recently Key: HADOOP-8537 URL: https://issues.apache.org/jira/browse/HADOOP-8537 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8590) Backport HADOOP-7318 (MD5Hash factory should reset the digester it returns) to branch-1

2012-07-11 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8590: --- Summary: Backport HADOOP-7318 (MD5Hash factory should reset the digester it returns) to branch-1 Key: HADOOP-8590 URL: https://issues.apache.org/jira/browse/HADOOP-8590

[jira] [Resolved] (HADOOP-8423) MapFile.Reader.get() crashes jvm or throws EOFException on Snappy or LZO block-compressed data

2012-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8423. - Resolution: Fixed Fix Version/s: 1.2.0 Committed to branch-1 for 1.2. Thanks

[jira] [Resolved] (HADOOP-8557) Core Test failed in jekins for patch pre-commit

2012-07-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8557. - Resolution: Duplicate Resolving as dup of HADOOP-8537 Core Test failed

[jira] [Created] (HADOOP-8608) Add Configuration API for parsing time durations

2012-07-18 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8608: --- Summary: Add Configuration API for parsing time durations Key: HADOOP-8608 URL: https://issues.apache.org/jira/browse/HADOOP-8608 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8624) ProtobufRpcEngine should log all RPCs if TRACE logging is enabled

2012-07-25 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8624: --- Summary: ProtobufRpcEngine should log all RPCs if TRACE logging is enabled Key: HADOOP-8624 URL: https://issues.apache.org/jira/browse/HADOOP-8624 Project: Hadoop

  1   2   3   >