This content has been marked as final.
Show 3 replies
-
1. Re: Teiid 11.1.2 and WIldfly 10. Unable to import views from Hive
srinath0533 May 11, 2018 5:10 PM (in response to srinath0533) -
2. Re: Teiid 11.1.2 and WIldfly 10. Unable to import views from Hive
rareddy May 14, 2018 10:51 AM (in response to srinath0533)There is NO Teiid 11.2, that is version number for Teiid Designer. Teiid Designer 11.2 only works with Teiid 9.x, which is deployed on WildFly 10. Teiid Designer does not yet support Teiid 10.x which is deployed on WildFly 11.
In the above you can set "useDatabaseMetaData" to true, then that might help. If it does not then Hive JDBC driver is not sending correct Database Metadata, which is beyond the control of Teiid. You can verify that using any other SQL based client applications.
-
3. Re: Teiid 11.1.2 and WIldfly 10. Unable to import views from Hive
srinath0533 May 14, 2018 11:52 AM (in response to rareddy)We set "useDatabaseMetaData" to true. It might be issue with Hive JDBC driver