[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-06-26 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: (was: YARN-10216.001.patch)

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Assignee: Cyrus Jackson
>Priority: Major
> Attachments: YARN-10216.001.patch, image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the disk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes on the disk. If the 
> file has changed, the properties of Configuration is reloaded and all the 
> observers are notified. 
> The classes that implements the observers updates the necessary values if 
> required.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-06-25 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: YARN-10216.001.patch

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Assignee: Cyrus Jackson
>Priority: Major
> Attachments: YARN-10216.001.patch, image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the disk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes on the disk. If the 
> file has changed, the properties of Configuration is reloaded and all the 
> observers are notified. 
> The classes that implements the observers updates the necessary values if 
> required.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The purpose of this feature is to let individual classes which are 
interested in observing this configuration changes, to be notified when the 
conf is reloaded from the disk. This is similar to how Hbase has done.

*Class Diagram*

  !image-2020-04-06-09-50-51-948.png!

 

*APPROACH DETAILS* 

The approach is based on the adaption of Hbase Online Configuration. In this 
case, the configuration file is monitored for any changes on the disk. If the 
file has changed, the properties of Configuration is reloaded and all the 
observers are notified. 

The classes that implements the observers updates the necessary values if 
required.

 

  was:
There should be a way to dynamically reload the configuration properties from 
the disk. The purpose of this feature is to let individual classes which are 
interested in observing this configuration changes, to be notified when the 
conf is reloaded from the disk. This is similar to how Hbase has done.

*Class Diagram*

  !image-2020-04-06-09-50-51-948.png!

 

*APPROACH DETAILS* 

The approach is based on the adaption of Hbase Online Configuration. In this 
case, the configuration file is monitored for any changes. If the file has 
changed, the properties of Configuration is reloaded from the disk and the 
observers are notified. 

The classes that implements the observers are required to update the necessary 
values.

 


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the disk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes on the disk. If the 
> file has changed, the properties of Configuration is reloaded and all the 
> observers are notified. 
> The classes that implements the observers updates the necessary values if 
> required.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The purpose of this feature is to let individual classes which are 
interested in observing this configuration changes, to be notified when the 
conf is reloaded from the disk. This is similar to how Hbase has done.

*Class Diagram*

  !image-2020-04-06-09-50-51-948.png!

 

*APPROACH DETAILS* 

The approach is based on the adaption of Hbase Online Configuration. In this 
case, the configuration file is monitored for any changes. If the file has 
changed, the properties of Configuration is reloaded from the disk and the 
observers are notified. 

The classes that implements the observers are required to update the necessary 
values.

 

  was:
There should be a way to dynamically reload the configuration properties from 
the disk. The purpose of this feature is to let individual classes which are 
interested in observing this configuration changes, to be notified when the 
conf is reloaded from the desk. This is similar to how Hbase has done.



*Class Diagram*

  !image-2020-04-06-09-50-51-948.png!

 

*APPROACH DETAILS* 

The approach is based on the adaption of Hbase Online Configuration. In this 
case, the configuration file is monitored for any changes. If the file has 
changed, the properties of Configuration is reloaded from the disk and the 
observers are notified. 

The classes that implements the observers are required to update the necessary 
values.

 


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the disk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes. If the file has 
> changed, the properties of Configuration is reloaded from the disk and the 
> observers are notified. 
> The classes that implements the observers are required to update the 
> necessary values.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: (was: image-2020-04-06-09-42-32-221.png)

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the desk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes. If the file has 
> changed, the properties of Configuration is reloaded from the disk and the 
> observers are notified. 
> The classes that implements the observers are required to update the 
> necessary values.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The purpose of this feature is to let individual classes which are 
interested in observing this configuration changes, to be notified when the 
conf is reloaded from the desk. This is similar to how Hbase has done.



*Class Diagram*

  !image-2020-04-06-09-50-51-948.png!

 

*APPROACH DETAILS* 

The approach is based on the adaption of Hbase Online Configuration. In this 
case, the configuration file is monitored for any changes. If the file has 
changed, the properties of Configuration is reloaded from the disk and the 
observers are notified. 

The classes that implements the observers are required to update the necessary 
values.

 

  was:
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded and make the changes on the fly. The purpose of this 
feature is to let individual classes which are interested in observing this 
configuration changes, to be notified when the conf is reloaded from the desk. 
This is similar to how Hbase has done.

 


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The purpose of this feature is to let individual classes which are 
> interested in observing this configuration changes, to be notified when the 
> conf is reloaded from the desk. This is similar to how Hbase has done.
> *Class Diagram*
>   !image-2020-04-06-09-50-51-948.png!
>  
> *APPROACH DETAILS* 
> The approach is based on the adaption of Hbase Online Configuration. In this 
> case, the configuration file is monitored for any changes. If the file has 
> changed, the properties of Configuration is reloaded from the disk and the 
> observers are notified. 
> The classes that implements the observers are required to update the 
> necessary values.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: image-2020-04-06-09-50-51-948.png

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-42-32-221.png, 
> image-2020-04-06-09-50-51-948.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. The purpose of 
> this feature is to let individual classes which are interested in observing 
> this configuration changes, to be notified when the conf is reloaded from the 
> desk. This is similar to how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: (was: image-2020-04-06-09-42-09-452.png)

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-42-32-221.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. The purpose of 
> this feature is to let individual classes which are interested in observing 
> this configuration changes, to be notified when the conf is reloaded from the 
> desk. This is similar to how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: image-2020-04-06-09-42-09-452.png

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-42-09-452.png, 
> image-2020-04-06-09-42-32-221.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. The purpose of 
> this feature is to let individual classes which are interested in observing 
> this configuration changes, to be notified when the conf is reloaded from the 
> desk. This is similar to how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-05 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Attachment: image-2020-04-06-09-42-32-221.png

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
> Attachments: image-2020-04-06-09-42-09-452.png, 
> image-2020-04-06-09-42-32-221.png
>
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. The purpose of 
> this feature is to let individual classes which are interested in observing 
> this configuration changes, to be notified when the conf is reloaded from the 
> desk. This is similar to how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-04-02 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded and make the changes on the fly. The purpose of this 
feature is to let individual classes which are interested in observing this 
configuration changes, to be notified when the conf is reloaded from the desk. 
This is similar to how Hbase has done.

 

  was:
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded and make the changes on the fly. This is similar to 
how Hbase has done.

 


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. The purpose of 
> this feature is to let individual classes which are interested in observing 
> this configuration changes, to be notified when the conf is reloaded from the 
> desk. This is similar to how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-03-30 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded and make the changes on the fly. This is similar to 
how Hbase has done.

 

  was:
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded. This is similar to how Hbase has done. 

 


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded and make the changes on the fly. This is similar to 
> how Hbase has done.
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-03-30 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Description: 
There should be a way to dynamically reload the configuration properties from 
the disk. The approach is to notify the individual classes that the 
Configuration is reloaded. This is similar to how Hbase has done. 

 

  was:Right


> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
>
> There should be a way to dynamically reload the configuration properties from 
> the disk. The approach is to notify the individual classes that the 
> Configuration is reloaded. This is similar to how Hbase has done. 
>  



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

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



[jira] [Updated] (YARN-10216) Utility to dynamically reload Configuration on the disk

2020-03-30 Thread Cyrus Jackson (Jira)


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

Cyrus Jackson updated YARN-10216:
-
Summary: Utility to dynamically reload Configuration on the disk  (was: 
Utility to reload Configuration on the disk)

> Utility to dynamically reload Configuration on the disk
> ---
>
> Key: YARN-10216
> URL: https://issues.apache.org/jira/browse/YARN-10216
> Project: Hadoop YARN
>  Issue Type: New Feature
>Reporter: Cyrus Jackson
>Priority: Major
>
> Right



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

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