You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/20 17:00:21 UTC

[GitHub] [incubator-hudi] tooptoop4 opened a new issue #1539: [SUPPORT] Migration new inputformat for hive?

tooptoop4 opened a new issue #1539:
URL: https://github.com/apache/incubator-hudi/issues/1539


   https://cwiki.apache.org/confluence/display/HUDI/Migration+Guide+From+com.uber.hoodie+to+org.apache.hudi mentions 2 conflicting names for Read Optimized:
   
   
   View Type | Pre v0.5.0 Input Format Class | v0.5.0 Input Format Class
   -- | -- | --
   Read Optimized View | com.uber.hoodie.hadoop.HoodieInputFormat | org.apache.hudi.hadoop.HoodieParquetInputFormat
   Realtime View | com.uber.hoodie.hadoop.HoodieRealtimeInputFormat | org.apache.hudi.hadoop.realtime.HoodieParquetRealtimeInputFormat
   
   
   
   
   For Read Optimized Tables: ALTER TABLE table_name SET FILEFORMAT org.apache.hudi.hadoop.HoodieInputFormat;
   For Realtime Tables : ALTER TABLE table_name SET FILEFORMAT org.apache.hudi.hadoop.HoodieRealtimeInputFormat;
   
   
   
   
   So my question for COW table should it be org.apache.hudi.hadoop.HoodieParquetInputFormat or  org.apache.hudi.hadoop.HoodieInputFormat ?
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] bhasudha commented on issue #1539: [SUPPORT] Migration new inputformat for hive?

Posted by GitBox <gi...@apache.org>.
bhasudha commented on issue #1539:
URL: https://github.com/apache/incubator-hudi/issues/1539#issuecomment-617372061


   @tooptoop4 Thanks for pointing this. Its a typo. Please use  ```org.apache.hudi.hadoop.HoodieParquetInputFormat```. We will go ahead and fix the page. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] bhasudha commented on issue #1539: [SUPPORT] Migration new inputformat for hive?

Posted by GitBox <gi...@apache.org>.
bhasudha commented on issue #1539:
URL: https://github.com/apache/incubator-hudi/issues/1539#issuecomment-617372534


   https://cwiki.apache.org/confluence/display/HUDI/Migration+Guide+From+com.uber.hoodie+to+org.apache.hudi is fixed now.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org