[jira] [Created] (HADOOP-12069) Document that NFS gateway does not work with rpcbind on SLES 11

2015-06-05 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-12069: -- Summary: Document that NFS gateway does not work with rpcbind on SLES 11 Key: HADOOP-12069 URL: https://issues.apache.org/jira/browse/HADOOP-12069 Project

[jira] [Created] (HADOOP-11981) Add storage policy APIs to filesystem docs

2015-05-15 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11981: -- Summary: Add storage policy APIs to filesystem docs Key: HADOOP-11981 URL: https://issues.apache.org/jira/browse/HADOOP-11981 Project: Hadoop Common

Re: Planning Hadoop 2.6.1 release

2015-04-30 Thread Arpit Agarwal
HDFS candidates for back-porting to Hadoop 2.6.1. The first two were requested in [1]. HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static HADOOP-11710. Make CryptoOutputStream behave like DFSOutputStream wrt synchronization HDFS-7009. Active NN and

Re: [VOTE] Release Apache Hadoop 2.7.0 RC0

2015-04-17 Thread Arpit Agarwal
+1 for calling 2.7.0 an alpha. There are a couple of more issues related to incorrect handling of timestamps. 1. HDFS-8163 - Using monotonicNow for block report scheduling causes test failures on recently restarted systems 2. HDFS-8179 - DFSClient#getServerDefaults returns null within 1 hour of

[jira] [Created] (HADOOP-11833) Split TestLazyPersistFiles into multiple tests

2015-04-14 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11833: -- Summary: Split TestLazyPersistFiles into multiple tests Key: HADOOP-11833 URL: https://issues.apache.org/jira/browse/HADOOP-11833 Project: Hadoop Common

[jira] [Resolved] (HADOOP-11809) Building hadoop on windows 64 bit, windows 7.1 SDK : \hadoop-common\target\findbugsXml.xml does not exist

2015-04-07 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-11809. Resolution: Invalid Hi [~kantum...@yahoo.com], please use the dev mailing list

[jira] [Created] (HADOOP-11725) Minor cleanup of BlockPoolManager#getAllNamenodeThreads

2015-03-17 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11725: -- Summary: Minor cleanup of BlockPoolManager#getAllNamenodeThreads Key: HADOOP-11725 URL: https://issues.apache.org/jira/browse/HADOOP-11725 Project: Hadoop Common

[jira] [Created] (HADOOP-11513) Artifact errors with Maven build on Linux

2015-01-27 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11513: -- Summary: Artifact errors with Maven build on Linux Key: HADOOP-11513 URL: https://issues.apache.org/jira/browse/HADOOP-11513 Project: Hadoop Common

Re: Patch review process

2015-01-26 Thread Arpit Agarwal
for that effort) should we try using github's UI? Isn't that how the majority of the rest of the world started doing code reviews? On Monday, January 26, 2015 3:57 PM, Arpit Agarwal aagar...@hortonworks.com wrote: Thanks for that data point Chris. It looks like reviews.apache.org no longer

Re: Patch review process

2015-01-26 Thread Arpit Agarwal
of the conversation out of jira. If Crucible can keep all the review notes sync'd with the jira and searchable, then that would be very interesting. Chris Nauroth Hortonworks http://hortonworks.com/ On Mon, Jan 26, 2015 at 1:54 PM, Arpit Agarwal aagar...@hortonworks.com wrote: IMO the number one

Re: Patch review process

2015-01-26 Thread Arpit Agarwal
IMO the number one improvement would be a web-based review tool. We could evaluate Atlassian Crucible since it claims to integrate well with Jira. I have not tried https://reviews.apache.org/r/new/. Some easy improvements that were also raised by others on the private list: - Encourage

[jira] [Created] (HADOOP-11451) TestLazyPersistFiles#testDnRestartWithSavedReplicas is flaky on Windows

