[GitHub] elek opened a new pull request #463: HDDS-905. Create informative landing page for Ozone S3 gateway

2019-01-10 Thread GitBox
elek opened a new pull request #463: HDDS-905. Create informative landing page 
for Ozone S3 gateway
URL: https://github.com/apache/hadoop/pull/463
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16029) Consecutive Append Should Reuse

2019-01-10 Thread Ayush Saxena (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ayush Saxena updated HADOOP-16029:
--
Attachment: HADOOP-16029-05.patch

> Consecutive Append Should Reuse
> ---
>
> Key: HADOOP-16029
> URL: https://issues.apache.org/jira/browse/HADOOP-16029
> Project: Hadoop Common
>  Issue Type: Improvement
>Reporter: Ayush Saxena
>Assignee: Ayush Saxena
>Priority: Major
> Attachments: HADOOP-16029-01.patch, HADOOP-16029-02.patch, 
> HADOOP-16029-03.patch, HADOOP-16029-04.patch, HADOOP-16029-05.patch
>
>
> Consecutive calls to StringBuffer/StringBuilder .append should be chained, 
> reusing the target object. This can improve the performance by producing a 
> smaller bytecode, reducing overhead and improving inlining.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-14556) S3A to support Delegation Tokens

2019-01-10 Thread Gabor Bota (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-14556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739488#comment-16739488
 ] 

Gabor Bota commented on HADOOP-14556:
-

All tests are passing now for me, and the docs is looking better with the 
{{fs.s3a.assumed.role.arn}} described. 
+1 (non-binding) 

> S3A to support Delegation Tokens
> 
>
> Key: HADOOP-14556
> URL: https://issues.apache.org/jira/browse/HADOOP-14556
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.3.0
>Reporter: Steve Loughran
>Assignee: Steve Loughran
>Priority: Major
> Attachments: HADOOP-14556-001.patch, HADOOP-14556-002.patch, 
> HADOOP-14556-003.patch, HADOOP-14556-004.patch, HADOOP-14556-005.patch, 
> HADOOP-14556-007.patch, HADOOP-14556-008.patch, HADOOP-14556-009.patch, 
> HADOOP-14556-010.patch, HADOOP-14556-010.patch, HADOOP-14556-011.patch, 
> HADOOP-14556-012.patch, HADOOP-14556-013.patch, HADOOP-14556-014.patch, 
> HADOOP-14556-015.patch, HADOOP-14556-016.patch, HADOOP-14556-017.patch, 
> HADOOP-14556-018a.patch, HADOOP-14556-019.patch, HADOOP-14556-020.patch, 
> HADOOP-14556-021.patch, HADOOP-14556-022.patch, HADOOP-14556-023.patch, 
> HADOOP-14556-024.patch, HADOOP-14556-025.patch, HADOOP-14556-026.patch, 
> HADOOP-14556-027.patch, HADOOP-14556-028.patch, HADOOP-14556-029.patch, 
> HADOOP-14556.oath-002.patch, HADOOP-14556.oath.patch
>
>
> S3A to support delegation tokens where
> * an authenticated client can request a token via 
> {{FileSystem.getDelegationToken()}}
> * Amazon's token service is used to request short-lived session secret & id; 
> these will be saved in the token and  marshalled with jobs
> * A new authentication provider will look for a token for the current user 
> and authenticate the user if found
> This will not support renewals; the lifespan of a token will be limited to 
> the initial duration. Also, as you can't request an STS token from a 
> temporary session, IAM instances won't be able to issue tokens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16029) Consecutive Append Should Reuse

2019-01-10 Thread Ayush Saxena (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739466#comment-16739466
 ] 

Ayush Saxena commented on HADOOP-16029:
---

Thanx [~giovanni.fumarola] Would trying puting up into all modules and handle 
most out from PMD. :)

Have uploaded v5 with GraphiteSync having the same indentation scheme as before.

Would be poping up the existing checkstyle for it.As decided we will handle it 
separately.

Pls Review 
 

> Consecutive Append Should Reuse
> ---
>
> Key: HADOOP-16029
> URL: https://issues.apache.org/jira/browse/HADOOP-16029
> Project: Hadoop Common
>  Issue Type: Improvement
>Reporter: Ayush Saxena
>Assignee: Ayush Saxena
>Priority: Major
> Attachments: HADOOP-16029-01.patch, HADOOP-16029-02.patch, 
> HADOOP-16029-03.patch, HADOOP-16029-04.patch, HADOOP-16029-05.patch
>
>
> Consecutive calls to StringBuffer/StringBuilder .append should be chained, 
> reusing the target object. This can improve the performance by producing a 
> smaller bytecode, reducing overhead and improving inlining.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek opened a new pull request #462: HDDS-764. Run S3 smoke tests with replication STANDARD.

2019-01-10 Thread GitBox
elek opened a new pull request #462: HDDS-764. Run S3 smoke tests with 
replication STANDARD.
URL: https://github.com/apache/hadoop/pull/462
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16040) ABFS: Bug fix for tolerateOobAppends configuration

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-16040:

   Resolution: Fixed
Fix Version/s: 3.2.1
   Status: Resolved  (was: Patch Available)

LGTM; tests are v. nice

+1

committed to branch-3.2& trunk. Thanks!

