[jira] [Updated] (MAPREDUCE-7011) TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec

2021-08-03 Thread Eric Payne (Jira)


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

Eric Payne updated MAPREDUCE-7011:
--
Fix Version/s: 2.10.2

I cherry-picked this to 2.10, since we are seeing this there.

> TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all 
> parent dirs set other exec
> 
>
> Key: MAPREDUCE-7011
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7011
> Project: Hadoop Map/Reduce
>  Issue Type: Test
>Reporter: Christopher Douglas
>Assignee: Christopher Douglas
>Priority: Trivial
> Fix For: 3.0.1, 2.10.2
>
> Attachments: MAPREDUCE-7011.000.patch
>
>
> {{TestClientDistributedCacheManager}} sets up some local directories to check 
> the visibility set for dependencies, given their filesystem permissions. 
> However, if it is run in an environment where the scratch directory is not 
> itself PUBLIC ({{ClientDistributedCacheManager::isPublic}}), then it will 
> fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (MAPREDUCE-7011) TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec

2017-11-21 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-7011:
-
   Resolution: Fixed
 Assignee: Chris Douglas
 Hadoop Flags: Reviewed
Fix Version/s: 3.0.1
   Status: Resolved  (was: Patch Available)

I committed this. Thanks for the review, [~subru]

> TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all 
> parent dirs set other exec
> 
>
> Key: MAPREDUCE-7011
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7011
> Project: Hadoop Map/Reduce
>  Issue Type: Test
>Reporter: Chris Douglas
>Assignee: Chris Douglas
>Priority: Trivial
> Fix For: 3.0.1
>
> Attachments: MAPREDUCE-7011.000.patch
>
>
> {{TestClientDistributedCacheManager}} sets up some local directories to check 
> the visibility set for dependencies, given their filesystem permissions. 
> However, if it is run in an environment where the scratch directory is not 
> itself PUBLIC ({{ClientDistributedCacheManager::isPublic}}), then it will 
> fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (MAPREDUCE-7011) TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec

2017-11-21 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-7011:
-
Priority: Trivial  (was: Minor)

> TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all 
> parent dirs set other exec
> 
>
> Key: MAPREDUCE-7011
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7011
> Project: Hadoop Map/Reduce
>  Issue Type: Test
>Reporter: Chris Douglas
>Priority: Trivial
> Attachments: MAPREDUCE-7011.000.patch
>
>
> {{TestClientDistributedCacheManager}} sets up some local directories to check 
> the visibility set for dependencies, given their filesystem permissions. 
> However, if it is run in an environment where the scratch directory is not 
> itself PUBLIC ({{ClientDistributedCacheManager::isPublic}}), then it will 
> fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (MAPREDUCE-7011) TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec

2017-11-21 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-7011:
-
Status: Patch Available  (was: Open)

> TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all 
> parent dirs set other exec
> 
>
> Key: MAPREDUCE-7011
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7011
> Project: Hadoop Map/Reduce
>  Issue Type: Test
>Reporter: Chris Douglas
>Priority: Minor
> Attachments: MAPREDUCE-7011.000.patch
>
>
> {{TestClientDistributedCacheManager}} sets up some local directories to check 
> the visibility set for dependencies, given their filesystem permissions. 
> However, if it is run in an environment where the scratch directory is not 
> itself PUBLIC ({{ClientDistributedCacheManager::isPublic}}), then it will 
> fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (MAPREDUCE-7011) TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec

2017-11-21 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-7011:
-
Attachment: MAPREDUCE-7011.000.patch

While it would clearly be better if the test validated the visibility logic 
without requiring the local filesystem, that would likely require some 
refactoring. v000 simply skips the test.

> TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all 
> parent dirs set other exec
> 
>
> Key: MAPREDUCE-7011
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7011
> Project: Hadoop Map/Reduce
>  Issue Type: Test
>Reporter: Chris Douglas
>Priority: Minor
> Attachments: MAPREDUCE-7011.000.patch
>
>
> {{TestClientDistributedCacheManager}} sets up some local directories to check 
> the visibility set for dependencies, given their filesystem permissions. 
> However, if it is run in an environment where the scratch directory is not 
> itself PUBLIC ({{ClientDistributedCacheManager::isPublic}}), then it will 
> fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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