First, I think you should check your hive env with hive command and check if the table exist in default database, if it is true, you should sync hive table with default.tablename(for safety), Kylin will create HiveClient with config file hive-site.xml when sync hive table in kylin , the last step, you should check whether only one hive-site.xml which is the file of hive are using.
2015-11-04 3:31 GMT+08:00 KylinPOC <[email protected]>: > Hi Kylin Team, > > I created a new project and want to load Hive table metadata in Kylin. The > table exists in Hive (default database). But, 'Sync Hive table' gives an > error: NoSuchObjectException(message:table not found). > > Earlier, in my previous post, faced the issue where Kylin did not create > Hive tables. I followed the installation guide from Kylin website for > Hadoop > install without distro. Is there any setting/configuration that needs to be > changed for this to work? Appreciate your inputs. > > > > > > -- > View this message in context: > http://apache-kylin-incubating.74782.x6.nabble.com/Kylin-sync-Hive-table-gives-error-tp2205.html > Sent from the Apache Kylin (Incubating) mailing list archive at Nabble.com. >
