[GitHub] [hudi] nsivabalan commented on issue #3423: [SUPPORT] Table or view not found error in Hoodie Delta Streamer

2021-12-09 Thread GitBox
nsivabalan commented on issue #3423: URL: https://github.com/apache/hudi/issues/3423#issuecomment-989919588 We have a tracking [jira](https://issues.apache.org/jira/browse/HUDI-1627) to support querying hive tables via sql transformer. We plan to support this for 0.11.0. Closing the issue

[GitHub] [hudi] nsivabalan commented on issue #3423: [SUPPORT] Table or view not found error in Hoodie Delta Streamer

2021-08-20 Thread GitBox
nsivabalan commented on issue #3423: URL: https://github.com/apache/hudi/issues/3423#issuecomment-903013013 The spark invocation needs to have hive configurations setup correctly so that it can talk to HMS and have spark sql working. can you confirm that. -- This is an automated message

[GitHub] [hudi] nsivabalan commented on issue #3423: [SUPPORT] Table or view not found error in Hoodie Delta Streamer

2021-08-18 Thread GitBox
nsivabalan commented on issue #3423: URL: https://github.com/apache/hudi/issues/3423#issuecomment-901490970 I am not sure if you can join w/ hudi table from within a transformer. from what I know, incoming df is treated as a table (sparksession.registerTempTable()) and then you can perform