Re: .23 compile times

2012-02-15 Thread Daryn Sharp
Hi Sriram, You may want to try adding your source tree to Spotlight's privacy list, otherwise it's busy trying to index files as fast as the build is writing them. If you are (un)fortunate enough to be running anti-virus sw, then it too is scurrying along behind your build checking every file.

Re: .23 compile times

2012-02-16 Thread Daryn Sharp
IRA to optmize the build based on these findings. > > Thxs. > > Alejandro > > On Wed, Feb 15, 2012 at 1:02 PM, Daryn Sharp wrote: > >> Hi Sriram, >> >> You may want to try adding your source tree to Spotlight's privacy list, >> otherwise it&#x

Re: .23 compile times

2012-02-17 Thread Daryn Sharp
SS [6.664s] > > A few 2sec modules and the rest below 1sec > > Thanks. > > Alejandro > > > On Thu, Feb 16, 2012 at 2:13 PM, Daryn Sharp wrote: > >> Wow, nice! How long is a rebuild with no changes? >> >> I'd be delighted if there was

Re: Apache Hadoop works with IPv6?

2012-03-22 Thread Daryn Sharp
Hi Marcos, Hadoop won't work in a pure IPv6 environment. Hadoop might work in a IPv4/IPv6 environment since the default is to prefer IPv4 addresses. It also might work if they are publishing IPv4 addrs over IPv6. The main problem is that hadoop heavily relies on strings containing "ip:port".

Re: Apache Hadoop works with IPv6?

2012-03-26 Thread Daryn Sharp
No, there aren't jiras that I've filed, or I'm aware of, for the remaining IPv6 work. Daryn On Mar 23, 2012, at 3:01 PM, Marcos Ortiz wrote: Thanks a lot, Daryn. Do you have any JIRA issue for this work? It would be nice to work on this. Regards On 03/22/2012 03:02 PM, Da

Re: Help with error

2012-04-10 Thread Daryn Sharp
The copyFromLocalFile method has a void return, but internally is calling FileUtil methods that may return a boolean for success. False appears to be returned if the source file cannot be deleted, or if the dest directory cannot be created. The boolean result is ignored by copyFromLocalFile le

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

2013-03-18 Thread Daryn Sharp
+1 (non-binding) On Mar 18, 2013, at 1:05 AM, Tsuyoshi OZAWA wrote: > +1 (non-binding) > > On Sun, Mar 17, 2013 at 9:01 AM, Harsh J wrote: >> +1 >> >> >> On Sat, Mar 16, 2013 at 12:19 AM, Karthik Kambatla wrote: >> >>> +1 (non-binding) >>> >>> On Fri, Mar 15, 2013 at 9:12 AM, Robert Evans

Re: TestHDFSCLI is broken

2011-06-10 Thread Daryn Sharp
Hi Eli, I noticed the issue yesterday. It's from a recent change of mine in common, and I'm not sure how I didn't catch the problem... I must have missed doing a veryclean in hdfs before running the tests. I'll have a patch up this morning. Daryn On Jun 9, 2011, at 5:33 PM, Eli Collins wro

Re: [DISCUSS] Hadoop SSO/Token Server Components