> ABFS: Bug fix for tolerateOobAppends configuration
> --
>
> Key: HADOOP-16040
> URL: https://issues.apache.org/jira/browse/HADOOP-16040
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-16040-001.patch
>
>
> Cause: configuration for tolerateOobAppends is never used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16036) WASB: Disable jetty logging configuration announcement

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-16036:

   Resolution: Fixed
Fix Version/s: 3.2.1
   Status: Resolved  (was: Patch Available)

+1

committed.

FWIW, I find the "metrics starting" message annoying in the object store 
clients, but not found a way to turn that off in a log file which doesn't break 
metrics on the servers. 

> WASB: Disable jetty logging configuration announcement
> --
>
> Key: HADOOP-16036
> URL: https://issues.apache.org/jira/browse/HADOOP-16036
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs/azure
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-16036-001.patch
>
>
> Console output of WASB cmd  contains the following jetty logging 
> configuration announcement:
> 18/12/18 12:39:19 INFO util.log: Logging initialized @1016ms.
> Need to disable this announcement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16027) [DOC] Effective use of FS instances during S3A integration tests

2019-01-10 Thread Gabor Bota (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739271#comment-16739271
 ] 

Gabor Bota commented on HADOOP-16027:
-

Thanks [~mackrorysd]! As this is committed, could you resolve the issue? 

> [DOC] Effective use of FS instances during S3A integration tests
> 
>
> Key: HADOOP-16027
> URL: https://issues.apache.org/jira/browse/HADOOP-16027
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Reporter: Gabor Bota
>Assignee: Gabor Bota
>Priority: Major
> Attachments: HADOOP-16027.001.patch, HADOOP-16027.002.patch
>
>
> While fixing HADOOP-15819 we found that a closed fs got into the static fs 
> cache during testing, which caused other tests to fail when the tests were 
> running sequentially.
> We should document some best practices in the testing section on the s3 docs 
> with the following:
> {panel}
> Tests using FileSystems are fastest if they can recycle the existing FS 
> instance from the same JVM. If you do that, you MUST NOT close or do unique 
> configuration on them. If you want a guarantee of 100% isolation or an 
> instance with unique config, create a new instance
> which you MUST close in the teardown to avoid leakage of resources.
> Do not add FileSystem instances (with e.g 
> org.apache.hadoop.fs.FileSystem#addFileSystemForTesting) to the cache that 
> will be modified or closed during the test runs. This can cause other tests 
> to fail when using the same modified or closed FS instance. For more details 
> see HADOOP-15819.
> {panel}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-15662) ABFS: Better exception handling of DNS errors

2019-01-10 Thread Steve Loughran (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-15662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739335#comment-16739335
 ] 

Steve Loughran commented on HADOOP-15662:
-

+1, better diags is always good.

remember to set target version for the version you want the patch for; fix 
version is the version the fix actually went in. As its used to generate the 
release notes, its critical to be kept empty

> ABFS: Better exception handling of DNS errors
> -
>
> Key: HADOOP-15662
> URL: https://issues.apache.org/jira/browse/HADOOP-15662
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Reporter: Thomas Marquardt
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-15662-001.patch
>
>
> DNS errors are common during testing due to typos or misconfiguration.  They 
> can also occur in production, as some transient DNS issues occur from time to 
> time. 
> 1) Let's investigate if we can distinguish between the two and fail fast for 
> the test issues, but continue to have retry logic for the transient DNS 
> issues in production.
> 2) Let's improve the error handling of DNS failures, so the user has an 
> actionable error message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-15662) ABFS: Better exception handling of DNS errors

2019-01-10 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-15662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739347#comment-16739347
 ] 

Hudson commented on HADOOP-15662:
-

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #15757 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15757/])
HADOOP-15662. Better exception handling of DNS errors. (stevel: rev 
72112691421bedb66d887ba4e18d1b7d65a42f2c)
* (edit) 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsClient.java
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsRestOperation.java


> ABFS: Better exception handling of DNS errors
> -
>
> Key: HADOOP-15662
> URL: https://issues.apache.org/jira/browse/HADOOP-15662
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Reporter: Thomas Marquardt
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-15662-001.patch
>
>
> DNS errors are common during testing due to typos or misconfiguration.  They 
> can also occur in production, as some transient DNS issues occur from time to 
> time. 
> 1) Let's investigate if we can distinguish between the two and fail fast for 
> the test issues, but continue to have retry logic for the transient DNS 
> issues in production.
> 2) Let's improve the error handling of DNS failures, so the user has an 
> actionable error message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16036) WASB: Disable jetty logging configuration announcement

2019-01-10 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739348#comment-16739348
 ] 

Hudson commented on HADOOP-16036:
-

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #15757 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15757/])
HADOOP-16036. WASB: Disable jetty logging configuration announcement. (stevel: 
rev 852701f7935eb94eda6f44b74a2ce060e7c159a7)
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java


> WASB: Disable jetty logging configuration announcement
> --
>
> Key: HADOOP-16036
> URL: https://issues.apache.org/jira/browse/HADOOP-16036
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs/azure
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-16036-001.patch
>
>
> Console output of WASB cmd  contains the following jetty logging 
> configuration announcement:
> 18/12/18 12:39:19 INFO util.log: Logging initialized @1016ms.
> Need to disable this announcement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16016) TestSSLFactory#testServerWeakCiphers sporadically fails in precommit builds

