-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Records are not inserted to BigQuery table #22
Comments
Hi After using the correct jar file added to Hive as below
and also adding the jar file gcs-connector-hadoop3-2.2.5-shaded.jar (as
and creating a similar table in GBQ dataset test.testme with id column in
*However, the insert does not show in the Hive or GBQ table! *
Yes in short there is no error thrown but no rows added! |
As I stated this seems to be an issue with mr as engine. There is now the issue of OutputCommitter not being called somehow, something probably to do with jar, as all goes through ok with no result. Any fixes that can be applied? |
Facing an issue with record insertion. Insert statements are giving success message but no records are inserted to BQ table. At the time of insertion, it first stores records to temp files in GCS buckets which we set at table creation time. I am seeing generated temp files in buckets but it's not pushing those temp files to further BQ table. I am using Hive 2.3.9 with Hadoop compatible version of 2.10.1 and testing it with MR as a execution engine. MR somehow does not seem to call OutputCommitter.
Customized configuration files for my project are here along with the hive generated logs for INSERT operation.
configuration_files.zip
hive.log
Note:- Joins and Select operations are working. Below are the query output logs for Insert operation.
The text was updated successfully, but these errors were encountered: