Re: Plans of moving towards JDK7 in trunk

2014-04-10 Thread Eli Collins
ributed) that require using the Java 1.7 APIs? Breaking compat in v2 or rolling a v3 release are both non-trivial, not something I suspect we'd want to do just because it would be, for example, nicer to have a newer version of Jetty. Thanks, Eli > > On Thu, Apr 10, 2014 at 1:11 AM

Re: Plans of moving towards JDK7 in trunk

2014-04-10 Thread Eli Collins
On Thu, Apr 10, 2014 at 1:11 AM, Steve Loughran wrote: > On 9 April 2014 23:52, Eli Collins wrote: > > > > > > > For the sake of this discussion we should separate the runtime from > > the programming APIs. Users are already migrating to the java7 runtime > >

Re: Plans of moving towards JDK7 in trunk

2014-04-09 Thread Eli Collins
gt;> > >> >> +1 to NOT breaking compatibility in branch-2. >> >> >> >> I think it is reasonable to require JDK7 for trunk, if we limit use of >> >> JDK7-only API to security fixes etc. If we make other optimizations >> (like >>

Re: Plans of moving towards JDK7 in trunk

2014-04-08 Thread Eli Collins
On Tue, Apr 8, 2014 at 2:00 AM, Ottenheimer, Davi wrote: >> From: Eli Collins [mailto:e...@cloudera.com] >> Sent: Monday, April 07, 2014 11:54 AM >> >> >> IMO we should not drop support for Java 6 in a minor update of a stable >> release (v2). I don't thi

Re: Plans of moving towards JDK7 in trunk

2014-04-07 Thread Eli Collins
On Sat, Apr 5, 2014 at 12:54 PM, Raymie Stata wrote: > To summarize the thread so far: > > a) Java7 is already a supported compile- and runtime environment for > Hadoop branch2 and trunk > b) Java6 must remain a supported compile- and runtime environment for > Hadoop branch2 > c) (b) implies that

Re: [VOTE] Release Apache Hadoop 2.4.0

2014-04-04 Thread Eli Collins
+1 for another rc. There have been quite a few issues found (handful marked blocker) and this is only the first release candidate, seems like the point of having multiple release candidates is to iterate with another one that addresses the major issues found with the previous one. On Fri, Apr 4,

Re: Edit permissions for my Hadoop wiki account

2014-01-03 Thread Eli Collins
Added you both. On Fri, Jan 3, 2014 at 4:58 PM, Arpit Agarwal wrote: > Could some kind admin do the same for my account too? > > My Hadoop wiki username is ArpitAgarwal > > Thanks! > > > On Fri, Jan 3, 2014 at 4:54 PM, Andrew Wang wrote: > >> Hi all, >> >> Could someone give my wiki account edit

Re: branch development for HADOOP-9639

2013-12-06 Thread Eli Collins
+1good idea Thanks for contributing Sangjin. On Mon, Dec 2, 2013 at 11:47 AM, Sangjin Lee wrote: > We have been having discussions on HADOOP-9639 (shared cache for jars) and > the proposed design there for some time now. We are going to start work on > this and have it vetted and reviewed b

Re: Wiki Permissions

2013-11-12 Thread Eli Collins
I added your username, you should be able to edit now. On Tue, Nov 12, 2013 at 1:00 PM, Billy Watson wrote: > Sorry, my username is WilliamWatson. > > William Watson > Software Engineer > (904) 705-7056 PCS > > > On Tue, Nov 12, 2013 at 4:00 PM, Billy Watson wrote: > >> Hi, >> >> I'd like to get

Re: Managing docs with hadoop-1 & hadoop-2

2013-10-22 Thread Eli Collins
On Mon, Oct 21, 2013 at 9:50 PM, Arun C Murthy wrote: > > On Oct 18, 2013, at 2:17 PM, Eli Collins wrote: > > On Fri, Oct 18, 2013 at 2:10 PM, Arun C Murthy wrote: > > Folks, > > Currently http://hadoop.apache.org/docs/stable/ points to hadoop-1. With > hadoop-2 goi

Re: Managing docs with hadoop-1 & hadoop-2