2019-01-10 Thread Steve Loughran (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739275#comment-16739275
 ] 

Steve Loughran commented on HADOOP-16016:
-

Probably need to document this as an issue for users of older releases, 
backport to 2.9.x+

> TestSSLFactory#testServerWeakCiphers sporadically fails in precommit builds
> ---
>
> Key: HADOOP-16016
> URL: https://issues.apache.org/jira/browse/HADOOP-16016
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: security, test
> Environment: Java 1.8.0_191 or upper
>Reporter: Jason Lowe
>Assignee: Akira Ajisaka
>Priority: Major
> Attachments: HADOOP-16016-002.patch, HADOOP-16016.01.patch, 
> HADOOP-16016.03.patch
>
>
> I have seen a couple of precommit builds across JIRAs fail in 
> TestSSLFactory#testServerWeakCiphers with the error:
> {noformat}
> [ERROR]   TestSSLFactory.testServerWeakCiphers:240 Expected to find 'no 
> cipher suites in common' but got unexpected 
> exception:javax.net.ssl.SSLHandshakeException: No appropriate protocol 
> (protocol is disabled or cipher suites are inappropriate)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-15662) ABFS: Better exception handling of DNS errors

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-15662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-15662:

   Resolution: Fixed
Fix Version/s: (was: 3.2.0)
   3.2.1
   Status: Resolved  (was: Patch Available)

> ABFS: Better exception handling of DNS errors
> -
>
> Key: HADOOP-15662
> URL: https://issues.apache.org/jira/browse/HADOOP-15662
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Reporter: Thomas Marquardt
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-15662-001.patch
>
>
> DNS errors are common during testing due to typos or misconfiguration.  They 
> can also occur in production, as some transient DNS issues occur from time to 
> time. 
> 1) Let's investigate if we can distinguish between the two and fail fast for 
> the test issues, but continue to have retry logic for the transient DNS 
> issues in production.
> 2) Let's improve the error handling of DNS failures, so the user has an 
> actionable error message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16040) ABFS: Bug fix for tolerateOobAppends configuration

2019-01-10 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739345#comment-16739345
 ] 

Hudson commented on HADOOP-16040:
-

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15756 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15756/])
HADOOP-16040. ABFS: Bug fix for tolerateOobAppends configuration. (stevel: rev 
e8d19003695e3bc76bfa8e1187a238eec0220def)
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java
* (edit) 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemE2E.java


> ABFS: Bug fix for tolerateOobAppends configuration
> --
>
> Key: HADOOP-16040
> URL: https://issues.apache.org/jira/browse/HADOOP-16040
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-16040-001.patch
>
>
> Cause: configuration for tolerateOobAppends is never used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16041) UserAgent string for ABFS

2019-01-10 Thread Steve Loughran (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739274#comment-16739274
 ] 

Steve Loughran commented on HADOOP-16041:
-

what is it today? 

I'd propose: something to say hadoop, hadoop version ( from 
{{org.apache.hadoop.util.VersionInfo}}), plus anything user configurable.

As/when a successor to htrace is added, making it an option to dynamically add 
trace info would be nice, though as that is per-request it gets a bit more 
complex, especially with a thread pool to service requests.

> UserAgent string for ABFS
> -
>
> Key: HADOOP-16041
> URL: https://issues.apache.org/jira/browse/HADOOP-16041
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Shweta
>Assignee: Shweta
>Priority: Major
> Fix For: 3.3.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16027) [DOC] Effective use of FS instances during S3A integration tests