2014-12-26 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11451: -- Summary: TestLazyPersistFiles#testDnRestartWithSavedReplicas is flaky on Windows Key: HADOOP-11451 URL: https://issues.apache.org/jira/browse/HADOOP-11451

[jira] [Created] (HADOOP-11428) Remove obsolete reference to Cygwin in BUILDING.txt

2014-12-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-11428: -- Summary: Remove obsolete reference to Cygwin in BUILDING.txt Key: HADOOP-11428 URL: https://issues.apache.org/jira/browse/HADOOP-11428 Project: Hadoop Common

Re: migrating private branches to the new git repo

2014-09-03 Thread Arpit Agarwal
Allen, I think the correct field you are looking for is 'Target Version'. If a fix is committed to both branch-2 and trunk, the fix version must include both 2.x.0 and 3.0.0. However the target version would be 2.x.0 as that is the earliest release that includes the fix. On Wed, Sep 3, 2014 at

Re: migrating private branches to the new git repo

2014-09-03 Thread Arpit Agarwal
because branch-0.22 was *not* considered a mainline branch even though it appears to be by first glance.) That said, I just yanked all the fix versions that were both 3.0 and 2.6 and marked them as 2.6. On Sep 3, 2014, at 12:51 PM, Arpit Agarwal aagar...@hortonworks.com wrote: Allen, I think

Re: migrating private branches to the new git repo

2014-09-03 Thread Arpit Agarwal
in by then. :D On Sep 3, 2014, at 1:07 PM, Arpit Agarwal aagar...@hortonworks.com wrote: Thanks, good to know. So in the spirit of simplification can we just eliminate the 'Target Version' field from Jira? On Wed, Sep 3, 2014 at 1:01 PM, Allen Wittenauer a...@altiscale.com wrote: I

Re: Updates on migration to git

2014-08-26 Thread Arpit Agarwal
I cloned the new repo, built trunk and branch-2, verified all the branches are present. Also checked a few branches and the recent commit history matches our existing repo. Everything looks good so far. On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla ka...@cloudera.com wrote: The git

[jira] [Created] (HADOOP-10977) Periodically dump RPC metrics to logs

2014-08-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10977: -- Summary: Periodically dump RPC metrics to logs Key: HADOOP-10977 URL: https://issues.apache.org/jira/browse/HADOOP-10977 Project: Hadoop Common Issue

Re: [DISCUSS] Switch to log4j 2

2014-08-17 Thread Arpit Agarwal
The block state change logs are indeed too noisy at INFO and I've not found them useful when troubleshooting. Just filed HDFS-6860 to fix that. This is orthogal to SLF4J migration however moving to SLF4J would help ease the transition to Log4j 2. Thanks for the pointer to HDFS-5421 Aaron,

[DISCUSS] Switch to log4j 2

2014-08-13 Thread Arpit Agarwal
I don't recall whether this was discussed before. I often find our INFO logging to be too sparse for useful diagnosis. A high performance logging framework will encourage us to log more. Specifically, Asynchronous Loggers look interesting.

Re: [VOTE] Migration from subversion to git for version control

2014-08-12 Thread Arpit Agarwal
+1 binding. On Tue, Aug 12, 2014 at 6:08 AM, Thomas Graves tgra...@yahoo-inc.com.invalid wrote: +1 (binding). Tom On Friday, August 8, 2014 9:57 PM, Karthik Kambatla ka...@cloudera.com wrote: I have put together this proposal based on recent discussion on this topic. Please vote

Re: [DISCUSS] Migrate from svn to git for source control?

2014-08-05 Thread Arpit Agarwal
+1 to voting on specific workflow(s). On Tue, Aug 5, 2014 at 5:49 PM, Karthik Kambatla ka...@cloudera.com wrote: If we are to start a vote thread, will people prefer a vote thread that includes potential workflows as well? On Tue, Aug 5, 2014 at 5:40 PM, Karthik Kambatla ka...@cloudera.com

