Member since
11-11-2019
610
Posts
33
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1498 | 02-28-2023 09:32 PM | |
2429 | 02-27-2023 03:33 AM | |
25055 | 12-24-2022 05:56 AM | |
2007 | 12-05-2022 06:17 AM | |
5219 | 11-25-2022 07:37 AM |
09-20-2023
07:10 AM
1 Kudo
@PetiaLeshiy If I understand correctly, you want to dispaly NOT NULL You can use SELECT * FROM table_name WHERE column_name IS NOT NULL;
... View more
08-28-2023
05:23 AM
@Shivakuk Did you use Ranger masking for that column? Provide the below output show create table <tablename>
... View more
08-28-2023
01:24 AM
Custom hook is not supported by Cloudera.
... View more
07-26-2023
06:46 AM
@Ashish03 Cloudera does not ship XML serde, you need to build and use.
... View more
06-08-2023
02:51 AM
@DFrank Please provide below details: 1. Exact query. The query is not properly visible from the trace 2. QueryID 3. hiveserver2 and HMS logs
... View more
05-19-2023
01:17 AM
this is possible,please try parquet,instead of csv
... View more
05-19-2023
12:16 AM
@Josh2023 could you please accept as solution,if this has fixed your issue?
... View more
05-18-2023
11:14 PM
1 Kudo
@Josh2023 can you try below: SET hive.exec.compress.output=false; SET hive.exec.dynamic.partition.mode=nonstrict; -- Create a temporary table or select data from existing tables INSERT OVERWRITE DIRECTORY '/path/to/output_directory/filename_' || from_unixtime(unix_timestamp(), 'yyyyMMdd') || '.csv' SELECT * FROM your_table;
... View more
03-20-2023
02:15 AM
@hive1 You need to follow https://docs.cloudera.com/runtime/7.2.10/using-hiveql/topics/hive-msck-repair.html
... View more
03-20-2023
01:42 AM
hi @hive1 WHat is the error you recieved? Can you also try with set hive.msck.path.validation=ignore
... View more