Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I'm trying to connect to an existing hive database. I am able to do that using both thive and tjbdc components. My question is, what are the limitations of using tjdbc instead of thive? would there be any performance differences when dealing with huge data?
Regards,
Raj.
Hello,
The tJDBC components are here to help you integrate your specific JDBC Connector for your Database.
tHiveInput is the dedicated component to the Hive database (the Hive data warehouse system). It can execute a given HiveQL query in order to extract the data from Hive.
Are you trying to create a spark job?
Best regards
Sabrina
Yes, I m trying to build to a big data batch job running on spark. Thive components work fine in the standard jobs but they dont work in big data jobs, so, as an alternative I m using tjdbc components . So I would like to know if there would be any issues by using tjdbc in big data jobs instead of thive components to connect to hive in terms of performance.
Thanks,
Raj.