2013-10-18 Thread Eli Collins
On Fri, Oct 18, 2013 at 2:10 PM, Arun C Murthy wrote: > Folks, > > Currently http://hadoop.apache.org/docs/stable/ points to hadoop-1. With > hadoop-2 going GA, should we just point that to hadoop-2? > > Couple of options: > # Have stable1/stable2 links: >http://hadoop.apache.org/docs/stab

[jira] [Resolved] (HADOOP-10034) optimize same-filesystem symlinks by doing resolution server-side

2013-10-17 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-10034. -- Resolution: Duplicate Dupe of HDFS-932 > optimize same-filesystem symlinks by do

[jira] [Created] (HADOOP-10055) FileSystemShell.apt.vm doc has typo "numRepicas"

2013-10-16 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-10055: Summary: FileSystemShell.apt.vm doc has typo "numRepicas" Key: HADOOP-10055 URL: https://issues.apache.org/jira/browse/HADOOP-10055 Project: Had

Re: streaming documentation in Hadoop 2?

2013-10-14 Thread Eli Collins
n, Oct 14, 2013 at 3:20 PM, Eli Collins wrote: > >> It probably just needs doc, I'd go ahead and file a jira for it. The >> wiki content here could be a good starting point. >> >> On Mon, Oct 14, 2013 at 2:56 PM, Sandy Ryza >> wrote: >> > Hi All, >

Re: streaming documentation in Hadoop 2?

2013-10-14 Thread Eli Collins
It probably just needs doc, I'd go ahead and file a jira for it. The wiki content here could be a good starting point. On Mon, Oct 14, 2013 at 2:56 PM, Sandy Ryza wrote: > Hi All, > > I noticed that the hadoop streaming documentation does not exist in the > Hadoop 2 source tree, and also cannot b

Re: symlink support in Hadoop 2 GA

2013-09-18 Thread Eli Collins
On Wed, Sep 18, 2013 at 5:45 AM, Steve Loughran wrote: > On 18 September 2013 12:53, Alejandro Abdelnur wrote: > > > On Wed, Sep 18, 2013 at 11:29 AM, Steve Loughran > >wrote: > > > > > I'm reluctant for this as while delaying the release, because we are > > going > > > to find problems all the

Re: symlink support in Hadoop 2 GA

2013-09-17 Thread Eli Collins
(Looping in Arun since this impacts 2.x releases) I updated the versions on HADOOP-8040 and sub-tasks to reflect where the changes have landed. All of these changes (modulo HADOOP-9417) were merged to branch-2.1 and are in the 2.1.0 release. While symlinks are in 2.1.0 I don't think we can really

Re: What's the status of IPv6 support?

2013-08-16 Thread Eli Collins
options (they were checked in by default awhile back). > > If you don't say that then the JVM keeps trying to create sockets at the > IPv6 level and then fallback to IPv4 if it can't connect, which adds > overhead to all connections. > > -steve > > > &

Re: What's the status of IPv6 support?

2013-08-16 Thread Eli Collins
Hey Andrew, I'm not aware of anyone working on IPv6 support. The following looks up to date and may be helpful: http://wiki.apache.org/hadoop/HadoopIPv6 Thanks, Eli On Fri, Aug 16, 2013 at 8:27 AM, Andrew Pennebaker wrote: > When will Hadoop get better IPv6 support? It would be nice if Ubuntu

Re: Java 7 and Hadoop

2013-08-02 Thread Eli Collins
Sandy and I just created a job, will run daily like the current trunk job. https://builds.apache.org/job/Hadoop-trunk-java7 On Fri, Aug 2, 2013 at 1:34 PM, Eli Collins wrote: > You should be able to login to builds.apache.org using your Apache > credentials and create a job. I'

Re: Java 7 and Hadoop

2013-08-02 Thread Eli Collins
now that JDK 6 is EOL should we switch over >> to JDK 7 across the board? >> >> Thoughts? >> >> Thanks, >> Santhosh >> >> >> >> From: Eli Collins >> To: common-dev@hadoop.apache.org >> Sent: T

Re: Hadoop 2.0 - org.apache.hadoop.fs.Hdfs vs. DistributedFileSystem?

2013-06-18 Thread Eli Collins
Hey Steve, That's correct, see HADOOP-6223 for the history. However, per Andrew I don't think it's realistic to expect people to migrate off FileSystem for a while (I filed HADOOP-6446 well over three years ago). The unfortunate consequence of the earlier decision to have parallel interfaces rat

