2206
Posts
230
Kudos Received
82
Solutions
About
My expertise is not in hadoop but rather online communities, support and social media. Interests include: photography, travel, movies and watching sports.
My Accepted Solutions
Title | Views | Posted |
---|---|---|
442 | 05-07-2025 11:41 AM | |
916 | 02-27-2025 12:49 PM | |
2792 | 06-29-2023 05:42 AM | |
2368 | 05-22-2023 07:03 AM | |
1736 | 05-22-2023 05:42 AM |
02-18-2020
10:40 AM
Here are some highlights from the month of January on the Cloudera Community.
Community activity:
406 new support questions
10 new community articles
977 new members
Top Label views:
Apache Hive
Apache Spark
Apache NiFi
Top Solution Authors
Links to the Top Solution Authors leaderboard as well as others can be found on our Leaderboards and Badges page. We would like to recognize the below community members and employees for their efforts over the month of January to provide community solutions.
Rank
Community Member
Solutions
Rank
Employee
Solutions
#1
@Shelton
10
#1
@MattWho
7
#1
@stevenmatison
10
#2
@jsensharma
6
#2
@Manus
2
#3
@EricL
5
#3
@goga
2
#4
@DennisJaheruddi
3
#4
@svasi
1
#5
@StevenOD
2
Most Viewed Community Articles
Rank
Topic
Author
#1
Manually resetting offset for a Kafka topic
@vjain
#2
HDF/NIFI Best practices for setting up a high performance NiFi installation...
@MattWho
#3
Kafka Best Practices
@schintalapani
Topics Needing Answers
Here are a sample of the community questions that have not received a reply:
kuduClient can't connect to kudu cluster which sentry is enabled
Can not Initialize Zookeeper Service
Add new kafka machine to ambari cluster
Pyspark Parsing Text File
Re-installing ambari-server on existing HDF platform without any data loss
Please feel free to jump in and share your expertise to answer open questions. Also be sure to bookmark the unanswered question page to find additional open questions.
... View more
02-07-2020
02:03 PM
Thanks for sharing @JTT. As for entering code, you do have the option to add a code sample in the post editor.
This will open a pop-up to enter the code.
The final result looks like this ( I anonymized the IP addresses):
WARN [NiFi Web Server-363] o.a.nifi.web.server.HostHeaderHandler Request host header [example.com] different from web hostname [xxx.x.x.x(:xxxx)]. Overriding to [xxx.x.x.x:xxxx/nifi-api/flow/current-user]
While you cannot use this to format words in a sentence, it is helpful for large samples. I hope it helps.
... View more
02-07-2020
08:23 AM
@nishank_paras Let's assume your input FlowFile content looks like this: Date, IP, Description
01-30-2020, 10.0.0.1, server1
01-30-2020, 10.0.1.2, server2
01-30-2020, 10.0.3.4, server3
01-30-2020, 10.0.4.6, server4
01-30-2020, 10.0.10.2, server5 You would configure your ReplaceText processor as follows: The Search Value contains a java regular expression which will match on your entire line and uses one capture group. The Replacement Value says to replace everything matched by the Search Value Regex with only the value from capture group 1. We then configure ReplaceText to evaluate that Regex against each line. The resulting FlowFile output to the success relationship will have content that looks like this: IP
10.0.0.1
10.0.1.2
10.0.3.4
10.0.4.6
10.0.10.2 Hope this helps, Matt
... View more
02-05-2020
07:23 AM
1 Kudo
The nifi database client is different from the one used to develop the application. The specific problem was in a field of a source table of the view where this field was used both to record numerical values and text and on this field the to_number oracle function was used to convert the text to numeric. But since the configuration is different from the docker, the format of numbers was ',.' so the data could not be transformed. The data in the productive database were somewhat different from those in the development database. I used a function where i use TO_NUMBER(REPLACE(NVL(TRIM(p_cadena),'0'),'.',',')); to solved this problem. (Only for docker)
... View more
02-04-2020
06:05 AM
@P_ As this is an older post you would have a better chance of receiving a resolution by starting a new thread. This will also 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
02-04-2020
04:11 AM
Hi @piosobc , The CDH pricing is under the 'Enterprise Data Hub' column on this page: https://www.cloudera.com/products/pricing.html So yes, it's the same as CDP. But as @cjervis mentioned in an earlier post it is best to discuss this with someone in our sales organization via Contact Us page on Cloudera.com. I think Cloudera Express will work > 100 nodes for CDH / CM 6.0 as this limit was introduced at 6.1. However, I don't recommend this as an approach as you would surely benefit from the enterprise-class features for more than 100 nodes. Also, as I mentioned in my earlier post, Cloudera is moving away from shipping Cloudera Express editions. Your best option is to consider a support version of CDH / CDP. Regards, Steve
... View more
02-03-2020
06:12 AM
Congratulations on resolving your issue and thank you for sharing the answer in case it can assist others.
... View more
02-02-2020
05:53 AM
1 Kudo
Congratulations on solving your issue and thank you for marking the solution for others who may face something similar.
... View more
01-28-2020
05:46 AM
@mbaid You should consider opening a new thread as this one is quite old. A new thread would also allow you to provide further details that will be unique to your situation.
... View more
01-24-2020
01:49 PM
@chubbs As this thread is older, you would likely be better served by creating a new thread. This would also provide an opportunity to provide further details on your situation, steps taken so far and any errors encountered.
... View more