Re: [DISCUSS] Migrate from svn to git for source control?

2014-08-05 Thread Arpit Agarwal
Abdelnur tuc...@gmail.com wrote: I would say we can first move to git and keep the very same workflow we have today, then we can evolve it. On Tue, Aug 5, 2014 at 6:46 PM, Arpit Agarwal aagar...@hortonworks.com wrote: +1 to voting on specific workflow(s). On Tue, Aug 5, 2014 at 5:49 PM

Re: Hadoop Code of Incompatible Changes

2014-07-29 Thread Arpit Agarwal
I cleared out the wiki page and left a forwarding link to the site docs. From a quick scan all the content is included in the site docs. On Tue, Jul 29, 2014 at 2:14 PM, Sandy Ryza sandy.r...@cloudera.com wrote: Eli pointed out to me that this is the up-to-date compatibility guide:

[jira] [Resolved] (HADOOP-8069) Enable TCP_NODELAY by default for IPC

2014-07-28 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-8069. --- Resolution: Fixed Fix Version/s: 2.6.0 3.0.0 Target

[jira] [Created] (HADOOP-10892) Suppress 'proprietary API' warnings

2014-07-23 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10892: -- Summary: Suppress 'proprietary API' warnings Key: HADOOP-10892 URL: https://issues.apache.org/jira/browse/HADOOP-10892 Project: Hadoop Common Issue Type

Re: 'current' document links to 2.3.0

2014-07-22 Thread Arpit Agarwal
On a related note, https://hadoop.apache.org/docs/stable/ still points to 2.2.0. Since 2.4.x is the current stable series, I updated stable to point to 2.4.1. On Mon, Jul 14, 2014 at 12:13 AM, Akira AJISAKA ajisa...@oss.nttdata.co.jp wrote: Thanks Andrew! One thing we can do though is

Re: [VOTE] Change by-laws on release votes: 5 days instead of 7

2014-06-25 Thread Arpit Agarwal
+1 Arpit On Tue, Jun 24, 2014 at 1:53 AM, Arun C Murthy a...@hortonworks.com wrote: Folks, As discussed, I'd like to call a vote on changing our by-laws to change release votes from 7 days to 5. I've attached the change to by-laws I'm proposing. Please vote, the vote will the usual

[jira] [Created] (HADOOP-10571) Use Log.*(Object, Throwable) overload to log exceptions

2014-05-02 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10571: -- Summary: Use Log.*(Object, Throwable) overload to log exceptions Key: HADOOP-10571 URL: https://issues.apache.org/jira/browse/HADOOP-10571 Project: Hadoop Common

[jira] [Resolved] (HADOOP-10083) Fix commons logging warning in Hadoop build

2014-05-02 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10083. Resolution: Not a Problem This has been fixed as a side effect of HDFS-6252. Resolving

[jira] [Resolved] (HADOOP-10538) NumberFormatException happened when hadoop 1.2.1 running on Cygwin

2014-04-24 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10538. Resolution: Won't Fix Hadoop is not supported on Cygwin. Please see [these instructions

[jira] [Reopened] (HADOOP-10538) NumberFormatException happened when hadoop 1.2.1 running on Cygwin

2014-04-24 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-10538: Never mind, I missed that this is Hadoop 1.2.1 although it is right there in the title. I

[jira] [Created] (HADOOP-10518) TestSaslRPC fails on Windows

2014-04-17 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10518: -- Summary: TestSaslRPC fails on Windows Key: HADOOP-10518 URL: https://issues.apache.org/jira/browse/HADOOP-10518 Project: Hadoop Common Issue Type: Bug

[jira] [Resolved] (HADOOP-10518) TestSaslRPC fails on Windows

2014-04-17 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10518. Resolution: Duplicate Okay that does look similar to what I encountered. I will dup

[jira] [Created] (HADOOP-10413) Log statements must include pid and tid information