2013-07-10 Thread Daryn Sharp
Sorry for falling out of the loop. I'm catching up the jiras and discussion, and will comment this afternoon. Daryn On Jul 10, 2013, at 8:42 AM, Larry McCay wrote: > All - > > After combing through this thread - as well as the summit session summary > thread, I think that we have the followi

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-08-01 Thread Daryn Sharp
I broke RPC QOP for integrity and privacy options. :( See blocker HADOOP-9816. I think I understand the problem and it shouldn't be hard to fix. The bug went unnoticed because sadly there are no unit tests for the QOP options, even though it just involves a conf setting. Daryn On Jul 29, 20

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-08-19 Thread Daryn Sharp
I've been OOO (got a call to fix this bug), but just to clarify: We're ok with HA _not working at all_ with security enabled in 2.1.0-beta? That's the ramification of omitting HADOOP-9880. Daryn On Aug 16, 2013, at 9:20 PM, Arun C Murthy wrote: > Yep, there are quite a number of such fixes in

Re: symlink support in Hadoop 2 GA

2013-10-03 Thread Daryn Sharp
I reluctantly agree that we should disable symlinks in 2.2 until we can sort out the compatibility issues. I'm reluctant in the sense that its a feature users have long wanted, and it's something we'd like to use from an administrative view. However I don't see all the issues being shorted out

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-07 Thread Daryn Sharp
+1 I did some basic testing and it appears to work fine. Daryn On Oct 7, 2013, at 2:00 AM, Arun C Murthy wrote: > Folks, > > I've created a release candidate (rc0) for hadoop-2.2.0 that I would like to > get released - this release fixes a small number of bugs and some > protocol/api issues

Re: How can I get FSNamesystem of running NameNode in cluster?

2013-12-09 Thread Daryn Sharp
Are you adding something internal to the NN? If not, you cannot get the namesystem instance via a client unless you are using a minicluster object. Daryn On Dec 9, 2013, at 7:11 AM, Yoonmin Nam wrote: > I want to get a running instance of FSNamesystem of HDFS. However, it is > somewhat compli

Re: [VOTE] Merging branch HDFS-7240 to trunk

2018-03-01 Thread Daryn Sharp
I’m generally neutral and looked foremost at developer impact. Ie. Will it be so intertwined with hdfs that each project risks destabilizing the other? Will developers with no expertise in ozone will be impeded? I think the answer is currently no. These are the intersections and some concerns

Re: [DISCUSS] Hadoop RPC encryption performance improvements

2018-10-31 Thread Daryn Sharp
; encryption performance) and HADOOP-13836 > > <https://issues.apache.org/jira/browse/HADOOP-13836> (Securing Hadoop > RPC > > using SSL). But it looks like both attempts have not been progressing. > > > > During the recent Hadoop contributor meetup, Daryn Sharp ment

Re: [VOTE] Merge HDFS-12943 branch to trunk - Consistent Reads from Standby

2018-12-06 Thread Daryn Sharp
-1 pending additional info. After a cursory scan, I have serious concerns regarding the design. This seems like a feature that should have been purely implemented in hdfs w/o touching the common IPC layer. The biggest issue in the alignment context. It's purpose appears to be for allowing handl

Re: [DISCUSS] Secure Hadoop without Kerberos

2020-05-26 Thread Daryn Sharp
There’s a few too many issues being mixed here. We aren’t very far from having OIDC support. The pre-requisite RPC/TLS & RPC/mTLS recently completed rollout to our entire production grid. Majority of the past year was spent shaking out bugs and ensuring 100% compatibility. There are a few rough

[jira] [Created] (HADOOP-8311) FSInputStream's positioned read fails to check seek

2012-04-24 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8311: --- Summary: FSInputStream's positioned read fails to check seek Key: HADOOP-8311 URL: https://issues.apache.org/jira/browse/HADOOP-8311 Project: Hadoop C

[jira] [Resolved] (HADOOP-8311) FSInputStream's positioned read fails to check seek

2012-04-25 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-8311. - Resolution: Invalid > FSInputStream's positioned read fails to ch

[jira] [Created] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8334: --- Summary: HttpServer sometimes returns incorrect port Key: HADOOP-8334 URL: https://issues.apache.org/jira/browse/HADOOP-8334 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8335) Improve Configuration's address handling

2012-04-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8335: --- Summary: Improve Configuration's address handling Key: HADOOP-8335 URL: https://issues.apache.org/jira/browse/HADOOP-8335 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8373) Port RPC.getServerAddress to 0.23

2012-05-09 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8373: --- Summary: Port RPC.getServerAddress to 0.23 Key: HADOOP-8373 URL: https://issues.apache.org/jira/browse/HADOOP-8373 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-8422) FileSystem#getDefaultBlockSize and Replication don't use the given path

2012-05-22 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-8422. - Resolution: Not A Problem > FileSystem#getDefaultBlockSize and Replication don't

