Member since
07-15-2024
7
Posts
2
Kudos Received
0
Solutions
04-21-2025
11:23 PM
Hi All, I’ve created a .hql file containing multiple INSERT statements for Hive tables and I'm calling the script using Beeline. I need help with capturing error codes in a log file. Also, if any INSERT statement fails, I want the continue the remaining statements and need to be write a log into file. I am using below command but it is writing more details log > archive_$(date +\%Y\%m\%d).log 2>&1' Please advise how to handle this?
... View more
Labels:
- Labels:
-
Apache Hive
03-16-2025
08:57 PM
Dear all, In this post, the Impala driver was installed, but the DSN was created using Hive drivers. Can you confirm whether Impala drivers cannot be used to create an ODBC DSN and if Power BI does not support it as ODBC?
... View more
01-26-2025
06:41 AM
Hi Team, I’m seeking your support in converting a string to a timestamp with microseconds in Hive. When using unixtimestamp, I notice that the milliseconds are being dropped. Could you please advise on how to capture milliseconds (and microseconds) correctly, and which data type I should use to store the value in Hive? SELECT from_unixtime(unix_timestamp('2024-11-05-10.03.17.872195', 'yyyy-MM-dd-HH.mm.ss.SSSSSS')) as times,'2024-11-05-10.03.17.872195' as vale FROM
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Impala
08-18-2024
11:46 AM
Hi @asish Thank you for your answers. Could you please provide more details on the following 1. Data Modeling Design: Which model is best suited for a Lakehouse implementation, star schema or snowflake schema? 2. We are using CDP (Private) and need to implement updates and deletes (SCD Type 1 & 2). Are there any limitations with Hive external tables? 3. Are there any pre-built dimension models or ER models available for reference?
... View more
08-14-2024
11:50 AM
1 Kudo
Hello Everyone, We are developing a data lakehouse using Hive for the banking and financial sector. We would appreciate your insights on the following: 1. Which data modeling approach is recommended for this domain? 2. Are there any sample models available for reference? 3. What best practices should we follow to ensure data integrity and performance? 4. How can we efficiently manage large-scale data ingestion and processing? 5. Are there any specific challenges or pitfalls we should be aware of when implementing a lakehouse in this sector? Your expertise and guidance would be greatly appreciated.
... View more
Labels:
- Labels:
-
Cloudera Data Warehouse (CDW)