2014-03-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10413: -- Summary: Log statements must include pid and tid information Key: HADOOP-10413 URL: https://issues.apache.org/jira/browse/HADOOP-10413 Project: Hadoop Common

[jira] [Created] (HADOOP-10408) TestMetricsSystemImpl fails occasionally

2014-03-13 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10408: -- Summary: TestMetricsSystemImpl fails occasionally Key: HADOOP-10408 URL: https://issues.apache.org/jira/browse/HADOOP-10408 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-10395) TestCallQueueManager is flaky

2014-03-08 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10395: -- Summary: TestCallQueueManager is flaky Key: HADOOP-10395 URL: https://issues.apache.org/jira/browse/HADOOP-10395 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-10394) TestAuthenticationFilter is flaky

2014-03-07 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10394: -- Summary: TestAuthenticationFilter is flaky Key: HADOOP-10394 URL: https://issues.apache.org/jira/browse/HADOOP-10394 Project: Hadoop Common Issue Type

[jira] [Reopened] (HADOOP-10347) branch-2 fails to compile

2014-02-14 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-10347: branch-2 fails to compile - Key: HADOOP-10347

[jira] [Resolved] (HADOOP-10347) branch-2 fails to compile

2014-02-14 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10347. Resolution: Duplicate Yep Haohui just pointed out the same. Thanks Andrew, resolving

[jira] [Resolved] (HADOOP-10347) branch-2 fails to compile

2014-02-14 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10347. Resolution: Not A Problem branch-2 fails to compile

Re: Wiki Editing

2014-02-11 Thread Arpit Agarwal
+common-dev, bcc user Hi Steve, *I'm wondering if someone wouldn't mind adding my user to the list so I can add my (small) contribution to the project.* A wiki admin should be able to do this for you (a few of them are on this mailing list). Feel free to send a reminder to the list if no

Re: Re-swizzle 2.3

2014-02-06 Thread Arpit Agarwal
Merged HADOOP-10273 to branch-2.3 as r1565456. On Wed, Feb 5, 2014 at 4:49 PM, Arpit Agarwal aagar...@hortonworks.comwrote: IMO HADOOP-10273 (Fix 'mvn site') should be included in 2.3. I will merge it to branch-2.3 tomorrow PST if no one disagrees. On Tue, Feb 4, 2014 at 5:03 PM

[jira] [Created] (HADOOP-10330) TestFrameDecoder fails if it cannot bind port 12345

2014-02-06 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10330: -- Summary: TestFrameDecoder fails if it cannot bind port 12345 Key: HADOOP-10330 URL: https://issues.apache.org/jira/browse/HADOOP-10330 Project: Hadoop Common

Re: Re-swizzle 2.3

