daragu commented on issue #435:
URL: 
https://github.com/apache/incubator-xtable/issues/435#issuecomment-2109101625

   > What is the enhancement that comes with this? It feels a bit arbitrary.
   
   
   1. For mvn projects, add same prefix to sub modules is friendly for 
developers.
     - https://github.com/apache/flink
     - https://github.com/apache/hadoop
     - https://github.com/apache/hudi
     - https://github.com/apache/paimon
     - https://github.com/apache/zookeeper
   
   <br>
   
   2. For Xtable project
   
   From the official docs, user will use 
`utilities/target/utilities-0.1.0-SNAPSHOT-bundled.jar` to convert data lake 
formats
   
   ```
   java -jar utilities/target/utilities-0.1.0-SNAPSHOT-bundled.jar 
--datasetConfig my_config.yaml
   ```
   
   The name `utilities-0.1.0-SNAPSHOT-bundled.jar` does not have 
recognizability. The new name 
`xtable-utilities/target/xtable-utilities-0.1.0-SNAPSHOT-bundled.jar` is more 
recognizable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to