Member since
10-09-2024
7
Posts
3
Kudos Received
0
Solutions
10-18-2024
11:11 AM
1 Kudo
Ok @MGreen , thanks for your help!
... View more
10-16-2024
11:10 AM
Yes, it seems to be this issue, but we already have 7.1.7 SP2 installed. Maybe SP3 fixed this issue... Thanks!
... View more
10-15-2024
06:49 AM
When I renamed the table, Hive renamed its HDFS directory, but it seemed that in the metastore database the partitions directories were not renamed. Maybe I needed to run some command to change the partitions locations in the metastore after renaming the table...
... View more
10-11-2024
11:05 AM
1 Kudo
We use CDP 7.1.7. The table is 'external.table.purge'='true'. After the renames, when I dropped the table that was renamed to '_old' it affected the partitions of the one that was moved to the database and renamed to the same name as the other (before being renamed). As if they were both accessing the same directory.
... View more
10-11-2024
06:32 AM
I renamed a Hive partitioned table DB1.Tab1 to DB1.Tab1_old and then moved another table with the same name but from another database DB2.Tab1 to the first database DB1.Tab1, using the same rename command. It looks like the partitioned directories were merged because when I deleted the first renamed one (DB1.Tab1_old), the moved table partitions (DB1.Tab1) were deleted. I would like to understand why this happened. Regards
... View more
Labels:
- Labels:
-
Apache Hive