2014-02-05 Thread Arpit Agarwal
IMO HADOOP-10273 (Fix 'mvn site') should be included in 2.3. I will merge it to branch-2.3 tomorrow PST if no one disagrees. On Tue, Feb 4, 2014 at 5:03 PM, Alejandro Abdelnur t...@cloudera.comwrote: IMO YARN-1577 is a blocker, it is breaking unmanaged AMs in a very odd ways (to the point it

[jira] [Created] (HADOOP-10273) Fix 'maven site'

2014-01-23 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10273: -- Summary: Fix 'maven site' Key: HADOOP-10273 URL: https://issues.apache.org/jira/browse/HADOOP-10273 Project: Hadoop Common Issue Type: Bug

Re: Maintaining documentations

2014-01-21 Thread Arpit Agarwal
I will review HADOOP-10086https://issues.apache.org/jira/browse/HADOOP-10086this week unless another committer gets to it first. Akira, could you please resend a list of your patches that need reviewing if you have it handy. Thanks for your efforts to clean up the documentation. Unfortunately

[jira] [Resolved] (HADOOP-10217) Unable to run 'hadoop' commands, after installing on Cygwin

2014-01-10 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-10217. Resolution: Invalid Anand, Cygwin is not supported. Hadoop 2.0 has native support

Re: Next releases

2014-01-06 Thread Arpit Agarwal
This merge to branch-2 is complete. The changes have been merged to branch-2 and target version set to 2.4.0 (r1556076). On Fri, Jan 3, 2014 at 4:13 PM, Arpit Agarwal aagar...@hortonworks.comwrote: We plan to merge HDFS-2832 to branch-2 next week for inclusion in 2.4. On Fri, Dec 6, 2013

Re: Next releases

2014-01-03 Thread Arpit Agarwal
We plan to merge HDFS-2832 to branch-2 next week for inclusion in 2.4. On Fri, Dec 6, 2013 at 1:53 PM, Arun C Murthy a...@hortonworks.com wrote: Thanks Suresh Colin. Please update the Roadmap wiki with your proposals. As always, we will try our best to get these in - but we can

Re: Edit permissions for my Hadoop wiki account

2014-01-03 Thread Arpit Agarwal
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 andrew.w...@cloudera.comwrote: Hi all, Could someone give my wiki account edit permissions? Username is AndrewWang. Thanks, Andrew --

Re: Edit permissions for my Hadoop wiki account

2014-01-03 Thread Arpit Agarwal
Thanks Eli. On Fri, Jan 3, 2014 at 5:01 PM, Eli Collins e...@cloudera.com wrote: Added you both. On Fri, Jan 3, 2014 at 4:58 PM, Arpit Agarwal aagar...@hortonworks.com wrote: Could some kind admin do the same for my account too? My Hadoop wiki username is ArpitAgarwal Thanks

Re: Improved HDFS Web UI

2013-12-20 Thread Arpit Agarwal
Hi Robert, My fault, the target version should have been 2.3. I am not sure if branch-2.3 is still taking improvements. If yes I will merge this to branch-2.3 and set the fix version to be 2.3, else the fix version will be 2.4. Arpit On Fri, Dec 20, 2013 at 1:11 PM, Robert Rati

Re: [VOTE] Merge HDFS-2832 Heterogeneous Storage Phase 1 to trunk

2013-12-10 Thread Arpit Agarwal
...@cloudera.comwrote: Thanks for clarifying that Arpit. I'm a +0.9 since I haven't reviewed enough to +1, but everything thus far looks great. Andrew On Fri, Dec 6, 2013 at 5:35 PM, Chen He airb...@gmail.com wrote: +1 nice feature for HDFS On Fri, Dec 6, 2013 at 7:32 PM, Arpit Agarwal

Re: [VOTE] Merge HDFS-2832 Heterogeneous Storage Phase 1 to trunk

2013-12-06 Thread Arpit Agarwal
team has been developing and testing against the HDFS-2832 branch for the past month. It has proven to be quite stable. Eric -Original Message- From: Arpit Agarwal [mailto:aagar...@hortonworks.com] Sent: Monday, December 02, 2013 7:07 PM To: hdfs-...@hadoop.apache.org

[VOTE] Merge HDFS-2832 Heterogeneous Storage Phase 1 to trunk

2013-12-02 Thread Arpit Agarwal
Hello all, I would like to call a vote to merge phase 1 of the Heterogeneous Storage feature into trunk. *Scope of the changes:* The changes allow exposing the DataNode as a collection of storages and set the foundation for subsequent work to present Heterogeneous Storages to applications. This

[jira] [Created] (HADOOP-10066) Cleanup ant dependencies

2013-10-23 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10066: -- Summary: Cleanup ant dependencies Key: HADOOP-10066 URL: https://issues.apache.org/jira/browse/HADOOP-10066 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-10064) Upgrade to maven antrun plugin version 1.7

2013-10-22 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-10064: -- Summary: Upgrade to maven antrun plugin version 1.7 Key: HADOOP-10064 URL: https://issues.apache.org/jira/browse/HADOOP-10064 Project: Hadoop Common

Re: windows support in trunk?

2013-09-25 Thread Arpit Agarwal
Andrey, thanks for testing your patch on Windows. cygwin is no longer required. Instead, please install the free Windows SDK and build from an SDK command prompt. This is documented in BUILDING.txt. Please feel free to email the dev list if you get stuck at any step. On Tue, Sep 24, 2013 at

Re: windows support in trunk?

2013-09-25 Thread Arpit Agarwal
-jobhistory-daemon.cmd script. Is there an alternative way to start it? On Wed, Sep 25, 2013 at 11:12 AM, Arpit Agarwal aagar...@hortonworks.com wrote: Andrey, thanks for testing your patch on Windows. cygwin is no longer required. Instead, please install the free Windows SDK

Re: help needed to test a patch for Java7 on OSX

2013-09-11 Thread Arpit Agarwal
Patch built fine for me on Windows Server 2008 + JDK7. On Wed, Sep 11, 2013 at 1:51 AM, Steve Loughran ste...@hortonworks.comwrote: There's now a patch (and instructions of a manual stage) to get hadoop to build on java7 on OSX before I commit it, I need to make sure it doesn't break on any

[jira] [Resolved] (HADOOP-9527) Add symlink support to LocalFileSystem on Windows

2013-08-12 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9527. --- Resolution: Fixed Add symlink support to LocalFileSystem on Windows

[jira] [Reopened] (HADOOP-9527) Add symlink support to LocalFileSystem on Windows

2013-08-08 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-9527: --- Add symlink support to LocalFileSystem on Windows

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-08-06 Thread Arpit Agarwal
Hi Arun, Would it make sense to generate Windows binaries since this is the first 2.0 release with Windows support? I am happy to help out with that. FWIW I generated a Windows tarball from the source, brought up a pseudo-distributed cluster, ran some smoke tests and it is looking good! Thanks,

[jira] [Created] (HADOOP-9819) FileSystem#rename is broken, deletes target when renaming link to itself

2013-08-01 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9819: - Summary: FileSystem#rename is broken, deletes target when renaming link to itself Key: HADOOP-9819 URL: https://issues.apache.org/jira/browse/HADOOP-9819 Project

[jira] [Resolved] (HADOOP-9807) Fix TestSymlinkLocalFSFileSystem on Windows

2013-08-01 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9807. --- Resolution: Duplicate Assignee: Arpit Agarwal Incremental fixes on top of HADOOP-9527

[jira] [Created] (HADOOP-9807) Fix TestSymlinkLocalFSFileSystem on Windows

2013-07-31 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9807: - Summary: Fix TestSymlinkLocalFSFileSystem on Windows Key: HADOOP-9807 URL: https://issues.apache.org/jira/browse/HADOOP-9807 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-9782) Datanode daemon cannot be started on OS X

2013-07-29 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9782. --- Resolution: Not A Problem Datanode daemon cannot be started on OS X

[jira] [Resolved] (HADOOP-9782) Datanode daemon cannot be started on OS X

2013-07-29 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9782. --- Resolution: Fixed Datanode daemon cannot be started on OS X

[jira] [Reopened] (HADOOP-9782) Datanode daemon cannot be started on OS X

2013-07-29 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-9782: --- Datanode daemon cannot be started on OS X

Re: Error in protobuf definitions

2013-05-29 Thread Arpit Agarwal
Ralph, could you please file a Jira? We'll fix it. -Arpit On Wed, May 29, 2013 at 9:39 AM, Ralph Castain r...@open-mpi.org wrote: Hi folks On line 228 of hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, someone named a function using a reserved name: /** *

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

2013-05-22 Thread Arpit Agarwal
+1 (non-binding) On Wed, May 22, 2013 at 10:04 AM, Roman Shaposhnik r...@apache.org wrote: +1 (non-binding) On Wed, May 22, 2013 at 10:00 AM, Chris Nauroth cnaur...@hortonworks.com wrote: +1 (non-binding) Chris Nauroth Hortonworks http://hortonworks.com/ On Wed, May 22,

[jira] [Created] (HADOOP-9553) Few tests that use timeouts are broken on Windows

2013-05-08 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9553: - Summary: Few tests that use timeouts are broken on Windows Key: HADOOP-9553 URL: https://issues.apache.org/jira/browse/HADOOP-9553 Project: Hadoop Common

[jira] [Created] (HADOOP-9527) TestLocalFSFileContextSymlink is broken on Windows

2013-04-30 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9527: - Summary: TestLocalFSFileContextSymlink is broken on Windows Key: HADOOP-9527 URL: https://issues.apache.org/jira/browse/HADOOP-9527 Project: Hadoop Common

[jira] [Created] (HADOOP-9526) TestShellCommandFencer fails on Windows

2013-04-29 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9526: - Summary: TestShellCommandFencer fails on Windows Key: HADOOP-9526 URL: https://issues.apache.org/jira/browse/HADOOP-9526 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9524) Fix ShellCommandFencer to work on Windows

2013-04-28 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9524: - Summary: Fix ShellCommandFencer to work on Windows Key: HADOOP-9524 URL: https://issues.apache.org/jira/browse/HADOOP-9524 Project: Hadoop Common Issue

Re: Heads up - 2.0.5-beta

2013-04-26 Thread Arpit Agarwal
On Thu, Apr 25, 2013 at 6:36 PM, Suresh Srinivas sur...@hortonworks.com wrote: Thanks for starting this discussion. I volunteer to do a final review of protocol changes, so we can avoid incompatible changes to API and wire protocol post 2.0.5 in Common and HDFS. We have been working really

[jira] [Created] (HADOOP-9508) chmod -R behaves unexpectedly on Windows

2013-04-25 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9508: - Summary: chmod -R behaves unexpectedly on Windows Key: HADOOP-9508 URL: https://issues.apache.org/jira/browse/HADOOP-9508 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-9508) chmod -R behaves unexpectedly on Windows

2013-04-25 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9508. --- Resolution: Invalid I was repeatedly misreading the code, this is not a bug. Resolving

[jira] [Resolved] (HADOOP-9428) TestNativeIO#testRenameTo is broken on Windows

2013-03-26 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9428. --- Resolution: Duplicate TestNativeIO#testRenameTo is broken on Windows

[jira] [Created] (HADOOP-9427) use jUnit assumptions to skip platform-specific tests

2013-03-21 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9427: - Summary: use jUnit assumptions to skip platform-specific tests Key: HADOOP-9427 URL: https://issues.apache.org/jira/browse/HADOOP-9427 Project: Hadoop Common

[jira] [Created] (HADOOP-9428) TestNativeIO#testRenameTo is broken on Windows

2013-03-21 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9428: - Summary: TestNativeIO#testRenameTo is broken on Windows Key: HADOOP-9428 URL: https://issues.apache.org/jira/browse/HADOOP-9428 Project: Hadoop Common

[jira] [Created] (HADOOP-9398) Fix TestDFSShell failures on Windows

2013-03-12 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9398: - Summary: Fix TestDFSShell failures on Windows Key: HADOOP-9398 URL: https://issues.apache.org/jira/browse/HADOOP-9398 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9400) Investigate emulating sticky bit directory permissions on Windows

2013-03-12 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9400: - Summary: Investigate emulating sticky bit directory permissions on Windows Key: HADOOP-9400 URL: https://issues.apache.org/jira/browse/HADOOP-9400 Project: Hadoop

[jira] [Created] (HADOOP-9372) Fix bad timeout annotations on tests

2013-03-06 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9372: - Summary: Fix bad timeout annotations on tests Key: HADOOP-9372 URL: https://issues.apache.org/jira/browse/HADOOP-9372 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-9368) Add timeouts to new tests in branch-trunk-win

2013-03-06 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9368. --- Resolution: Fixed Resolving. HADOOP-9372 tracks the annotation fixes. Add

[jira] [Created] (HADOOP-9367) Consider combining the implementations of DiskChecker.checkDir for all supported platforms

2013-03-05 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9367: - Summary: Consider combining the implementations of DiskChecker.checkDir for all supported platforms Key: HADOOP-9367 URL: https://issues.apache.org/jira/browse/HADOOP-9367

[jira] [Reopened] (HADOOP-9368) Add timeouts to new tests in branch-trunk-win

2013-03-05 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-9368: --- The earlier checkin added some incorrect timeout values. Will add a separate patch to just fix

Re: Buiding Hadoop code from source

2013-03-01 Thread Arpit Agarwal
Vikas, are you trying to build trunk? You will need Maven 3.0. I recommend checking out the source tree and reading BUILDING.txt which has detailed instructions, including how to build jar packages. --Arpit On Fri, Mar 1, 2013 at 9:49 AM, Vikas Jadhav vikascjadha...@gmail.comwrote: thank you

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

2013-02-27 Thread Arpit Agarwal
, Ramya Sunil, Bikas Saha, Kanna Karanam, John Gordon, Brandon Li, Chris Nauroth, David Lao, Sumadhur Reddy Bolli, Arpit Agarwal, Ahmed El Baz, Mike Liddell, Jing Zhao, Thejas Nair, Steve Maine, Ganeshan Iyer, Raja Aluri, Giridharan Kesavan, Ramya Bharathi Nimmagadda, Daryn Sharp, Arun Murthy, Tsz-Wo

[jira] [Created] (HADOOP-9319) Update bundled lz4 source to latest version

2013-02-19 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9319: - Summary: Update bundled lz4 source to latest version Key: HADOOP-9319 URL: https://issues.apache.org/jira/browse/HADOOP-9319 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9290) Some testsunable to load native dll on Windows

2013-02-06 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9290: - Summary: Some testsunable to load native dll on Windows Key: HADOOP-9290 URL: https://issues.apache.org/jira/browse/HADOOP-9290 Project: Hadoop Common

[jira] [Created] (HADOOP-9237) TestSecondaryNameNodeUpgrade is broken on OS X

2013-01-22 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9237: - Summary: TestSecondaryNameNodeUpgrade is broken on OS X Key: HADOOP-9237 URL: https://issues.apache.org/jira/browse/HADOOP-9237 Project: Hadoop Common

[jira] [Created] (HADOOP-9176) RawLocalFileSystem.delete unexpected behavior on Windows while running Mapreduce tests with Open JDK 7

2013-01-02 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9176: - Summary: RawLocalFileSystem.delete unexpected behavior on Windows while running Mapreduce tests with Open JDK 7 Key: HADOOP-9176 URL: https://issues.apache.org/jira/browse

[jira] [Resolved] (HADOOP-9018) Reject invalid Windows URIs

2012-12-17 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9018. --- Resolution: Fixed Fixed as part of HADOOP-9056. Reject invalid Windows

[jira] [Created] (HADOOP-9018) Reject invalid Windows URIs

2012-11-07 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9018: - Summary: Reject invalid Windows URIs Key: HADOOP-9018 URL: https://issues.apache.org/jira/browse/HADOOP-9018 Project: Hadoop Common Issue Type

Re: [VOTE] Hadoop-1.1.0 release candidate 5

2012-10-12 Thread Arpit Agarwal
+1 (non-binding) Downloaded and installed from tar file and ran dfsio read/write tests on a single-node cluster. Tests ran successfully. Thanks, Arpit On Fri, Oct 5, 2012 at 2:31 PM, Matt Foley ma...@apache.org wrote: Here at long last is a votable release candidate for Hadoop 1.1.0. Please

<    1   2