2019-01-10 Thread Sean Mackrory (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Mackrory updated HADOOP-16027:
---
   Resolution: Fixed
Fix Version/s: 3.3.0
   Status: Resolved  (was: Patch Available)

> [DOC] Effective use of FS instances during S3A integration tests
> 
>
> Key: HADOOP-16027
> URL: https://issues.apache.org/jira/browse/HADOOP-16027
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Reporter: Gabor Bota
>Assignee: Gabor Bota
>Priority: Major
> Fix For: 3.3.0
>
> Attachments: HADOOP-16027.001.patch, HADOOP-16027.002.patch
>
>
> While fixing HADOOP-15819 we found that a closed fs got into the static fs 
> cache during testing, which caused other tests to fail when the tests were 
> running sequentially.
> We should document some best practices in the testing section on the s3 docs 
> with the following:
> {panel}
> Tests using FileSystems are fastest if they can recycle the existing FS 
> instance from the same JVM. If you do that, you MUST NOT close or do unique 
> configuration on them. If you want a guarantee of 100% isolation or an 
> instance with unique config, create a new instance
> which you MUST close in the teardown to avoid leakage of resources.
> Do not add FileSystem instances (with e.g 
> org.apache.hadoop.fs.FileSystem#addFileSystemForTesting) to the cache that 
> will be modified or closed during the test runs. This can cause other tests 
> to fail when using the same modified or closed FS instance. For more details 
> see HADOOP-15819.
> {panel}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #410: add non-empty folder when test cannot find HADOOP_CONF_DIR [https://i…

2019-01-10 Thread GitBox
elek commented on issue #410: add non-empty folder when test cannot find 
HADOOP_CONF_DIR [https://i…
URL: https://github.com/apache/hadoop/pull/410#issuecomment-453176090
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #456: remove the task attempt id from earlier failed map

2019-01-10 Thread GitBox
elek commented on issue #456: remove the task attempt id from earlier failed map
URL: https://github.com/apache/hadoop/pull/456#issuecomment-453175569
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #434: HADOOP-15876: Refactoring AzureBlobFileSystemStore.java

2019-01-10 Thread GitBox
elek commented on issue #434: HADOOP-15876: Refactoring 
AzureBlobFileSystemStore.java
URL: https://github.com/apache/hadoop/pull/434#issuecomment-453175912
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #444: YARN-9093. Remove commented code block from the beginning of TestDefa…

2019-01-10 Thread GitBox
elek commented on issue #444: YARN-9093. Remove commented code block from the 
beginning of TestDefa…
URL: https://github.com/apache/hadoop/pull/444#issuecomment-453175713
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #461: Update ReconfigurationServlet.java

2019-01-10 Thread GitBox
elek commented on issue #461: Update ReconfigurationServlet.java
URL: https://github.com/apache/hadoop/pull/461#issuecomment-453175502
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #423: YARN-6416. SIGNAL_CMD argument number is wrong

2019-01-10 Thread GitBox
elek commented on issue #423: YARN-6416. SIGNAL_CMD argument number is wrong
URL: https://github.com/apache/hadoop/pull/423#issuecomment-453176000
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #402: MAPREDUCE-7121. add Abortable so that we can abort output

2019-01-10 Thread GitBox
elek commented on issue #402: MAPREDUCE-7121. add Abortable so that we can 
abort output
URL: https://github.com/apache/hadoop/pull/402#issuecomment-453176197
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #439: YARN-8833 fix compute shares may lock the scheduling process

2019-01-10 Thread GitBox
elek commented on issue #439: YARN-8833 fix compute shares may  lock the 
scheduling process
URL: https://github.com/apache/hadoop/pull/439#issuecomment-453175806
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #426: correct configuration tag in mapred-site.xml

2019-01-10 Thread GitBox
elek commented on issue #426: correct configuration tag in mapred-site.xml
URL: https://github.com/apache/hadoop/pull/426#issuecomment-453175977
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #432: Update committers.md

2019-01-10 Thread GitBox
elek commented on issue #432: Update committers.md
URL: https://github.com/apache/hadoop/pull/432#issuecomment-453175941
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #435: Remove extra in documentation for Single Node Cluster

2019-01-10 Thread GitBox
elek commented on issue #435: Remove extra  in documentation 
for Single Node Cluster
URL: https://github.com/apache/hadoop/pull/435#issuecomment-453175885
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-15691) Add PathCapabilities to FS and FC to complement StreamCapabilities

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-15691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-15691:

Status: Open  (was: Patch Available)

> Add PathCapabilities to FS and FC to complement StreamCapabilities
> --
>
> Key: HADOOP-15691
> URL: https://issues.apache.org/jira/browse/HADOOP-15691
> Project: Hadoop Common
>  Issue Type: New Feature
>Reporter: Steve Loughran
>Assignee: Steve Loughran
>Priority: Major
> Attachments: HADOOP-15691-001.patch, HADOOP-15691-002.patch, 
> HADOOP-15691-003.patch
>
>
> Add a {{PathCapabilities}} interface to both FileSystem and FileContext to 
> declare the capabilities under the path of an FS
> This is needed for 
> * HADOOP-14707: declare that a dest FS supports permissions
> * object stores to declare that they offer PUT-in-place alongside 
> (slow-rename)
> * Anything else where the implementation semantics of an FS is so different 
> caller apps would benefit from probing for the underlying semantics
> I know, we want all filesystem to work *exactly* the same. But it doesn't 
> hold, especially for object stores —and to efficiently use them, callers need 
> to be able to ask for specific features.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #442: YARN-9065.App's diags is too long, written zk error

2019-01-10 Thread GitBox
elek commented on issue #442: YARN-9065.App's diags is too long,written zk error
URL: https://github.com/apache/hadoop/pull/442#issuecomment-453175752
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #404: HDFS-13771. Fix enableManagedDfsDirsRedundancy typo in creating MiniDFSCluster

2019-01-10 Thread GitBox
elek commented on issue #404: HDFS-13771. Fix enableManagedDfsDirsRedundancy 
typo in creating MiniDFSCluster
URL: https://github.com/apache/hadoop/pull/404#issuecomment-453176164
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #397: HADOOP-15584. Move httpcomponents version to their own config

2019-01-10 Thread GitBox
elek commented on issue #397: HADOOP-15584. Move httpcomponents version to 
their own config
URL: https://github.com/apache/hadoop/pull/397#issuecomment-453176280
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #399: MAPREDUCE-7120. Make hadoop consider wildcard host as datalocal

2019-01-10 Thread GitBox
elek commented on issue #399: MAPREDUCE-7120. Make hadoop consider wildcard 
host as datalocal
URL: https://github.com/apache/hadoop/pull/399#issuecomment-453176252
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #401: YARN-3929. Add uncleaning option for local app log file

2019-01-10 Thread GitBox
elek commented on issue #401: YARN-3929. Add uncleaning option for local app 
log file
URL: https://github.com/apache/hadoop/pull/401#issuecomment-453176220
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #396: classpath description is not full for hadoop cmd

2019-01-10 Thread GitBox
elek commented on issue #396: classpath description is not full for hadoop cmd
URL: https://github.com/apache/hadoop/pull/396#issuecomment-453176293
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #448: YARN-9094. Remove unused method: NodeResourceUpdaterPlugin#handleUpdatedResourceFromRM

2019-01-10 Thread GitBox
elek commented on issue #448: YARN-9094. Remove unused method: 
NodeResourceUpdaterPlugin#handleUpdatedResourceFromRM
URL: https://github.com/apache/hadoop/pull/448#issuecomment-453175658
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #440: HADOOP-15910 Fixing Javadoc for LdapAuthenticationHandler#ENABLE_START_TLS

2019-01-10 Thread GitBox
elek commented on issue #440:  HADOOP-15910 Fixing Javadoc for 
LdapAuthenticationHandler#ENABLE_START_TLS
URL: https://github.com/apache/hadoop/pull/440#issuecomment-453175792
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #390: Branch 2.7.7

2019-01-10 Thread GitBox
elek commented on issue #390: Branch 2.7.7
URL: https://github.com/apache/hadoop/pull/390#issuecomment-453176363
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #407: MAPREDUCE-7127. Add aggregated webservice endpoints to fetch all tasks & their taskAttempts

2019-01-10 Thread GitBox
elek commented on issue #407: MAPREDUCE-7127. Add aggregated webservice 
endpoints to fetch all tasks & their taskAttempts
URL: https://github.com/apache/hadoop/pull/407#issuecomment-453176123
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #458: YARN-8246 winutils - fix failure to retrieve disk and network perf co…

2019-01-10 Thread GitBox
elek commented on issue #458: YARN-8246 winutils - fix failure to retrieve disk 
and network perf co…
URL: https://github.com/apache/hadoop/pull/458#issuecomment-453175556
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #454: Fixing bug : https://issues.apache.org/jira/browse/MAPREDUCE-7089

2019-01-10 Thread GitBox
elek commented on issue #454: Fixing bug : 
https://issues.apache.org/jira/browse/MAPREDUCE-7089
URL: https://github.com/apache/hadoop/pull/454#issuecomment-453175598
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #447: recovery contaienr exit code not right

2019-01-10 Thread GitBox
elek commented on issue #447: recovery contaienr exit code not right
URL: https://github.com/apache/hadoop/pull/447#issuecomment-453175672
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #416: YARN-8470. Fix a NPE in identifyContainersToPreemptOnNode()

2019-01-10 Thread GitBox
elek commented on issue #416: YARN-8470. Fix a NPE in 
identifyContainersToPreemptOnNode()
URL: https://github.com/apache/hadoop/pull/416#issuecomment-453176034
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #389: Change of file name to md

2019-01-10 Thread GitBox
elek commented on issue #389: Change of file name to md
URL: https://github.com/apache/hadoop/pull/389#issuecomment-453176417
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-15691) Add PathCapabilities to FS and FC to complement StreamCapabilities

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-15691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-15691:

Attachment: HADOOP-15691-004.patch

> Add PathCapabilities to FS and FC to complement StreamCapabilities
> --
>
> Key: HADOOP-15691
> URL: https://issues.apache.org/jira/browse/HADOOP-15691
> Project: Hadoop Common
>  Issue Type: New Feature
>Reporter: Steve Loughran
>Assignee: Steve Loughran
>Priority: Major
> Attachments: HADOOP-15691-001.patch, HADOOP-15691-002.patch, 
> HADOOP-15691-003.patch, HADOOP-15691-004.patch
>
>
> Add a {{PathCapabilities}} interface to both FileSystem and FileContext to 
> declare the capabilities under the path of an FS
> This is needed for 
> * HADOOP-14707: declare that a dest FS supports permissions
> * object stores to declare that they offer PUT-in-place alongside 
> (slow-rename)
> * Anything else where the implementation semantics of an FS is so different 
> caller apps would benefit from probing for the underlying semantics
> I know, we want all filesystem to work *exactly* the same. But it doesn't 
> hold, especially for object stores —and to efficiently use them, callers need 
> to be able to ask for specific features.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #400: HADOOP-15585. Fix passing options via $HADOOP_OPTS

2019-01-10 Thread GitBox
elek commented on issue #400: HADOOP-15585. Fix passing options via $HADOOP_OPTS
URL: https://github.com/apache/hadoop/pull/400#issuecomment-453176239
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-15691) Add PathCapabilities to FS and FC to complement StreamCapabilities

