Created 12-21-2017 12:01 PM
Hello togehter,
i tried to create and upload a hive table from csv-file. I followed the same steps like here
https://community.hortonworks.com/questions/139702/create-hive-tables-from-csv-files.html
When I press "preview", i can see all collumns so that works. After clicking "create", hive creates the temporary table and the normal table but it stucks at the point Waiting for insertion of rows from temporary table to actual table. The file is only a small test file with 4 rows and columns. If I reload the UI I can query over the normal table and there are only the columns. In the temporay table there are the complete data from the file.
These are the warnings and errors from the hiveserver2.log
Thanks in advance!
Created 12-21-2017 02:09 PM
Thanks for your fast reply. I'm not using Ranger and Transparent Data Encryption is also not configured. Any other tips?
Thanks
Freddy
Created 12-27-2017 07:20 AM
@Freddy, Since you're using Hive-view , I'd suggest you take a look at hive view logs to debug this further.
If you're using hive-view 1.5, logs are available : /var/log/ambari-server/hive-next-view/hive-view.log
For hive-view 2.0, the logs can be found at path : /var/log/ambari-server/hive20-view/hive20-view.log
Created 07-06-2018 08:32 PM