n3nash commented on issue #652: Reading Merge_on_read table| Failing SchemaParseException: Empty name URL: https://github.com/apache/incubator-hudi/issues/652#issuecomment-486321427 @sidnakoppa When you run the HiveSyncTool, it registers the RealTime table with a suffix like : <your_table_name>_rt. You can query this table for real time queries. Just let the hive sync tool register the table in the metastore instead of manually registering anything. Once you have some data written into the table, the "_rt" should give you results in merge_on_read.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