Re: Cannot update "PoweredBy" wiki page

2013-05-30 Thread Eli Collins
Hey Adam, If you create a user ID for the Hadoop wiki and send it to me I'll update this page which will give you perms. http://wiki.apache.org/hadoop/ContributorsGroup On Thu, May 30, 2013 at 3:26 PM, Adam Kawa wrote: > Could someone please add me? I promise not to break anything ;) > > > 2013

Re: [PROPOSAL] change in bylaws to remove Release Plan vote

2013-05-21 Thread Eli Collins
+1 thanks Matt. On Tue, May 21, 2013 at 2:10 PM, Matt Foley wrote: > Hi all, > This has been a side topic in several email threads recently. Currently we > have an ambiguity. We have a tradition in the dev community that any > committer can create a branch, and propose release candidates fro

Re: [VOTE] Plan to create release candidate for 0.23.8

2013-05-17 Thread Eli Collins
+1 On Friday, May 17, 2013, Thomas Graves wrote: > Hello all, > > We've had a few critical issues come up in 0.23.7 that I think warrants a > 0.23.8 release. The main one is MAPREDUCE-5211. There are a couple of > other issues that I want finished up and get in before we spin it. Those > includ

Re: [VOTE] - Release 2.0.5-beta

2013-05-15 Thread Eli Collins
On Wed, May 15, 2013 at 1:29 PM, Matt Foley wrote: > >> Arun, not sure whether your "Yes to all" already covered this, but I'd > like > >> to throw in support for the compatibility guidelines being a blocker. > > +1 to that. Definitely an overriding concern for me. > > +1 Likewise. Would be g

Re: Heads up - 2.0.5-beta

2013-04-26 Thread Eli Collins
On Fri, Apr 26, 2013 at 2:42 PM, Suresh Srinivas wrote: > Eli, I will post a more detailed reply soon. But one small correction: > > > I'm also not sure there's currently consensus on what an incompatible >> change is. For example, I think HADOOP-9151 is incompatible because it >> broke client/ser

Re: Heads up - 2.0.5-beta

2013-04-26 Thread Eli Collins
On Fri, Apr 26, 2013 at 11:15 AM, Arun C Murthy wrote: > > On Apr 25, 2013, at 7:31 PM, Roman Shaposhnik wrote: > >> On Thu, Apr 25, 2013 at 6:34 PM, Arun C Murthy wrote: >> >>> With that in mind, I really want to make a serious push to lock down APIs >>> and wire-protocols for hadoop-2.0.5-beta

Re: Use hadoop.relaxed.worker.version.check to allow versions in the same major version?

2013-04-26 Thread Eli Collins
Hey Karthik, We already support this for HDFS, see HDFS-2983 (Relax the build version check to permit rolling upgrades within a release). We should do so for Yarn as well, MAPREDUCE-4150 tracks this. I don't think Ahmed is working on it so would be great for you or someone else to take it. Thank

Fwd: Compatibility in Apache Hadoop