[jira] [Reopened] (HADOOP-8422) FileSystem#getDefaultBlockSize and Replication don't use the given path

2012-05-23 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp reopened HADOOP-8422: - Re-opening and re-targeting to 1.x for a backport of replication factor and block size fixes for

[jira] [Created] (HADOOP-8490) Add Configuration to FileSystem cache key

2012-06-07 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8490: --- Summary: Add Configuration to FileSystem cache key Key: HADOOP-8490 URL: https://issues.apache.org/jira/browse/HADOOP-8490 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-8517) --config option does not work with Hadoop installation on Windows

2012-06-21 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-8517. - Resolution: Not A Problem > --config option does not work with Hadoop installation

[jira] [Created] (HADOOP-8606) FileSystem.get may return the wrong filesystem

2012-07-18 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8606: --- Summary: FileSystem.get may return the wrong filesystem Key: HADOOP-8606 URL: https://issues.apache.org/jira/browse/HADOOP-8606 Project: Hadoop Common Issue

[jira] [Reopened] (HADOOP-8577) The RPC must have failed proxyUser (auth:SIMPLE) via realus...@hadoop.apache.org (auth:SIMPLE)

2012-07-19 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp reopened HADOOP-8577: - > The RPC must have failed proxyUser (auth:SIMPLE) via > realus...@hadoop.apac

[jira] [Resolved] (HADOOP-8577) The RPC must have failed proxyUser (auth:SIMPLE) via realus...@hadoop.apache.org (auth:SIMPLE)

2012-07-19 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-8577. - Resolution: Duplicate > The RPC must have failed proxyUser (auth:SIMPLE) via >