2019-01-10 Thread Steve Loughran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-15691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-15691:

Status: Patch Available  (was: Open)

HADOOP-15691 patch 004
* applies to trunk
* adds a probe  for DT support. Base impl calls getCanonicalServiceName() for 
this; subclasses which do support DTs shuld really do a faster check
* moved arg validation into its own 
org.apache.hadoop.fs.impl.PathCapabilitiesSupport helper; easier for subclasses 
and FC to user
* moved FsLinkResolution to fs.impl. package too
* Azure ABFS capabilities exported, dynamcially built up from state of the 
instance.

No tests of DT support, im afraid.

Cloud infras tested against: none

> Add PathCapabilities to FS and FC to complement StreamCapabilities
> --
>
> Key: HADOOP-15691
> URL: https://issues.apache.org/jira/browse/HADOOP-15691
> Project: Hadoop Common
>  Issue Type: New Feature
>Reporter: Steve Loughran
>Assignee: Steve Loughran
>Priority: Major
> Attachments: HADOOP-15691-001.patch, HADOOP-15691-002.patch, 
> HADOOP-15691-003.patch, HADOOP-15691-004.patch
>
>
> Add a {{PathCapabilities}} interface to both FileSystem and FileContext to 
> declare the capabilities under the path of an FS
> This is needed for 
> * HADOOP-14707: declare that a dest FS supports permissions
> * object stores to declare that they offer PUT-in-place alongside 
> (slow-rename)
> * Anything else where the implementation semantics of an FS is so different 
> caller apps would benefit from probing for the underlying semantics
> I know, we want all filesystem to work *exactly* the same. But it doesn't 
> hold, especially for object stores —and to efficiently use them, callers need 
> to be able to ask for specific features.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #64: NNStorage does not synchronize iteration on a synchronized list

