[jira] [Updated] (HDFS-15306) Make mount-table to read from central place ( Let's say from HDFS)

2020-06-27 Thread Uma Maheswara Rao G (Jira)


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

Uma Maheswara Rao G updated HDFS-15306:
---
Fix Version/s: 3.1.5
   3.2.2

> Make mount-table to read from central place ( Let's say from HDFS)
> --
>
> Key: HDFS-15306
> URL: https://issues.apache.org/jira/browse/HDFS-15306
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: configuration, hadoop-client
>Affects Versions: 3.2.1
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
>Priority: Major
> Fix For: 3.2.2, 3.3.1, 3.4.0, 3.1.5
>
>
> ViewFsOverloadScheme should be able to read mount-table.xml configuration 
> from remote servers.
>  Below are the discussed options in design doc:
>  # XInclude and HTTP Server ( including WebHDFS)
>  # Hadoop Compatible FS (*HCFS)*
>  a) Keep mount-table in Hadoop compatible FS
>  b)Read mount-table from Hadoop compatible FS using Xinclude
> We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
> Jira can cover 2a.
>  



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

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



[jira] [Updated] (HDFS-15306) Make mount-table to read from central place ( Let's say from HDFS)

2020-06-16 Thread Uma Maheswara Rao G (Jira)


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

Uma Maheswara Rao G updated HDFS-15306:
---
Fix Version/s: 3.3.1

> Make mount-table to read from central place ( Let's say from HDFS)
> --
>
> Key: HDFS-15306
> URL: https://issues.apache.org/jira/browse/HDFS-15306
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: configuration, hadoop-client
>Affects Versions: 3.2.1
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
>Priority: Major
> Fix For: 3.3.1, 3.4.0
>
>
> ViewFsOverloadScheme should be able to read mount-table.xml configuration 
> from remote servers.
>  Below are the discussed options in design doc:
>  # XInclude and HTTP Server ( including WebHDFS)
>  # Hadoop Compatible FS (*HCFS)*
>  a) Keep mount-table in Hadoop compatible FS
>  b)Read mount-table from Hadoop compatible FS using Xinclude
> We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
> Jira can cover 2a.
>  



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

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



[jira] [Updated] (HDFS-15306) Make mount-table to read from central place ( Let's say from HDFS)

2020-05-14 Thread Uma Maheswara Rao G (Jira)


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

Uma Maheswara Rao G updated HDFS-15306:
---
Fix Version/s: 3.4.0
 Hadoop Flags: Reviewed
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

I have just pushed it to trunk! Thanks for the reviews Wei-Chiu

> Make mount-table to read from central place ( Let's say from HDFS)
> --
>
> Key: HDFS-15306
> URL: https://issues.apache.org/jira/browse/HDFS-15306
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: configuration, hadoop-client
>Affects Versions: 3.2.1
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
>Priority: Major
> Fix For: 3.4.0
>
>
> ViewFsOverloadScheme should be able to read mount-table.xml configuration 
> from remote servers.
>  Below are the discussed options in design doc:
>  # XInclude and HTTP Server ( including WebHDFS)
>  # Hadoop Compatible FS (*HCFS)*
>  a) Keep mount-table in Hadoop compatible FS
>  b)Read mount-table from Hadoop compatible FS using Xinclude
> We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
> Jira can cover 2a.
>  



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

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



[jira] [Updated] (HDFS-15306) Make mount-table to read from central place ( Let's say from HDFS)

2020-05-08 Thread Uma Maheswara Rao G (Jira)


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

Uma Maheswara Rao G updated HDFS-15306:
---
Status: Patch Available  (was: Open)

I updated the PR with idea of this patch. 
This patch provides the flexibility to load the remote mount-table 
configuration when file available in hadoop compatible filesystems.

> Make mount-table to read from central place ( Let's say from HDFS)
> --
>
> Key: HDFS-15306
> URL: https://issues.apache.org/jira/browse/HDFS-15306
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: configuration, hadoop-client
>Affects Versions: 3.2.1
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
>Priority: Major
>
> ViewFsOverloadScheme should be able to read mount-table.xml configuration 
> from remote servers.
>  Below are the discussed options in design doc:
>  # XInclude and HTTP Server ( including WebHDFS)
>  # Hadoop Compatible FS (*HCFS)*
>  a) Keep mount-table in Hadoop compatible FS
>  b)Read mount-table from Hadoop compatible FS using Xinclude
> We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
> Jira can cover 2a.
>  



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

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



[jira] [Updated] (HDFS-15306) Make mount-table to read from central place ( Let's say from HDFS)

2020-04-30 Thread Uma Maheswara Rao G (Jira)


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

Uma Maheswara Rao G updated HDFS-15306:
---
Description: 
ViewFsOverloadScheme should be able to read mount-table.xml configuration from 
remote servers.
 Below are the discussed options in design doc:
 # XInclude and HTTP Server ( including WebHDFS)
 # Hadoop Compatible FS (*HCFS)*
 a) Keep mount-table in Hadoop compatible FS
 b)Read mount-table from Hadoop compatible FS using Xinclude

We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
Jira can cover 2a.

 

> Make mount-table to read from central place ( Let's say from HDFS)
> --
>
> Key: HDFS-15306
> URL: https://issues.apache.org/jira/browse/HDFS-15306
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: configuration, hadoop-client
>Affects Versions: 3.2.1
>Reporter: Uma Maheswara Rao G
>Assignee: Uma Maheswara Rao G
>Priority: Major
>
> ViewFsOverloadScheme should be able to read mount-table.xml configuration 
> from remote servers.
>  Below are the discussed options in design doc:
>  # XInclude and HTTP Server ( including WebHDFS)
>  # Hadoop Compatible FS (*HCFS)*
>  a) Keep mount-table in Hadoop compatible FS
>  b)Read mount-table from Hadoop compatible FS using Xinclude
> We prefer to have 1 and 2a. For 1 we don't need to modify any code. So, this 
> Jira can cover 2a.
>  



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

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