[jira] [Created] (HADOOP-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

2012-07-23 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8613: --- Summary: AbstractDelegationTokenIdentifier#getUser() should set token auth type Key: HADOOP-8613 URL: https://issues.apache.org/jira/browse/HADOOP-8613 Project: Hadoop

[jira] [Created] (HADOOP-8627) FS deleteOnExit may delete the wrong path

2012-07-27 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8627: --- Summary: FS deleteOnExit may delete the wrong path Key: HADOOP-8627 URL: https://issues.apache.org/jira/browse/HADOOP-8627 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8633) Interrupted FsShell copies may leave tmp files

2012-07-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8633: --- Summary: Interrupted FsShell copies may leave tmp files Key: HADOOP-8633 URL: https://issues.apache.org/jira/browse/HADOOP-8633 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8634) Ensure FileSystem#close doesn't squawk for deleteOnExit paths

2012-07-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8634: --- Summary: Ensure FileSystem#close doesn't squawk for deleteOnExit paths Key: HADOOP-8634 URL: https://issues.apache.org/jira/browse/HADOOP-8634 Project: Hadoop C

[jira] [Created] (HADOOP-8635) Cannot cancel paths registered deleteOnExit

2012-07-30 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8635: --- Summary: Cannot cancel paths registered deleteOnExit Key: HADOOP-8635 URL: https://issues.apache.org/jira/browse/HADOOP-8635 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8637) FilterFileSystem#setWriteChecksum is broken

2012-07-31 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8637: --- Summary: FilterFileSystem#setWriteChecksum is broken Key: HADOOP-8637 URL: https://issues.apache.org/jira/browse/HADOOP-8637 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8701) Reduce visibility of getDelegationToken

2012-08-15 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8701: --- Summary: Reduce visibility of getDelegationToken Key: HADOOP-8701 URL: https://issues.apache.org/jira/browse/HADOOP-8701 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8702) Port HADOOP-7967 to FileContext/AbstractFileSystem

2012-08-15 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8702: --- Summary: Port HADOOP-7967 to FileContext/AbstractFileSystem Key: HADOOP-8702 URL: https://issues.apache.org/jira/browse/HADOOP-8702 Project: Hadoop Common

[jira] [Created] (HADOOP-8725) MR is broken when security is off

2012-08-23 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8725: --- Summary: MR is broken when security is off Key: HADOOP-8725 URL: https://issues.apache.org/jira/browse/HADOOP-8725 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8772) RawLocalFileStatus shells out for permission info

2012-09-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8772: --- Summary: RawLocalFileStatus shells out for permission info Key: HADOOP-8772 URL: https://issues.apache.org/jira/browse/HADOOP-8772 Project: Hadoop Common

[jira] [Created] (HADOOP-8779) Use tokens regardless of authentication type

2012-09-07 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8779: --- Summary: Use tokens regardless of authentication type Key: HADOOP-8779 URL: https://issues.apache.org/jira/browse/HADOOP-8779 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8783) Improve RPC.Server

2012-09-10 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8783: --- Summary: Improve RPC.Server Key: HADOOP-8783 URL: https://issues.apache.org/jira/browse/HADOOP-8783 Project: Hadoop Common Issue Type: Sub-task

[jira] [Created] (HADOOP-8784) Improve IPC.Client's token use

2012-09-10 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8784: --- Summary: Improve IPC.Client's token use Key: HADOOP-8784 URL: https://issues.apache.org/jira/browse/HADOOP-8784 Project: Hadoop Common Issue Type: Sub

[jira] [Created] (HADOOP-8785) Remove security conditionals from FileSystems

2012-09-10 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8785: --- Summary: Remove security conditionals from FileSystems Key: HADOOP-8785 URL: https://issues.apache.org/jira/browse/HADOOP-8785 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-09 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8906: --- Summary: paths with multiple globs are unreliable Key: HADOOP-8906 URL: https://issues.apache.org/jira/browse/HADOOP-8906 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-7973) DistributedFileSystem close has severe consequences

2012-10-15 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-7973. - Resolution: Won't Fix All branches have this behavior, but a fix has proved to b

[jira] [Created] (HADOOP-8965) Allow client to specify internal authentication

2012-10-23 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8965: --- Summary: Allow client to specify internal authentication Key: HADOOP-8965 URL: https://issues.apache.org/jira/browse/HADOOP-8965 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8991) Add support for SASL PLAIN authentication

2012-10-29 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8991: --- Summary: Add support for SASL PLAIN authentication Key: HADOOP-8991 URL: https://issues.apache.org/jira/browse/HADOOP-8991 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8999) SASL negotiation is flawed

2012-10-31 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8999: --- Summary: SASL negotiation is flawed Key: HADOOP-8999 URL: https://issues.apache.org/jira/browse/HADOOP-8999 Project: Hadoop Common Issue Type: Sub-task

[jira] [Created] (HADOOP-9009) Add SecurityUtil methods to get/set authentication method

2012-11-03 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9009: --- Summary: Add SecurityUtil methods to get/set authentication method Key: HADOOP-9009 URL: https://issues.apache.org/jira/browse/HADOOP-9009 Project: Hadoop Common

[jira] [Created] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

2012-11-03 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9010: --- Summary: Map UGI authenticationMethod to RPC authMethod Key: HADOOP-9010 URL: https://issues.apache.org/jira/browse/HADOOP-9010 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9012) IPC Client sends wrong connection context

2012-11-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9012: --- Summary: IPC Client sends wrong connection context Key: HADOOP-9012 URL: https://issues.apache.org/jira/browse/HADOOP-9012 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9013) UGI should not hardcode loginUser's authenticationType

2012-11-06 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9013: --- Summary: UGI should not hardcode loginUser's authenticationType Key: HADOOP-9013 URL: https://issues.apache.org/jira/browse/HADOOP-9013 Project: Hadoop C

[jira] [Created] (HADOOP-9014) Standardize creation of SaslRpcClients

2012-11-06 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9014: --- Summary: Standardize creation of SaslRpcClients Key: HADOOP-9014 URL: https://issues.apache.org/jira/browse/HADOOP-9014 Project: Hadoop Common Issue Type: Sub

[jira] [Created] (HADOOP-9015) Standardize creation of SaslRpcServers

2012-11-06 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9015: --- Summary: Standardize creation of SaslRpcServers Key: HADOOP-9015 URL: https://issues.apache.org/jira/browse/HADOOP-9015 Project: Hadoop Common Issue Type: Sub

[jira] [Created] (HADOOP-9020) Add a SASL PLAIN server

2012-11-08 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9020: --- Summary: Add a SASL PLAIN server Key: HADOOP-9020 URL: https://issues.apache.org/jira/browse/HADOOP-9020 Project: Hadoop Common Issue Type: Sub-task

[jira] [Created] (HADOOP-9021) Enforce configured SASL method on the server

2012-11-08 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9021: --- Summary: Enforce configured SASL method on the server Key: HADOOP-9021 URL: https://issues.apache.org/jira/browse/HADOOP-9021 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9034) SASL negotiation is insufficient to support all types

2012-11-13 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9034: --- Summary: SASL negotiation is insufficient to support all types Key: HADOOP-9034 URL: https://issues.apache.org/jira/browse/HADOOP-9034 Project: Hadoop Common

[jira] [Created] (HADOOP-9035) Generalize setup of LoginContext

2012-11-13 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9035: --- Summary: Generalize setup of LoginContext Key: HADOOP-9035 URL: https://issues.apache.org/jira/browse/HADOOP-9035 Project: Hadoop Common Issue Type: Sub-task

[jira] [Created] (HADOOP-9070) Kerberos SASL server cannot find kerberos key

2012-11-20 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9070: --- Summary: Kerberos SASL server cannot find kerberos key Key: HADOOP-9070 URL: https://issues.apache.org/jira/browse/HADOOP-9070 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9105) FsShell -moreFromLocal erroneously fails

2012-11-29 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9105: --- Summary: FsShell -moreFromLocal erroneously fails Key: HADOOP-9105 URL: https://issues.apache.org/jira/browse/HADOOP-9105 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9161) FileSystem.moveFromLocalFile fails to remove source

2012-12-20 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9161: --- Summary: FileSystem.moveFromLocalFile fails to remove source Key: HADOOP-9161 URL: https://issues.apache.org/jira/browse/HADOOP-9161 Project: Hadoop Common

[jira] [Created] (HADOOP-9238) FsShell -put from stdin auto-creates paths

2013-01-23 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9238: --- Summary: FsShell -put from stdin auto-creates paths Key: HADOOP-9238 URL: https://issues.apache.org/jira/browse/HADOOP-9238 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9284) Authentication method is wrong if no TGT is present

2013-02-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9284: --- Summary: Authentication method is wrong if no TGT is present Key: HADOOP-9284 URL: https://issues.apache.org/jira/browse/HADOOP-9284 Project: Hadoop Common

[jira] [Created] (HADOOP-9289) FsShell rm -f fails for non-matching globs

2013-02-06 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9289: --- Summary: FsShell rm -f fails for non-matching globs Key: HADOOP-9289 URL: https://issues.apache.org/jira/browse/HADOOP-9289 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9317) User cannot specify a kerberos keytab for commands

2013-02-19 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9317: --- Summary: User cannot specify a kerberos keytab for commands Key: HADOOP-9317 URL: https://issues.apache.org/jira/browse/HADOOP-9317 Project: Hadoop Common

[jira] [Created] (HADOOP-9336) Allow UGI of current connection to be queried

2013-02-26 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9336: --- Summary: Allow UGI of current connection to be queried Key: HADOOP-9336 URL: https://issues.apache.org/jira/browse/HADOOP-9336 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9339) IPC.Server incorrectly sets UGI auth type

2013-02-27 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9339: --- Summary: IPC.Server incorrectly sets UGI auth type Key: HADOOP-9339 URL: https://issues.apache.org/jira/browse/HADOOP-9339 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9341) Secret Managers should allow explicit purging of tokens and secret keys

2013-02-27 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9341: --- Summary: Secret Managers should allow explicit purging of tokens and secret keys Key: HADOOP-9341 URL: https://issues.apache.org/jira/browse/HADOOP-9341 Project

[jira] [Created] (HADOOP-9352) Expose UGI.setLoginUser for tests

2013-03-01 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9352: --- Summary: Expose UGI.setLoginUser for tests Key: HADOOP-9352 URL: https://issues.apache.org/jira/browse/HADOOP-9352 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-9363) AuthenticatedURL will NPE if server closes connection

2013-03-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9363: --- Summary: AuthenticatedURL will NPE if server closes connection Key: HADOOP-9363 URL: https://issues.apache.org/jira/browse/HADOOP-9363 Project: Hadoop Common

[jira] [Created] (HADOOP-9366) AuthenticatedURL.Token has a mutable hashCode

2013-03-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9366: --- Summary: AuthenticatedURL.Token has a mutable hashCode Key: HADOOP-9366 URL: https://issues.apache.org/jira/browse/HADOOP-9366 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-9374) Add tokens from -tokenCacheFile into UGI

2013-03-06 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9374: --- Summary: Add tokens from -tokenCacheFile into UGI Key: HADOOP-9374 URL: https://issues.apache.org/jira/browse/HADOOP-9374 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-9507) LocalFileSystem rename() is broken in some cases when destination exists

2013-04-26 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-9507. - Resolution: Invalid > LocalFileSystem rename() is broken in some cases when destinat

[jira] [Created] (HADOOP-9516) Enable spnego filters only if kerberos is enabled

2013-04-26 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9516: --- Summary: Enable spnego filters only if kerberos is enabled Key: HADOOP-9516 URL: https://issues.apache.org/jira/browse/HADOOP-9516 Project: Hadoop Common

[jira] [Created] (HADOOP-9645) KerberosAuthenticator NPEs on connect error

2013-06-14 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9645: --- Summary: KerberosAuthenticator NPEs on connect error Key: HADOOP-9645 URL: https://issues.apache.org/jira/browse/HADOOP-9645 Project: Hadoop Common Issue Type

[jira] Created: (HADOOP-7175) Add isEnabled() to Trash

2011-03-09 Thread Daryn Sharp (JIRA)
: Daryn Sharp Fix For: 0.22.0 The moveToTrash method returns false in a number of cases. It's not possible to discern if false means an error occurred. In particular, it's not possible to know if the trash is disabled vs. an error occurred. -- This message is automatically ge

[jira] Created: (HADOOP-7176) Redesign FsShell

2011-03-09 Thread Daryn Sharp (JIRA)
Redesign FsShell Key: HADOOP-7176 URL: https://issues.apache.org/jira/browse/HADOOP-7176 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.22.0 Reporter: Daryn Sharp Fix For: 0.22.0

[jira] Created: (HADOOP-7180) Improve CommandFormat

2011-03-10 Thread Daryn Sharp (JIRA)
Improve CommandFormat - Key: HADOOP-7180 URL: https://issues.apache.org/jira/browse/HADOOP-7180 Project: Hadoop Common Issue Type: Improvement Reporter: Daryn Sharp Fix For: 0.22.0

[jira] [Created] (HADOOP-7202) Improve Command base class

2011-03-21 Thread Daryn Sharp (JIRA)
Improve Command base class -- Key: HADOOP-7202 URL: https://issues.apache.org/jira/browse/HADOOP-7202 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.22.0 Reporter: Daryn Sharp

[jira] [Created] (HADOOP-7205) automatically determine JAVA_HOME on OS X

2011-03-22 Thread Daryn Sharp (JIRA)
Reporter: Daryn Sharp Assignee: Daryn Sharp Fix For: 0.23.0 OS X provides a java_home command that will return the user's selected jvm. The hadoop-env.sh should use this command if JAVA_HOME is not set. -- This message is automatically generated by JIRA. For

[jira] [Resolved] (HADOOP-5983) Namenode shouldn't read mapred-site.xml

2011-03-22 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-5983. - Resolution: Cannot Reproduce > Namenode shouldn't read mapred-

[jira] [Created] (HADOOP-7224) Add command factory to FsShell

2011-04-12 Thread Daryn Sharp (JIRA)
Sharp Assignee: Daryn Sharp The FsShell has many chains if/then/else chains for instantiating and running commands. A dynamic mechanism is needed for registering commands such that FsShell requires no changes when adding new commands. -- This message is automatically generated by

[jira] [Created] (HADOOP-7230) Move -fs usage tests from hdfs into common

2011-04-18 Thread Daryn Sharp (JIRA)
Versions: 0.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp The -fs usage tests are in hdfs which causes an unnecessary synchronization of a common & hdfs bug when changing the text. The usages have no ties to hdfs, so they should be moved into common. -- This messag

[jira] [Created] (HADOOP-7231) Fix synopsis for -count

2011-04-18 Thread Daryn Sharp (JIRA)
: Daryn Sharp Assignee: Daryn Sharp The synopsis for the count command is wrong. 1) missing a space in "-count[-q]" 2) missing ellipsis for multiple path args -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7233) Refactor FsShell's ls