2019-01-10 Thread GitBox
elek commented on issue #64: NNStorage does not synchronize iteration on a 
synchronized list
URL: https://github.com/apache/hadoop/pull/64#issuecomment-453179930
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #61: YARN-4430 registry security validation can fail when downgrading to insecure would work

2019-01-10 Thread GitBox
elek commented on issue #61: YARN-4430 registry security validation can fail 
when downgrading to insecure would work
URL: https://github.com/apache/hadoop/pull/61#issuecomment-453179973
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #59: HADOOP-12321

2019-01-10 Thread GitBox
elek commented on issue #59: HADOOP-12321
URL: https://github.com/apache/hadoop/pull/59#issuecomment-453180010
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #122: HDFS-10753.Method invocation in log can be replaced by variable becau…

2019-01-10 Thread GitBox
elek commented on issue #122: HDFS-10753.Method invocation in log can be 
replaced by variable becau…
URL: https://github.com/apache/hadoop/pull/122#issuecomment-453179542
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #123: MAPREDUCE-6769. Fix forgotten name conversion from "slave" to "worker" in mapred script,

2019-01-10 Thread GitBox
elek commented on issue #123: MAPREDUCE-6769. Fix forgotten name conversion 
from "slave" to "worker" in mapred script,
URL: https://github.com/apache/hadoop/pull/123#issuecomment-453179530
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #113: [HADOOP-13075] Adding support for SSE-KMS and SSE-C

2019-01-10 Thread GitBox
elek commented on issue #113: [HADOOP-13075] Adding support for SSE-KMS and 
SSE-C
URL: https://github.com/apache/hadoop/pull/113#issuecomment-453179644
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #83: HDFS-9941. Do not log StandbyException on NN, other minor logging fixes.

2019-01-10 Thread GitBox
elek commented on issue #83: HDFS-9941. Do not log StandbyException on NN, 
other minor logging fixes.
URL: https://github.com/apache/hadoop/pull/83#issuecomment-453179825
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #94: HDFS-10382 In WebHDFS numeric usernames do not work with DataNode

2019-01-10 Thread GitBox
elek commented on issue #94: HDFS-10382 In WebHDFS numeric usernames do not 
work with DataNode
URL: https://github.com/apache/hadoop/pull/94#issuecomment-453179739
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #100: HADOOP-13278. S3AFileSystem mkdirs does not need to validate parent path components

2019-01-10 Thread GitBox
elek commented on issue #100: HADOOP-13278. S3AFileSystem mkdirs does not need 
to validate parent path components
URL: https://github.com/apache/hadoop/pull/100#issuecomment-453179721
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #92: HDFS-9895. Push up DataNode#conf to base class

2019-01-10 Thread GitBox
elek commented on issue #92: HDFS-9895. Push up DataNode#conf to base class
URL: https://github.com/apache/hadoop/pull/92#issuecomment-453179757
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #85: HADOOP-9991. Update netty to 3.7.1.Final to sync with zookeper

2019-01-10 Thread GitBox
elek commented on issue #85: HADOOP-9991. Update netty to 3.7.1.Final to sync 
with zookeper
URL: https://github.com/apache/hadoop/pull/85#issuecomment-453179791
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #110: [HADOOP-13075] Adding support for SSE-KMS, SSE-C and SSE-S3

2019-01-10 Thread GitBox
elek commented on issue #110: [HADOOP-13075] Adding support for SSE-KMS, SSE-C 
and SSE-S3
URL: https://github.com/apache/hadoop/pull/110#issuecomment-453179660
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #49: HDFS-9443. Disabling HDFS client socket cache causes logging message …

2019-01-10 Thread GitBox
elek commented on issue #49: HDFS-9443. Disabling HDFS client socket cache 
causes logging message …
URL: https://github.com/apache/hadoop/pull/49#issuecomment-453180046
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #71: fix NullPointerException in Balancer

2019-01-10 Thread GitBox
elek commented on issue #71: fix  NullPointerException in Balancer
URL: https://github.com/apache/hadoop/pull/71#issuecomment-453179901
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #72: YARN-4563

2019-01-10 Thread GitBox
elek commented on issue #72: YARN-4563
URL: https://github.com/apache/hadoop/pull/72#issuecomment-453179872
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #403: HDFS-13734. Allow HDFS heapsizes to be configured seperately

2019-01-10 Thread GitBox
elek commented on issue #403: HDFS-13734. Allow HDFS heapsizes to be configured 
seperately
URL: https://github.com/apache/hadoop/pull/403#issuecomment-453176185
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #406: HDFS-13775. Add a conf property to retry dns reverse lookups during datanode registration.

