Member since
04-25-2020
43
Posts
5
Kudos Received
4
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1468 | 11-19-2023 11:07 AM | |
| 1702 | 09-30-2023 09:10 AM | |
| 1873 | 03-20-2022 03:00 AM | |
| 2041 | 03-20-2022 02:47 AM |
03-10-2024
12:10 AM
1 Kudo
Hi Loaimohamed79 I see you cannot create the topics after enabling the TLS and it failed with the TimeoutException. Since you have enabled the TLS, 'listeners' property must be using SASL_SSL or SSL protocol and hence with the 'kafka-topics' command you will need to use the argument --command-config and pass the client.properties file that includes the below properties, --- security.protocol=SASL_SSL OR SSL sasl.kerberos.service.name=kafka ssl.truststore.location=<truststore-location> --- So the command will look like, kafka-topics --create --topic demo --bootstrap-server 192.168.1.235:9093 --partitions 3 --replication-factor 3 --command-config <client.properties-file-location> Kindly follow these steps and let us know if it helps.
... View more
11-19-2023
11:07 AM
1 Kudo
After a thorough research on the space capacity and best practice. I have the recommendations to share and can conclude this as resolved. As a general recommendation, it is suggested not exceeding the data node DFS configured capacity for more than 100TB. Since our current setup is already at 87TB, It is recommended for scaling the cluster horizontally by adding more data nodes with homogeneous configurations. This way we can add more compute as well as additional I/O capacity to the cluster.
... View more
10-26-2023
07:32 PM
I do not want to be harsh, but I do not know better ways to show my disappointment with your support. All I wanted was to locate VMs for use with training and you failed on multiple occasions to point me to the site. Instead, I get links with limited explanations, or replied asking me if the problem was solved with no prior attempts to answer the questions. I did get that the training was relevant, but that was it and all that I now expect. I have no confidence that those who replied even checked the information about which I inquired. If there is not time to answer the question, then do not answer the question with half hearted responses. I looks bad for a company I once had interest and thought well of. You can mark this closed and unresolved as you have not answered the question and I no longer care to hear from your support team. I have wasted enough time for what should be a simple answer.
... View more
10-02-2023
06:02 AM
1 Kudo
Thank you for posting your findings @HanzalaShaikh
... View more
09-30-2023
02:48 AM
Thanks samanta
... View more
03-07-2023
12:04 PM
Welcome to the community @supersonic-2021 . As this is an older post, we recommend starting a new thread. The new thread will provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.
... View more
11-07-2022
08:04 AM
What is the current HDP, CDH, or CDP version of this cluster? Is this issue present on every browser? Did it work as expected before?
... View more
09-08-2022
07:51 AM
Thanks for your quick reply @smruti , really appreciated. I have gone through this approach and will surely consider it for DR strategy.
... View more
03-22-2022
02:19 AM
Hi @HanzalaShaikh, I'm not having problem with only CAST, as you can see from the second query I wrote, second and third query from my original post works fine. Only combination of CAST and WITH is giving me this error. I'm new with Impala and I haven't use Beeline before (I'll google it though, tnx).
... View more
03-20-2022
03:00 AM
Yes before I tried runing sqoop import manually, I restarted the oozie sqoop service multiple times until I can see the oozie workflow was initialized in the logs. The workflows started working as expected and the job completed.
... View more