Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1151 | 04-15-2025 10:34 PM | |
3335 | 10-28-2024 12:37 AM | |
1436 | 09-04-2024 07:38 AM | |
3280 | 06-10-2024 10:24 PM | |
1391 | 02-01-2024 10:51 PM |
08-16-2022
10:59 PM
@Venkatd, Has the reply helped resolve your issue? If so, can you please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future?
... View more
08-08-2022
03:42 AM
@Suhas_Ganorkar, we have reached out to you via PM with more details.
... View more
08-08-2022
03:17 AM
@husseljo, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
08-08-2022
02:39 AM
@ssuja, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-08-2022
02:36 AM
@hbasetest, as this is an older article, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
08-08-2022
02:32 AM
@PradNiFi1236, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-08-2022
02:31 AM
@ammukana, did any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-08-2022
02:04 AM
@SandyClouds, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
08-02-2022
08:27 AM
English Translation:
After hive executes rename, the location of the table does not change accordingly
Current Hive version: 3.1.3000.7.1.7.0-551
Create hive external table: CREATE TABLE IF NOT EXISTS `alter_test` (a string,b string) STORED AS ORC TBLPROPERTIES("transactional"="false"); Turn hive internal table: ALTER TABLE alter_test SET TBLPROPERTIES('external'='false'); Rename: ALTER TABLE alter_test RENAME TO alter_test_bak; Note: the external.table.purge configuration is always true
At this point, the location directory name of the table alter_test_bak is still alter_test.
The same operation steps, I can synchronously change the location directory name in Hive version 3.1.3000.7.1.1.0-565, what is going on?
... View more
08-01-2022
11:19 PM
@Christ, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more