2019-01-10 Thread GitBox
elek commented on issue #406: HDFS-13775. Add a conf property to retry dns 
reverse lookups during datanode registration.
URL: https://github.com/apache/hadoop/pull/406#issuecomment-453176138
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #420: YARN-8785-branch-3.1.002.patch

2019-01-10 Thread GitBox
elek commented on issue #420: YARN-8785-branch-3.1.002.patch
URL: https://github.com/apache/hadoop/pull/420#issuecomment-453176015
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #413: Adding EC2ContainerCredentialsProviderWrapper to the credential providers

2019-01-10 Thread GitBox
elek commented on issue #413: Adding EC2ContainerCredentialsProviderWrapper to 
the credential providers
URL: https://github.com/apache/hadoop/pull/413#issuecomment-453176060
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #414: Prevent OOM on array size over VM limit

2019-01-10 Thread GitBox
elek commented on issue #414: Prevent OOM on array size over VM limit
URL: https://github.com/apache/hadoop/pull/414#issuecomment-453176047
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #412: YARN-8747: update moment-timezone version to 0.5.1

2019-01-10 Thread GitBox
elek commented on issue #412: YARN-8747: update moment-timezone version to 0.5.1
URL: https://github.com/apache/hadoop/pull/412#issuecomment-453176072
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #408: HADOOP-15652. Fix typos SPENGO into SPNEGO

2019-01-10 Thread GitBox
elek commented on issue #408: HADOOP-15652. Fix typos SPENGO into SPNEGO
URL: https://github.com/apache/hadoop/pull/408#issuecomment-453176110
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #355: HDFS-13313. Fix NullPointerException in FSEditLogOp.toString().

2019-01-10 Thread GitBox
elek commented on issue #355: HDFS-13313. Fix NullPointerException in 
FSEditLogOp.toString().
URL: https://github.com/apache/hadoop/pull/355#issuecomment-453177006
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #356: YARN-8056. Fix possible NPE when start Application Master

2019-01-10 Thread GitBox
elek commented on issue #356: YARN-8056. Fix possible NPE when start 
Application Master
URL: https://github.com/apache/hadoop/pull/356#issuecomment-453176981
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #343: Add missing description of Namenode format options

2019-01-10 Thread GitBox
elek commented on issue #343: Add missing description of Namenode format options
URL: https://github.com/apache/hadoop/pull/343#issuecomment-453177127
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #362: YARN-8057 Inadequate information for handling catch clauses

2019-01-10 Thread GitBox
elek commented on issue #362: YARN-8057 Inadequate information for handling 
catch clauses
URL: https://github.com/apache/hadoop/pull/362#issuecomment-453176778
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #358: Create REad.me

2019-01-10 Thread GitBox
elek commented on issue #358: Create REad.me
URL: https://github.com/apache/hadoop/pull/358#issuecomment-453176937
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #350: Fix FileSystem.listStatus javadoc

2019-01-10 Thread GitBox
elek commented on issue #350: Fix FileSystem.listStatus javadoc
URL: https://github.com/apache/hadoop/pull/350#issuecomment-453177049
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #360: HADOOP-14175 : NPE when ADL store URI contains underscore

2019-01-10 Thread GitBox
elek commented on issue #360: HADOOP-14175 : NPE when ADL store URI contains 
underscore
URL: https://github.com/apache/hadoop/pull/360#issuecomment-453176823
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #340: HADOOP-15230. fixes GraphiteSink to support point tags in correct format.

2019-01-10 Thread GitBox
elek commented on issue #340: HADOOP-15230. fixes GraphiteSink to support point 
tags in correct format.
URL: https://github.com/apache/hadoop/pull/340#issuecomment-453177180
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #337: Branch 3.0.1

2019-01-10 Thread GitBox
elek commented on issue #337: Branch 3.0.1
URL: https://github.com/apache/hadoop/pull/337#issuecomment-453177229
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #137: HADOOP-10225

2019-01-10 Thread GitBox
elek commented on issue #137: HADOOP-10225
URL: https://github.com/apache/hadoop/pull/137#issuecomment-453179375
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #135: HADOOP-13694. Add support for AES-192 in OpensslCipher.

2019-01-10 Thread GitBox
elek commented on issue #135: HADOOP-13694. Add support for AES-192 in 
OpensslCipher.
URL: https://github.com/apache/hadoop/pull/135#issuecomment-453179390
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #127: Branch 2.7.1

2019-01-10 Thread GitBox
elek commented on issue #127: Branch 2.7.1
URL: https://github.com/apache/hadoop/pull/127#issuecomment-453179444
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #139: YARN-5721. NPE at AMRMClientImpl.getMatchingRequests

2019-01-10 Thread GitBox
elek commented on issue #139: YARN-5721. NPE at 
AMRMClientImpl.getMatchingRequests
URL: https://github.com/apache/hadoop/pull/139#issuecomment-453179341
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #172: HDFS-11234: Made the socket buffer size configurable with the config …

2019-01-10 Thread GitBox
elek commented on issue #172: HDFS-11234: Made the socket buffer size 
configurable with the config …
URL: https://github.com/apache/hadoop/pull/172#issuecomment-453179130
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #207: HADOOP-14237. S3A Support Shared Instance Profile Credentials Across All Instances

