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 | |
2433 | 02-27-2023 03:33 AM | |
25062 | 12-24-2022 05:56 AM | |
2016 | 12-05-2022 06:17 AM | |
5234 | 11-25-2022 07:37 AM |
05-03-2021
09:41 AM
@Raul23 Is datagrip a Java or non Java application? If it is a Java application. you need to use JDBC driver and use ODBC driver,if it is a non-java application. Download ODBC driver from https://www.cloudera.com/downloads/connectors/hive/odbc/2-6-9.html Driver JDBC drivers from https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-13.html Please select the latest driver. Please follow https://docs.cloudera.com/HDPDocuments/other/connectors/hive-jdbc/2.6.7/Simba-Hive-JDBC-Install-and-Configuration-Guide.pdf to configure
... View more
03-31-2021
02:08 AM
1 Kudo
Can you please try the below command: select count(*) from data2; It should return one single row .
... View more
03-25-2021
07:01 AM
Can we track in a separate thread ? We need the queryId and the hiveserver2 logs
... View more
03-18-2021
05:55 AM
This is a known issue hash indexes are prone to become corrupted. HiveMetastore makes use of hash indexes for PostgreSQL and these corruptions cause issues. Affected Indexes: TC_TXNID_INDEX and HL_TXNID_INDEX Workaround: The workaround is to reindex the corrupted indexes. For example, in PostgreSQL run reindex index tc_txnid_index. And, If you use PostgreSQL as the backend database, a supported version later than 9.6 is recommended. You can refer the below link for more reference: https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/release-notes/content/known_issues.html
... View more
03-18-2021
02:13 AM
please change the property in Hive Metastore Server Advanced Configuration Snippet (Safety Valve) for hive-site.xml and Hive Service Advanced Configuration Snippet (Safety Valve) for hive-site.xml
... View more
03-12-2021
02:39 AM
Follow https://community.cloudera.com/t5/Support-Questions/Hive-staging-directory-not-getting-cleaned-up/td-p/43976,if you are running large number of queriesies through hue
... View more
03-12-2021
12:24 AM
1 Kudo
COuld you please collect STATS and check,if it returns in corect counts https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.5/bk_cloud-data-access/content/hive-analyzing-tables.html
... View more
01-12-2021
12:01 AM
Hive on spark is not supported on HDP 3.0.1 . You need to use Spark HWC and integrate with LLAP to take advantage, In HDP 3.x ,Tez is the default execution engine and you can also use MR.
... View more
01-04-2021
02:43 AM
copied antlr-runtime-xxx.jar from the standard lib of hive into the standard jar lib of spark,
... View more