2011-04-20 Thread Daryn Sharp (JIRA)
Refactor FsShell's ls - Key: HADOOP-7233 URL: https://issues.apache.org/jira/browse/HADOOP-7233 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0 Reporter: Daryn

[jira] [Created] (HADOOP-7234) FsShell tail doesn't handle globs

2011-04-21 Thread Daryn Sharp (JIRA)
.23.0 Environment: The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands. Reporter: Daryn Sharp Assignee: Daryn Sharp -- This message is automatically generated by JIRA. For more information on

[jira] [Created] (HADOOP-7235) Refactor FsShell's tail

2011-04-21 Thread Daryn Sharp (JIRA)
Refactor FsShell's tail --- Key: HADOOP-7235 URL: https://issues.apache.org/jira/browse/HADOOP-7235 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0 Reporter: Daryn

[jira] [Created] (HADOOP-7236) Refactor FsShell's mkdir

2011-04-21 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor tail to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7237) Refactor FsShell's touchz

2011-04-21 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor touchz to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7238) Refactor FsShell's cat & text

2011-04-21 Thread Daryn Sharp (JIRA)
s: 0.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor cat & text to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7249) Refactor FsShell's chmod/chown/chgrp

2011-04-28 Thread Daryn Sharp (JIRA)
sions: 0.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor permissions commands to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7250) Refactor FsShell's setrep

