Member since
11-11-2019
634
Posts
33
Kudos Received
27
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 260 | 10-09-2025 12:29 AM | |
| 4769 | 02-19-2025 09:43 PM | |
| 2123 | 02-28-2023 09:32 PM | |
| 4001 | 02-27-2023 03:33 AM | |
| 26008 | 12-24-2022 05:56 AM |
07-09-2021
06:55 AM
Can you provide the below details: 1. hiveserver2 logs 2, beeline trace 3. application logs 4. Version of HDP/CDP
... View more
07-09-2021
05:19 AM
Please follow below instructions: Instructions to add Tez and Hive on Tez: 1. Add Tez service on the cluster. 2. Run sudo -u hdfs hdfs dfs -mkdir /user/tez
sudo -u hdfs hdfs dfs -put /opt/cloudera/parcels/CDH/lib/tez/tez.tar.gz /user/tez 3. Add Hive on Tez service.
... View more
07-09-2021
04:40 AM
Are you not able to connect to hiveserver2 from beelne ? You are not able to view tables in the databases? Please provide a screenshot and also the beeline trace and url.
... View more
07-09-2021
04:28 AM
hi megh Can you share application logs and beeline trace . Thaanks, Asish
... View more
07-05-2021
10:56 PM
Please provide driver DEBUG To enable logging in the driver please modify the odbc.ini file and under the [Driver] section set LogLevel to 6 and LogPath to point to a writeable directory where you would like to driver to create the log files in. For example: [Driver] LogLevel=6 LogPath=/tmp
... View more
07-05-2021
10:47 PM
By default hive displays in UTC. If you want to use specific timestamp,you can run below command SELECT from_utc_timestamp(cast(from_unixtime(cast(1623943533 AS bigint)) as TIMESTAMP),"Asia/Kolkata") ;
... View more
07-05-2021
09:50 AM
I believe this issue is the result of upgrade. Did you upgrade from 3.0.1 to 3.1.0 ? In which version you were using Embedded mode ? Can you recreate the metadata if this is not production and check ?
... View more
07-02-2021
05:18 AM
Hi Srinivas, Thanks for the update. Could you please give the kudos,if the solution has worked ? Thanks, Asish
... View more
07-02-2021
04:37 AM
Hi Srini, This looks good. Regards, Asish
... View more
07-02-2021
02:38 AM
You have to whitelist the parameter to be configured in beeline . Please follow https://docs.cloudera.com/cdp/latest/data-migration/topics/ug_hive_property_overview.html
... View more