2019-01-10 Thread GitBox
elek commented on issue #207: HADOOP-14237. S3A Support Shared Instance Profile 
Credentials Across All Instances
URL: https://github.com/apache/hadoop/pull/207#issuecomment-453178881
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #222: YARN-6583 Hadoop-sls failed to start because of premature state of RM

2019-01-10 Thread GitBox
elek commented on issue #222: YARN-6583 Hadoop-sls failed to start because of 
premature state of RM
URL: https://github.com/apache/hadoop/pull/222#issuecomment-453178791
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #219: YARN-6457 use existing conf object as a resource for sslConf object in WebApps for the builder to use in HttpServer2

2019-01-10 Thread GitBox
elek commented on issue #219: YARN-6457  use existing conf object as a resource 
for sslConf object in WebApps for the builder to use in HttpServer2
URL: https://github.com/apache/hadoop/pull/219#issuecomment-453178817
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #213: YARN-6457 use existing conf object as sslConf object in WebApps for the builder to use for the HttpServer2

2019-01-10 Thread GitBox
elek commented on issue #213: YARN-6457  use existing conf object as sslConf 
object in WebApps for the builder to use for the HttpServer2
URL: https://github.com/apache/hadoop/pull/213#issuecomment-453178831
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #198: YARN-6261 - Catch user with no group when getting queue from mapping …

2019-01-10 Thread GitBox
elek commented on issue #198: YARN-6261 - Catch user with no group when getting 
queue from mapping …
URL: https://github.com/apache/hadoop/pull/198#issuecomment-453178917
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #159: HDFS-11111. Delete items in .Trash using rm should be forbidden witho…

2019-01-10 Thread GitBox
elek commented on issue #159: HDFS-1. Delete items in .Trash using rm 
should be forbidden witho…
URL: https://github.com/apache/hadoop/pull/159#issuecomment-453179214
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #168: HDFS-11182. Update DataNode to use DatasetVolumeChecker.

2019-01-10 Thread GitBox
elek commented on issue #168: HDFS-11182. Update DataNode to use 
DatasetVolumeChecker.
URL: https://github.com/apache/hadoop/pull/168#issuecomment-453179163
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #185: Fix "E: Unable to locate package software-properties-common" error.

2019-01-10 Thread GitBox
elek commented on issue #185: Fix "E: Unable to locate package 
software-properties-common" error.
URL: https://github.com/apache/hadoop/pull/185#issuecomment-453179037
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #191: Fixed location of service provider configuration file on Azure Data lake Filesystem.

2019-01-10 Thread GitBox
elek commented on issue #191: Fixed location of service provider configuration 
file on Azure Data lake Filesystem.
URL: https://github.com/apache/hadoop/pull/191#issuecomment-453178972
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #174: 1

2019-01-10 Thread GitBox
elek commented on issue #174: 1
URL: https://github.com/apache/hadoop/pull/174#issuecomment-453179098
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #148: HDFS-11060. Make DEFAULT_MAX_CORRUPT_FILEBLOCKS_RETURNED configurable

2019-01-10 Thread GitBox
elek commented on issue #148: HDFS-11060. Make 
DEFAULT_MAX_CORRUPT_FILEBLOCKS_RETURNED configurable
URL: https://github.com/apache/hadoop/pull/148#issuecomment-453179311
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #152: HDFS-11115 Remove bytes2String and string2Bytes

2019-01-10 Thread GitBox
elek commented on issue #152: HDFS-5 Remove bytes2String and string2Bytes
URL: https://github.com/apache/hadoop/pull/152#issuecomment-453179252
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #157: HADOOP-13600. S3a rename() to copy files in a directory in parallel

2019-01-10 Thread GitBox
elek commented on issue #157: HADOOP-13600. S3a rename() to copy files in a 
directory in parallel
URL: https://github.com/apache/hadoop/pull/157#issuecomment-453179233
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #255: Parallel Block Copy for DiskBalancer

2019-01-10 Thread GitBox
elek commented on issue #255: Parallel Block Copy for DiskBalancer
URL: https://github.com/apache/hadoop/pull/255#issuecomment-453178441
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #354: revert-Hadoop-13707-Branch 2

2019-01-10 Thread GitBox
elek commented on issue #354: revert-Hadoop-13707-Branch 2
URL: https://github.com/apache/hadoop/pull/354#issuecomment-453177026
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #249: HDFS-12125. Document the missing -removePolicy command of ec.

2019-01-10 Thread GitBox
elek commented on issue #249: HDFS-12125. Document the missing -removePolicy 
command of ec.
URL: https://github.com/apache/hadoop/pull/249#issuecomment-453178546
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #266: HDFS-12315: Use Path instead of String to check closedFiles set

2019-01-10 Thread GitBox
elek commented on issue #266: HDFS-12315: Use Path instead of String to check 
closedFiles set
URL: https://github.com/apache/hadoop/pull/266#issuecomment-453178341
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] elek commented on issue #165: HDFS-11149. Support for parallel checking of FsVolumes.

2019-01-10 Thread GitBox
elek commented on issue #165: HDFS-11149. Support for parallel checking of 
FsVolumes.
URL: https://github.com/apache/hadoop/pull/165#issuecomment-453179175
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



  1   2   3   4   >