2011-04-28 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor setrep to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7251) Refactor FsShell's getmerge

2011-04-29 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor getmerge to conform to new FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7265) Keep track of relative paths

2011-05-06 Thread Daryn Sharp (JIRA)
Reporter: Daryn Sharp Assignee: Daryn Sharp As part of the effort to standardize the display of paths, the PathData tracks the exact string used to create a path. When obtaining a directory's contents, the relative nature of the original path should be preserved. -- This me

[jira] [Created] (HADOOP-7267) Refactor FsShell's rm/rmr/expunge

2011-05-06 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Refactor to conform to the FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7271) Standardize error messages

2011-05-10 Thread Daryn Sharp (JIRA)
Reporter: Daryn Sharp Assignee: Daryn Sharp The FsShell commands have no standard format for the same error message. For instance, here is a snippet of the variations of just one of many error messages: cmd: $path: No such file or directory cmd: cannot stat `$path': No such fi

[jira] [Created] (HADOOP-7275) Refactor FsShell's stat

2011-05-11 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Refactor to conform to the FsCommand class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7285) Refactor FsShell's test

2011-05-12 Thread Daryn Sharp (JIRA)
Refactor FsShell's test --- Key: HADOOP-7285 URL: https://issues.apache.org/jira/browse/HADOOP-7285 Project: Hadoop Common Issue Type: Improvement Components: fs Reporter: Daryn

[jira] [Created] (HADOOP-7286) Refactor FsShell's du/dus/df

2011-05-12 Thread Daryn Sharp (JIRA)
.23.0 Reporter: Daryn Sharp Assignee: Daryn Sharp Need to refactor to conform to FsCommand subclass. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

  1   2   3   >