Member since
08-10-2022
179
Posts
23
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
653 | 03-26-2024 05:06 AM | |
692 | 03-21-2024 03:01 AM | |
1112 | 08-08-2023 11:33 PM | |
1065 | 07-17-2023 10:26 PM | |
646 | 07-17-2023 02:26 AM |
10-11-2023
11:58 PM
1 Kudo
Hi @sain, What is the CDH/CDP version you are using? If you are using the latest version of CDP, you can grant access via Ranger. In CDH, the access was managed via Sentry and hence you would need to grant access via Sentry. You can also manage the same via Hue if you have the required privileges: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/hue_sec_sentry_auth.html Let me know if this helps. Cheers!
... View more
09-05-2023
03:46 AM
Hi @gael__urbauer Please refer to the below articles and see if this is what you are looking for: [1] https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/yarn-allocate-resources/topics/yarn-configure-queue-properties.html [2] https://blog.cloudera.com/yarn-capacity-scheduler/#:~:text=User%20Limit%20Factor%20is%20a,minimum%20capacity%20of%20the%20queue. Let me know if this helps. Cheers!
... View more
08-08-2023
11:33 PM
1 Kudo
Hi @h2rr821 , Please use the below API to upgrade the CDH https://archive.cloudera.com/cm7/7.5.4/generic/jar/cm_api/apidocs/resource_ClustersResource.html#resource_ClustersResource_ClustersResourceV45_upgradeCdhCommand_POST Let us know how it goes. Cheers!
... View more
07-31-2023
11:56 PM
Hi @Noel_0317, The error indicates that there are multiple partitions in the where condition. Can you try the below query: INSERT OVERWRITE TABLE db.table_name PARTITION(dt='2023-03-26') select distinct * from db.table_name where dt = '2023-03-26'; Let us know how it goes. Cheers!
... View more
07-17-2023
10:26 PM
1 Kudo
Hi @hugedata Unfortunately, the option to change the log location in QP is not available. However, we do have an internal Jira to track/acknowledge this request in future releases. For now, I would request you continue to use the default log location. Let me know if this helps. Cheers!
... View more
07-17-2023
02:26 AM
3 Kudos
Hi @Shivakuk It's a known behavior (bug) in CDH 6.3.4. The bug is resolved in CDP 7.x versions. Let me know if this helps. Cheers!
... View more
07-13-2023
05:58 AM
Hi @Choolake You can use it as below. [root@c3910-node2 1546341386-hive-HIVEMETASTORE]# count=`beeline -u "jdbc:hive2://c3910-node3.coelab.cloudera.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;sslTrustStore=/var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks;trustStorePassword=lpsZVjarkhv7WPONRXNCVscCkntpfjTtilIcrZH8NeP" -e "select count(*) from default.test"` SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p35.41426564/jars/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p35.41426564/jars/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] WARNING: Use "yarn jar" to launch YARN applications. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p35.41426564/jars/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p35.41426564/jars/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] Connecting to jdbc:hive2://c3910-node3.coelab.cloudera.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;sslTrustStore=/var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks;trustStorePassword=lpsZVjarkhv7WPONRXNCVscCkntpfjTtilIcrZH8NeP 23/07/13 12:56:03 [main]: INFO jdbc.HiveConnection: Connected to c3910-node3.coelab.cloudera.com:10000 Connected to: Apache Hive (version 3.1.3000.7.1.8.35-1) Driver: Hive JDBC (version 3.1.3000.7.1.8.35-1) Transaction isolation: TRANSACTION_REPEATABLE_READ INFO : Compiling command(queryId=hive_20230713125603_1478c0aa-6c44-42b2-a78f-b323ac872df8): select count(*) from default.test INFO : Semantic Analysis Completed (retrial = false) INFO : Created Hive schema: Schema(fieldSchemas:[FieldSchema(name:_c0, type:bigint, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20230713125603_1478c0aa-6c44-42b2-a78f-b323ac872df8); Time taken: 0.103 seconds INFO : Executing command(queryId=hive_20230713125603_1478c0aa-6c44-42b2-a78f-b323ac872df8): select count(*) from default.test INFO : Completed executing command(queryId=hive_20230713125603_1478c0aa-6c44-42b2-a78f-b323ac872df8); Time taken: 0.01 seconds INFO : OK 1 row selected (0.245 seconds) Beeline version 3.1.3000.7.1.8.35-1 by Apache Hive Closing: 0: jdbc:hive2://c3910-node3.coelab.cloudera.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;sslTrustStore=/var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks;trustStorePassword=lpsZVjarkhv7WPONRXNCVscCkntpfjTtilIcrZH8NeP [root@c3910-node2 1546341386-hive-HIVEMETASTORE]# echo $count +------+ | _c0 | +------+ | 1 | +------+ [root@c3910-node2 1546341386-hive-HIVEMETASTORE]# You might need to further put some formatting on the "count" variable, as that contains the entire output of the select query. Let me know if this helps! Cheers! Let me know if this helps.
... View more
06-19-2023
09:51 AM
Hi @MohammedMustaq , Please add the trace level logging to the ODBC connection and share the detailed logs.
... View more
06-14-2023
03:28 AM
@MohammedMustaq make sure you are using the latest ODBC driver and it's set up as per the article: https://docs.cloudera.com/documentation/other/connectors/hive-odbc/2-6-16/Cloudera-ODBC-Driver-for-Apache-Hive-Install-Guide.pdf Can you please share your configuration? Cheers! Tarun
... View more
06-01-2023
10:24 PM
Hi @hanumanth , Could you please elaborate on the issue? Are you getting any errors? If yes, share the error. Regards, Tarun
... View more