Member since
07-07-2020
99
Posts
5
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1453 | 05-31-2024 10:34 AM | |
| 2115 | 06-13-2022 10:24 PM | |
| 10121 | 06-09-2022 09:56 PM | |
| 2946 | 10-12-2021 07:13 AM | |
| 4309 | 09-22-2021 10:54 PM |
09-23-2024
08:40 AM
Hi @ShankerSharma , What if i have mix of server on my cluster . Rhel 7 + Rhel8. Which service should I be running on these servers( I assume ntpd and chronyd both are there for rhel7 but we only have chronyd with rhel8) and with what configuration to keep kudu running?. Does it mean having chronyd running on all the servers (rhel7 + rhel8) of the cluster with rtcsync option enabled in chrony.conf? Or on a cluster we can have a mix, that is, we can have ntpd on Rhel7 servers and chronyd on Rhel8 servers? We are having a setup where we are going to add RHel8 nodes to the cluster which is already running on Rhel7 servers. Regards Akshay
... View more
06-05-2024
02:30 AM
1 Kudo
Thank you for the detailed explanation, @ShankerSharma. However, we ultimately had the engineering team along with developers who did this job. But I will keep this in my notes for reference.
... View more
03-22-2023
03:49 AM
Thanks for Help , Issue is resolved After restarting Impala from Ui. Status tab in CDP (impala -> status) it show Impala Connection String Example shows command to connect : i.e Impala Shell Command mpala-shell -i mprl510 -d default . i am successfully login into my impala shell
... View more
07-14-2022
07:33 AM
1 Kudo
Hi Vidya , Issue has been resolved by setting path : export PATH=/opt/cloudera/parcels/CDH-5.15.1-1.cdh5.15.1.p0.4/bin:/usr/bin/python2:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/anaconda3/bin:/opt/anaconda3/condabin
... View more
06-16-2022
12:11 AM
@Priyanshu999 Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
06-10-2022
12:36 AM
I'm sure my source code file has UTF-8 encoding and I compiling the class by maven. When my SQL is set to : upsert into user_info(id, name, address, email, insert_time) values (?,cast(? as string),cast(? as string),?,?) it's works, but the url parameter “UseNativeQuery=1” does't works!
... View more
11-30-2021
10:46 PM
@npr73, have any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-28-2021
05:23 AM
@pauljoshiva, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-14-2021
03:46 AM
No, that's not working for me. I already mentioned the error in question. https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=blob;f=src/docs/user/hcatalog.txt;h=96a90f75ca7e6e3ee9e0e086759ed6a8cde0d44b;hb=be260e3096a6a2710e661c7fe33f6b402ce66476 in reference to above link, can you please tell me why --hcatalog-external-table is not working?? The workaround is good, but I have many tables to move and it may not be easy for me to do the table creation manually.
... View more
10-12-2021
07:13 AM
1 Kudo
Hello, There is no such way to kill the query in one go. You need to either do it by one of the following methods:- You can kill the query from the Impala Daemon web UI of the Impala Daemon coordinating the query. or you can try killing from the browser. https://<query_coordinator_server_name>:25000/close_session?session_id=<session_id>
... View more