Member since
09-29-2015
5243
Posts
22
Kudos Received
34
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2657 | 07-13-2022 07:05 AM | |
| 5696 | 08-11-2021 05:29 AM | |
| 3408 | 07-07-2021 01:04 AM | |
| 3040 | 07-06-2021 03:24 AM | |
| 4936 | 06-07-2021 11:12 PM |
09-22-2020
01:06 AM
Hello @Mondi , thank you for asking for clarification if CDP has a Cloudera Express-like "no license required" distribution. Our licensing strategy changed and you can find the details about it here. For your convenience, I am pasting here a part of the "Subscription Agreement" section that might be relevant for you: "3. Will Cloudera offer Developer or Trial software Subscriptions? Customers and developers will be able to access our products with a subscription agreement with Cloudera. We will have partner development subscription agreements for developers through our Cloudera Connect Partner Program, and free (unsupported) short-term trial subscriptions through Cloudera.com." Based on the documentation Cloudera Express is discontinued from version 6.3.3. Hope it clarifies, let us know, please! Kind regards: Ferenc
... View more
09-17-2020
05:38 AM
Hello @Yuriy_but , it is good to hear you found the solution and it works for you now! Best regards: Ferenc
... View more
09-04-2020
06:25 AM
@P_Rat98 You need parquet tools to read parquet files from command line. There is no method to view parquet in nifi. https://pypi.org/project/parquet-tools/
... View more
08-05-2020
06:09 AM
2 Kudos
Hi SAMSAL, I believe we're hitting a similar issue here to this stackoverflow thread. As in, the third party utility that creates the csv files adds this non-breaking space character to the file that displays as a red dot. You mentioned that it's not trivial to change the input files but maybe this is a minor adjustment that the vendor can make.
... View more
08-03-2020
07:51 AM
Hello @MeenaK , thank you for reaching out. This community thread mentions, that "The ConvertJsonToAvro processor was removed from the default NiFi distribution bundle because of space limitations as of the Apache NiFi 1.10 release.". this thread points to a repo of the Apache Nifi. Hope it helps! Kind regards: Ferenc
... View more
07-30-2020
01:36 AM
Hello @AdityaShaw , sorry I have missed addressing your enquiry about the server 500 error. Based on the KB article you referenced, it is related to the bug. Do you still have the server 500 error once hive.server2.thrift.http.cookie.auth.enabled is set to false, please? Should you experience disconnects even after applying the workaround, you might have too many HTTPClient connections, which are too high for KNOX to handle at a time. Please only change any of the parameters listed below once you tested that the above workaround was not sufficient. Based on my research the below parameters are still safe to apply. Before applying any changes in production, please test out the new values in a non-prod environment, as we are not familiar with your use cases and how your cluster/workload is designed: gateway.httpclient.connectionTimeout=600000 (10 min) gateway.httpclient.socketTimeout=600000 (10 min) gateway.metrics.enabled=false gateway.jmx.metrics.reporting.enabled=false gateway.httpclient.maxConnections=128 Kind regards: Ferenc
... View more
07-25-2020
03:41 AM
@Bender , Thank you. This helped is resolving the error.
... View more
07-15-2020
06:17 AM
Hello @Raj78 , thank you for enquiring about how to set up Livy against CDH. Please note, Livy is supported for CDP, however it is not supported on CDH6. The main reason of a product not being supported in a certain version is that it is not production ready for those releases. Please evaluate our CDP product. Please find here the documentation for configuring Livy ACLs on CDP. Please let us know if you need more information on this topic. Best regards: Ferenc
... View more
07-15-2020
12:32 AM
Hello @davidla , thank you for watching our Cloudera OnDemand materials. Currently we do not provide the option of downloading the videos. Best regards: Ferenc
... View more
06-25-2020
06:03 AM
Hello @NumeroUnoNU , I've run the "alternatives --list" command on a cluster node and noticed that there is a "hadoop-conf" item, which points to a directory that has the hdfs-site.xml location. You can also discover it by: "/usr/sbin/alternatives --display hadoop-conf". This lead to me to google for "/var/lib/alternatives/hadoop-conf" and found this Community Article reply, which I believe answers your question. In short if you have e.g. gateway roles deployed for HDFS on a node, you will find the up-to-date hdfs-site.xml in /etc/hadoop/conf folder... We have a little bit diverged from the original topic in this thread. To make the conversation easier to read for future visitors, would you mind open a new thread for each major topics, please? Please let us know if the above information helped you by pressing the "Accept as Solution" button. Best regards: Ferenc
... View more