2013-04-22 Thread Eli Collins
On Mon, Apr 22, 2013 at 5:42 PM, Steve Loughran wrote: > > On 22 April 2013 14:00, Karthik Kambatla wrote: > > > Hadoop devs, > > > > > > This doc does not intend to propose new policies. The idea is to have one > > document that outlines the various compatibility concerns (lots of areas > > beyo

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

2013-02-27 Thread Eli Collins
Bobby raises some good questions. A related one, since most current developers won't add Windows support for new features that are platform specific is it assumed that Windows development will either lag or will people actively work on keeping Windows up with the latest? And vice versa in case Wi

Re: Heads up - merge branch-trunk-win to trunk

2013-02-07 Thread Eli Collins
Thanks for the update Suresh. Has any testing been done on the branch on Linux aside from running the unit tests? Thanks, Eli On Thu, Feb 7, 2013 at 5:42 PM, Suresh Srinivas wrote: > The support for Hadoop on Windows was proposed in > HADOOP-8079

Re: Release numbering for branch-2 releases

2013-01-31 Thread Eli Collins
ur Roadmap wiki and other docs post this > discussion. > > thanks, > Arun > > > > On Jan 30, 2013, at 4:21 PM, Eli Collins wrote: > > > Thanks for bringing this up Arun. One of the issues is that we > > haven't been clear about what type of compatibility

Re: Release numbering for branch-2 releases

2013-01-30 Thread Eli Collins
Thanks for bringing this up Arun. One of the issues is that we haven't been clear about what type of compatibility breakages are allowed, and which are not. For example, renaming FileSystem#open is incompatible, and not OK, regardless of the alpha/beta tag. Breaking a server/server APIs is OK pr

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Eli Collins
-1, 0, -1 IIUC the only platform we plan to add support for that we can't easily support today (w/o an emulation layer like cygwin) is Windows, and it seems like making the bash scripts simpler and having parallel bat files is IMO a better approach. On Sat, Nov 24, 2012 at 12:13 PM, Matt Foley w

[jira] [Resolved] (HADOOP-9080) Update bylaws to specify PMC chair voting

2012-11-26 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-9080. - Resolution: Fixed Thank you Nicholas. I've committed this. > Update b

[jira] [Created] (HADOOP-9080) Update bylaws to specify PMC chair voting

2012-11-21 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-9080: --- Summary: Update bylaws to specify PMC chair voting Key: HADOOP-9080 URL: https://issues.apache.org/jira/browse/HADOOP-9080 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-8968) Add a flag to completely disable the worker version check

2012-10-26 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8968. - Resolution: Fixed Hadoop Flags: Reviewed I've committed this. Thanks

[jira] [Created] (HADOOP-8931) Add Java version to startup message

2012-10-15 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8931: --- Summary: Add Java version to startup message Key: HADOOP-8931 URL: https://issues.apache.org/jira/browse/HADOOP-8931 Project: Hadoop Common Issue Type

Re: [DISCUSS] remove packaging

2012-10-15 Thread Eli Collins
me a part of HADOOP-8914 (Automating > the release build). > > --Bobby > > > -Original Message- > From: Eli Collins [mailto:e...@cloudera.com] > Sent: Monday, October 15, 2012 10:33 AM > To: common-dev@hadoop.apache.org > Subject: [DISCUSS] remove packaging > > Hey guys,

[DISCUSS] remove packaging

2012-10-15 Thread Eli Collins
Hey guys, Heads up: I filed HADOOP-8925 to remove the packaging from trunk and branch-2. The packages are not currently being built, were never updated for MR2/YARN, I'm not aware of anyone planning to do this work or maintain them, etc. No sense in letting them continue to bit rot in the code ba

[jira] [Resolved] (HADOOP-8809) RPMs should skip useradds if the users already exist

2012-10-12 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8809. - Resolution: Won't Fix Filed HADOOP-8925. > RPMs should skip useradd

[jira] [Created] (HADOOP-8925) Remove packaging

2012-10-12 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8925: --- Summary: Remove packaging Key: HADOOP-8925 URL: https://issues.apache.org/jira/browse/HADOOP-8925 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-8915) Get clover running on the trunk jobs

2012-10-10 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8915: --- Summary: Get clover running on the trunk jobs Key: HADOOP-8915 URL: https://issues.apache.org/jira/browse/HADOOP-8915 Project: Hadoop Common Issue Type: Task

[jira] [Created] (HADOOP-8914) Automate release builds

2012-10-10 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8914: --- Summary: Automate release builds Key: HADOOP-8914 URL: https://issues.apache.org/jira/browse/HADOOP-8914 Project: Hadoop Common Issue Type: Task

Re: Need to add fs shim to use QFS

2012-10-10 Thread Eli Collins
On Wed, Oct 10, 2012 at 12:14 PM, Steve Loughran wrote: > On 10 October 2012 16:03, Thilee Subramaniam wrote: > >> Hi Steve, >> >> Like Harsh said, HADOOP-8886 addresses removing KFS from apache tree. >> >> But I interpret your suggestion as 'moving qfs.jar out of apache tree, and >> keeping the

Re: [VOTE] Hadoop-1.0.4-rc0

2012-10-09 Thread Eli Collins
On Tue, Oct 9, 2012 at 1:02 PM, Matt Foley wrote: > Hi Eli, > Thanks for the suggestion. Looks like this has gotten fleshed out a little > more since I started doing releases. > > I've had my key posted at MIT since the beginning. I've now also uploaded > it to the PGP Global Directory, and uplo

[jira] [Created] (HADOOP-8886) Remove KFS support

2012-10-05 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8886: --- Summary: Remove KFS support Key: HADOOP-8886 URL: https://issues.apache.org/jira/browse/HADOOP-8886 Project: Hadoop Common Issue Type: Improvement

Re: Need to add fs shim to use QFS

2012-10-05 Thread Eli Collins
Hey Thilee, Thanks for contributing. We don't process pull request on the git mirrors, please upload a patch against trunk and branch-1 if you'd like this included in Hadoop 1.x and 2.x releases. More info here: http://wiki.apache.org/hadoop/HowToContribute Thanks, Eli On Fri, Oct 5, 2012 at 10:

Re: [VOTE] Hadoop-1.0.4-rc0

2012-10-04 Thread Eli Collins
+1 Thanks Matt. I verified the signatures and ran some basic MR jobs. Btw, it would be good to update the public KEYS repo with your key as well. See http://wiki.apache.org/hadoop/HowToRelease. Thanks, Eli On Thu, Oct 4, 2012 at 1:59 PM, Matt Foley wrote: > Hi, > There has been a request fr

[jira] [Created] (HADOOP-8875) test-patch.sh doesn't test changes to itself

2012-10-03 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8875: --- Summary: test-patch.sh doesn't test changes to itself Key: HADOOP-8875 URL: https://issues.apache.org/jira/browse/HADOOP-8875 Project: Hadoop Common

[jira] [Created] (HADOOP-8873) Port HADOOP-8175 (Add mkdir -p flag) to branch-1

2012-10-02 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8873: --- Summary: Port HADOOP-8175 (Add mkdir -p flag) to branch-1 Key: HADOOP-8873 URL: https://issues.apache.org/jira/browse/HADOOP-8873 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8859) Improve SecurityUtil#openSecureHttpConnection javadoc

2012-09-26 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8859: --- Summary: Improve SecurityUtil#openSecureHttpConnection javadoc Key: HADOOP-8859 URL: https://issues.apache.org/jira/browse/HADOOP-8859 Project: Hadoop Common

[jira] [Created] (HADOOP-8857) hadoop.http.authentication.signature.secret.file should be created if the configured file does not exist

2012-09-26 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8857: --- Summary: hadoop.http.authentication.signature.secret.file should be created if the configured file does not exist Key: HADOOP-8857 URL: https://issues.apache.org/jira/browse/HADOOP

[jira] [Resolved] (HADOOP-8856) SecuirtyUtil#openSecureHttpConnection should use an authenticated URL even if kerberos is not enabled

2012-09-26 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8856. - Resolution: Duplicate Dupe of HADOOP-8855 > SecuirtyU

[jira] [Created] (HADOOP-8856) SecuirtyUtil#openSecureHttpConnection should use an authenticated URL even if kerberos is not enabled

2012-09-26 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8856: --- Summary: SecuirtyUtil#openSecureHttpConnection should use an authenticated URL even if kerberos is not enabled Key: HADOOP-8856 URL: https://issues.apache.org/jira/browse/HADOOP

Re: Commits breaking compilation of MR 'classic' tests

2012-09-25 Thread Eli Collins
How about adding this step to the MR PreCommit jenkins job so it's run as part test-patch? On Tue, Sep 25, 2012 at 7:48 PM, Arun C Murthy wrote: > Committers, > > As most people are aware, the MapReduce 'classic' tests (in > hadoop-mapreduce-project/src/test) still need to built using ant since

[jira] [Created] (HADOOP-8812) ExitUtil#terminate should print Exception#toString

2012-09-14 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8812: --- Summary: ExitUtil#terminate should print Exception#toString Key: HADOOP-8812 URL: https://issues.apache.org/jira/browse/HADOOP-8812 Project: Hadoop Common

[jira] [Created] (HADOOP-8807) Update README and website to reflect HADOOP-8662

2012-09-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8807: --- Summary: Update README and website to reflect HADOOP-8662 Key: HADOOP-8807 URL: https://issues.apache.org/jira/browse/HADOOP-8807 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8804) Improve Web UIs when the wildcard address is used

2012-09-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8804: --- Summary: Improve Web UIs when the wildcard address is used Key: HADOOP-8804 URL: https://issues.apache.org/jira/browse/HADOOP-8804 Project: Hadoop Common

[jira] [Created] (HADOOP-8801) ExitUtil#terminate should capture the exception stack trace

2012-09-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8801: --- Summary: ExitUtil#terminate should capture the exception stack trace Key: HADOOP-8801 URL: https://issues.apache.org/jira/browse/HADOOP-8801 Project: Hadoop Common

Re: difference between hadoop code and the amazon elastic Mapreduce

2012-09-09 Thread Eli Collins
Peter, Thanks for the info. Do you guys plan to contribute the rewritten s3 code (assume you're referring to org.apache.hadoop.fs.s3) back to Apache? Thanks, Eli On Sun, Sep 9, 2012 at 12:38 PM, Sirota, Peter wrote: > Hi, > > The major differences are in s3 file system that has been rewritten

[jira] [Resolved] (HADOOP-8745) Incorrect version numbers in hadoop-core POM

2012-09-07 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8745. - Resolution: Fixed Fix Version/s: 1.2.0 Hadoop Flags: Reviewed I've committed

Re: test-patch and native code compile

2012-09-06 Thread Eli Collins
Yea we want jenkins to run with native. How about adding making native optional in test-patch via a flag and updating the jenkins jobs to use it? On Thu, Sep 6, 2012 at 7:25 AM, Alejandro Abdelnur wrote: > Makes sense, though the Jenkins runs should continue to run w/ native, right? > > On Thu, S

[jira] [Created] (HADOOP-8771) Correct CHANGES.txt file

2012-09-05 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8771: --- Summary: Correct CHANGES.txt file Key: HADOOP-8771 URL: https://issues.apache.org/jira/browse/HADOOP-8771 Project: Hadoop Common Issue Type: Task Affects

[jira] [Created] (HADOOP-8769) Tests failures on the ARM hosts

2012-09-05 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8769: --- Summary: Tests failures on the ARM hosts Key: HADOOP-8769 URL: https://issues.apache.org/jira/browse/HADOOP-8769 Project: Hadoop Common Issue Type: Test

Re: Branch 2 release names

2012-09-05 Thread Eli Collins
On Tue, Sep 4, 2012 at 11:55 AM, Owen O'Malley wrote: > While cleaning up the subversion branches, I thought more about the > branch 2 release names. I'm concerned if we backtrack and reuse > release numbers it will be extremely confusing to users. It also > creates problems for tools like Maven t

[jira] [Created] (HADOOP-8766) FileContextMainOperationsBaseTest should randomize the root dir

2012-09-04 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8766: --- Summary: FileContextMainOperationsBaseTest should randomize the root dir Key: HADOOP-8766 URL: https://issues.apache.org/jira/browse/HADOOP-8766 Project: Hadoop

[jira] [Created] (HADOOP-8752) Update website to reflect merged committer lists

2012-08-30 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8752: --- Summary: Update website to reflect merged committer lists Key: HADOOP-8752 URL: https://issues.apache.org/jira/browse/HADOOP-8752 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-8722) Update BUILDING.txt with latest snappy info

2012-08-30 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8722. - Resolution: Fixed Fix Version/s: 2.2.0-alpha Target Version/s: (was: 2.2.0

[jira] [Created] (HADOOP-8744) Fix the OSX native build

2012-08-28 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8744: --- Summary: Fix the OSX native build Key: HADOOP-8744 URL: https://issues.apache.org/jira/browse/HADOOP-8744 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8740) Build target to generate findbugs html output

2012-08-27 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8740: --- Summary: Build target to generate findbugs html output Key: HADOOP-8740 URL: https://issues.apache.org/jira/browse/HADOOP-8740 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8722) Update BUILDING.txt to indicate snappy.lib is required

2012-08-22 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8722: --- Summary: Update BUILDING.txt to indicate snappy.lib is required Key: HADOOP-8722 URL: https://issues.apache.org/jira/browse/HADOOP-8722 Project: Hadoop Common

[jira] [Created] (HADOOP-8710) Remove ability for users to easily run the trash emptier

2012-08-17 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8710: --- Summary: Remove ability for users to easily run the trash emptier Key: HADOOP-8710 URL: https://issues.apache.org/jira/browse/HADOOP-8710 Project: Hadoop Common

Re: S3 FS tests broken?

2012-08-14 Thread Eli Collins
Trevor, Forgot to ask, since you can reproduce this can you confirm and see why S3Conf.get is returning null for test.fs.s3.name? On Mon, Aug 13, 2012 at 6:35 PM, Eli Collins wrote: > Passes for me locally, and the precondition that's failing (passing > null to Conf#set) from the back

Re: S3 FS tests broken?

2012-08-13 Thread Eli Collins
Passes for me locally, and the precondition that's failing (passing null to Conf#set) from the backtrace looks like the null is coming from: S3Conf.set(FS_DEFAULT_NAME_DEFAULT, S3Conf.get("test.fs.s3.name")); which is set in core-site.xml so something strange is going on. HADOOP-6296 looks re

[jira] [Created] (HADOOP-8690) Shell may remove a file without going to trash even if skipTrash is not enabled

2012-08-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8690: --- Summary: Shell may remove a file without going to trash even if skipTrash is not enabled Key: HADOOP-8690 URL: https://issues.apache.org/jira/browse/HADOOP-8690

[jira] [Created] (HADOOP-8689) Make trash a server side configuration option

2012-08-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8689: --- Summary: Make trash a server side configuration option Key: HADOOP-8689 URL: https://issues.apache.org/jira/browse/HADOOP-8689 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8687) Bump log4j to version 1.2.17

2012-08-12 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8687: --- Summary: Bump log4j to version 1.2.17 Key: HADOOP-8687 URL: https://issues.apache.org/jira/browse/HADOOP-8687 Project: Hadoop Common Issue Type: Improvement

Re: fs.local.block.size vs file.blocksize

2012-08-11 Thread Eli Collins
Hi Ellis, fs.local.block.size is the default FileSystem block size, note however that most file systems (like HDFS, see DistributedFileSystem) override this, eg when using HDFS the default block size is configured with dfs.blocksize which defaults to 64mb. Note in v1 the default block size for hd

[jira] [Created] (HADOOP-8660) TestPseudoAuthenticator failing with NPE

2012-08-07 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8660: --- Summary: TestPseudoAuthenticator failing with NPE Key: HADOOP-8660 URL: https://issues.apache.org/jira/browse/HADOOP-8660 Project: Hadoop Common Issue Type

Re: adding bin and net categories to JIRA/HADOOP

2012-08-06 Thread Eli Collins
Works for me. I've been adding missing ones that make sense (eg webhdfs). On Mon, Aug 6, 2012 at 11:34 AM, Steve Loughran wrote: > There aren't bin and net categories in JIRA, yet often bugs go against the > code there? > > Should I add them?

Re: Where can I find old Hadoop Common Release Binaries?

2012-08-04 Thread Eli Collins
Hey Carlos, We don't release common separately from mr and hdfs. You can download the hadoop binaries from this site (or preferably it's mirror). http://apache.claz.org/hadoop/common Eg the 0.20.2 binary is here: http://apache.claz.org/hadoop/common/hadoop-0.20.2/hadoop-0.20.2.tar.gz Thanks, El

[jira] [Created] (HADOOP-8642) io.native.lib.available only controls zlib

2012-08-02 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8642: --- Summary: io.native.lib.available only controls zlib Key: HADOOP-8642 URL: https://issues.apache.org/jira/browse/HADOOP-8642 Project: Hadoop Common Issue Type

Re: Java 7 and Hadoop

2012-07-31 Thread Eli Collins
ocess for this or is it simply updating the wiki Eli mentioned > after sufficient testing? > > Thanks, > Tom > > > On 4/26/12 4:25 PM, "Eli Collins" wrote: > >> Hey Scott, >> >> Nice. Please update this page with your experience when you get a

Re: Build failed in Jenkins: Hadoop-Common-trunk #481

2012-07-24 Thread Eli Collins
to the ephemeral port. > Contributed by Eli Collins > > [bobby] MAPREDUCE-3893. allow capacity scheduler configs max-apps and > max-am-pct per queue (tgraves via bobby) > > [todd] HDFS-3697. Enable fadvise readahead by default. Contributed by Todd > Lipcon. > > --

[jira] [Created] (HADOOP-8616) ViewFS configuration requires a trailing slash

2012-07-23 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8616: --- Summary: ViewFS configuration requires a trailing slash Key: HADOOP-8616 URL: https://issues.apache.org/jira/browse/HADOOP-8616 Project: Hadoop Common Issue

[jira] [Reopened] (HADOOP-8431) Running distcp wo args throws IllegalArgumentException

2012-07-23 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins reopened HADOOP-8431: - I just tried this and confirmed it still fails with the latest build. In the future please try to

[jira] [Resolved] (HADOOP-8612) Backport HADOOP-8599 to branch-1 (Non empty response when read beyond eof)

2012-07-23 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8612. - Resolution: Fixed Fix Version/s: 1.2.0 Target Version/s: (was: 1.2.0) I&#x

Re: 10 failures when run test on hadoop-common-project

2012-07-23 Thread Eli Collins
Hi Yanbo, You can look at the individual tests output (eg hadoop-common-project/hadoop-common/target/surefire-reports/org.apache.hadoop.net.TestTableMapping.txt for TestTableMapping and so on) for an indication as to why the test failed. Thanks, Eli On Mon, Jul 23, 2012 at 3:50 AM, Yanbo Liang

[jira] [Created] (HADOOP-8610) test-patch should run tests in the root repo

2012-07-19 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8610: --- Summary: test-patch should run tests in the root repo Key: HADOOP-8610 URL: https://issues.apache.org/jira/browse/HADOOP-8610 Project: Hadoop Common Issue

Common and hdfs Jenkins jobs now running tests

2012-07-19 Thread Eli Collins
Hey gang, The tests were disabled on the common and hdfs jenkins jobs for some reason. This was hiding test failures in the tests that are not run by test-patch (eg hadoop-dist, see HDFS-3690). I've re-enabled the tests on these jobs and filed HADOOP-8610 to get test-patch on Hadoop to run the ro

[jira] [Created] (HADOOP-8598) Server-side Trash

2012-07-15 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8598: --- Summary: Server-side Trash Key: HADOOP-8598 URL: https://issues.apache.org/jira/browse/HADOOP-8598 Project: Hadoop Common Issue Type: New Feature Affects

[jira] [Created] (HADOOP-8596) TestFileAppend4#testCompleteOtherLeaseHoldersFile times out

2012-07-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8596: --- Summary: TestFileAppend4#testCompleteOtherLeaseHoldersFile times out Key: HADOOP-8596 URL: https://issues.apache.org/jira/browse/HADOOP-8596 Project: Hadoop Common

[jira] [Created] (HADOOP-8595) Create security page in the docs and update the ASF page to link to it

2012-07-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8595: --- Summary: Create security page in the docs and update the ASF page to link to it Key: HADOOP-8595 URL: https://issues.apache.org/jira/browse/HADOOP-8595 Project: Hadoop

[jira] [Created] (HADOOP-8594) Upgrade to findbugs 2

2012-07-13 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8594: --- Summary: Upgrade to findbugs 2 Key: HADOOP-8594 URL: https://issues.apache.org/jira/browse/HADOOP-8594 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8592) Hadoop-auth should use o.a.h.util.Time methods instead of System#currentTimeMillis

2012-07-12 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8592: --- Summary: Hadoop-auth should use o.a.h.util.Time methods instead of System#currentTimeMillis Key: HADOOP-8592 URL: https://issues.apache.org/jira/browse/HADOOP-8592

[jira] [Resolved] (HADOOP-7836) TestSaslRPC#testDigestAuthMethodHostBasedToken fails with hostname localhost.localdomain

2012-07-12 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7836. - Resolution: Fixed Fix Version/s: 1.2.0 Target Version/s: (was: 1.1.0) I&#x

Re: a bug in ViewFs tests

2012-07-11 Thread Eli Collins
Hey Andrew. I'd open a new jira, and thanks for the find btw! Thanks, Eli On Wed, Jul 11, 2012 at 4:08 PM, Andrey Klochkov wrote: > Hi, > I noticed that the fix done in HADOOP-8036 (failing ViewFs tests) was > reverted later when resolving HADOOP-8129, so the bug exists both in > 0.23 and 2.0.

[jira] [Resolved] (HADOOP-8587) HarFileSystem access of harMetaCache isn't threadsafe

2012-07-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8587. - Resolution: Fixed Fix Version/s: 2.0.1-alpha 1.2.0 Target

  1   2   3   4   5   >