yihua commented on issue #6942:
URL: https://github.com/apache/hudi/issues/6942#issuecomment-1279479228

   > We know that we can create the metadata indexes using HoodieIndexer 
asynchronously (Not sure if that is the same metadata).
   
   HoodieIndexer builds the metadata async to the same metadata table.
   
   > Can we generate indexes using HoodieIndexer for tables written using hudi 
0.9.0? We tried doing that but get the following issue - hence clarifying that 
as well.
   
   Yes, you can.  It's recommended to upgrade the Hudi table written from 0.9.0 
first with metadata table disabled in this case, and then you can use 
HoodieIndexer to build the metadata/index again.
   
   I'll try to reproduce your problems on my side to see what's going on.  I 
agree that the base path and the table name should not be coupled.


-- 
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