You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "lamber-ken (Jira)" <ji...@apache.org> on 2019/11/29 09:22:00 UTC

[jira] [Updated] (HUDI-375) Refactor the configure framework of hudi project

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

lamber-ken updated HUDI-375:
----------------------------
    Description: 
Currently, config items and their default value are dispersed in the java class file. It's easy to confuse when config items are defined, so it's necessary to refactor the configure framework. May some steps need to consider

1. config item and default value may defined in a class

2.provide a feature which can exact some config items for specific component.

  was:
Currently, config items and their default value are dispersed in the java class file. It's easy to confuse when config items are defined, so it's necessary to refactor the configure framework. May some steps need to consider

1. config item and default value may defined in a class

2.provide a feature which can exact some config items for specific component.

 

 
{code:java}
// code placeholder
{code}
 

 


> Refactor the configure framework of hudi project
> ------------------------------------------------
>
>                 Key: HUDI-375
>                 URL: https://issues.apache.org/jira/browse/HUDI-375
>             Project: Apache Hudi (incubating)
>          Issue Type: Improvement
>            Reporter: lamber-ken
>            Assignee: lamber-ken
>            Priority: Major
>
> Currently, config items and their default value are dispersed in the java class file. It's easy to confuse when config items are defined, so it's necessary to refactor the configure framework. May some steps need to consider
> 1. config item and default value may defined in a class
> 2.provide a feature which can exact some config items for specific component.



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