[jira] [Updated] (HUDI-5374) Use KeyGeneratorFactory class for instantiating a KeyGenerator

2023-10-04 Thread Prashant Wason (Jira)


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

Prashant Wason updated HUDI-5374:
-
Fix Version/s: 0.14.1
   (was: 0.14.0)

> Use KeyGeneratorFactory class for instantiating a KeyGenerator
> --
>
> Key: HUDI-5374
> URL: https://issues.apache.org/jira/browse/HUDI-5374
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.14.1
>
>
> Currently the configs hoodie.datasource.write.keygenerator.class and 
> hoodie.datasource.write.keygenerator.type are used in multiple areas to 
> create a key generator. The idea is to reuse the *KeyGeneratorFactory classes 
> for instantiating KeyGenerator.
> The Jira adds a KeyGeneratorFactory base class and 
> HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this 
> base class. These classes are then used in code for creating KeyGenerator.
> Based on Github issue: [https://github.com/apache/hudi/issues/7291]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HUDI-5374) Use KeyGeneratorFactory class for instantiating a KeyGenerator

2023-05-22 Thread Yue Zhang (Jira)


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

Yue Zhang updated HUDI-5374:

Fix Version/s: 0.14.0
   (was: 0.13.1)

> Use KeyGeneratorFactory class for instantiating a KeyGenerator
> --
>
> Key: HUDI-5374
> URL: https://issues.apache.org/jira/browse/HUDI-5374
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.14.0
>
>
> Currently the configs hoodie.datasource.write.keygenerator.class and 
> hoodie.datasource.write.keygenerator.type are used in multiple areas to 
> create a key generator. The idea is to reuse the *KeyGeneratorFactory classes 
> for instantiating KeyGenerator.
> The Jira adds a KeyGeneratorFactory base class and 
> HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this 
> base class. These classes are then used in code for creating KeyGenerator.
> Based on Github issue: [https://github.com/apache/hudi/issues/7291]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HUDI-5374) Use KeyGeneratorFactory class for instantiating a KeyGenerator

2022-12-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HUDI-5374:
-
Labels: pull-request-available  (was: )

> Use KeyGeneratorFactory class for instantiating a KeyGenerator
> --
>
> Key: HUDI-5374
> URL: https://issues.apache.org/jira/browse/HUDI-5374
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.13.0
>
>
> Currently the configs hoodie.datasource.write.keygenerator.class and 
> hoodie.datasource.write.keygenerator.type are used in multiple areas to 
> create a key generator. The idea is to reuse the *KeyGeneratorFactory classes 
> for instantiating KeyGenerator.
> The Jira adds a KeyGeneratorFactory base class and 
> HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this 
> base class. These classes are then used in code for creating KeyGenerator.
> Based on Github issue: [https://github.com/apache/hudi/issues/7291]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HUDI-5374) Use KeyGeneratorFactory class for instantiating a KeyGenerator

2022-12-12 Thread Lokesh Jain (Jira)


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

Lokesh Jain updated HUDI-5374:
--
Description: 
Currently the configs hoodie.datasource.write.keygenerator.class and 
hoodie.datasource.write.keygenerator.type are used in multiple areas to create 
a key generator. The idea is to reuse the *KeyGeneratorFactory classes for 
instantiating KeyGenerator.

The Jira adds a KeyGeneratorFactory base class and 
HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this base 
class. These classes are then used in code for creating KeyGenerator.

Based on Github issue: [https://github.com/apache/hudi/issues/7291]

  was:
Currently the configs hoodie.datasource.write.keygenerator.class and 
hoodie.datasource.write.keygenerator.type are used in multiple areas to create 
a key generator. The idea is to reuse the *KeyGeneratorFactory classes for 
instantiating KeyGenerator.

The Jira adds a KeyGeneratorFactory base class and 
HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this base 
class. These classes are then used in code for creating KeyGenerator.


> Use KeyGeneratorFactory class for instantiating a KeyGenerator
> --
>
> Key: HUDI-5374
> URL: https://issues.apache.org/jira/browse/HUDI-5374
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.13.0
>
>
> Currently the configs hoodie.datasource.write.keygenerator.class and 
> hoodie.datasource.write.keygenerator.type are used in multiple areas to 
> create a key generator. The idea is to reuse the *KeyGeneratorFactory classes 
> for instantiating KeyGenerator.
> The Jira adds a KeyGeneratorFactory base class and 
> HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this 
> base class. These classes are then used in code for creating KeyGenerator.
> Based on Github issue: [https://github.com/apache/hudi/issues/7291]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HUDI-5374) Use KeyGeneratorFactory class for instantiating a KeyGenerator

2022-12-12 Thread Lokesh Jain (Jira)


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

Lokesh Jain updated HUDI-5374:
--
Fix Version/s: 0.13.0

> Use KeyGeneratorFactory class for instantiating a KeyGenerator
> --
>
> Key: HUDI-5374
> URL: https://issues.apache.org/jira/browse/HUDI-5374
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.13.0
>
>
> Currently the configs hoodie.datasource.write.keygenerator.class and 
> hoodie.datasource.write.keygenerator.type are used in multiple areas to 
> create a key generator. The idea is to reuse the *KeyGeneratorFactory classes 
> for instantiating KeyGenerator.
> The Jira adds a KeyGeneratorFactory base class and 
> HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this 
> base class. These classes are then used in code for creating KeyGenerator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)