Member since
11-17-2021
1149
Posts
258
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 182 | 04-23-2026 02:02 PM | |
| 564 | 03-17-2026 05:26 PM | |
| 5244 | 11-05-2025 10:13 AM | |
| 880 | 10-16-2025 02:45 PM | |
| 1463 | 10-06-2025 01:01 PM |
08-21-2023
07:04 AM
Thank you, @cotopaul !! I'll try this.
... View more
08-18-2023
08:23 AM
2 Kudos
For information, jira ticket created. https://issues.apache.org/jira/browse/NIFI-11967
... View more
08-18-2023
04:48 AM
tez_version="0.9.1.7.1.3.0-100"
export HADOOP_USER_NAME=hdfs
hdfs dfs -mkdir -p /user/tez/$tez_version
hdfs dfs -chown tez:hadoop /user/tez/$tez_version
hdfs dfs -chmod 0755 /user/tez/$tez_version
hdfs dfs -put /opt/cloudera/parcels/CDH/lib/tez/tez.tar.gz /user/tez/$tez_version/tez.tar.gz
hdfs dfs -chown tez:hadoop /user/tez/$tez_version/tez.tar.gz
hdfs dfs -chmod 0644 /user/tez/$tez_version/tez.tar.gz These are the commands I ended up using.
... View more
08-18-2023
02:36 AM
1 Kudo
Hi, If you're using Apache NiFi and the token you're trying to capture with the InvokeHTTP processor is too large to be stored as an attribute, you can follow the steps below to work around this limitation: Keep the token in the content of the FlowFile if it's returned by the InvokeHTTP processor. You can use processors like ReplaceText to wrap the token in the header format you need. For instance, if you need the header to be Authorization: Bearer {token}, then you can configure a ReplaceText processor to replace the content (i.e., the token) to match this format.
... View more
08-15-2023
11:45 PM
Here are some highlights from the month of July
Coming next on September 23rd: Cloudera Now 23: THE OPEN DATA LAKEHOUSE FOR TRUSTED AI
172 new support questions
6 new community articles
501 new members
Rank
Community Article
Author
Components/ Labels
#1
How to integrate Spark3 with HBase
Ranga Reddy @RangaReddy
Apache HBase
Apache Spark
Cloudera Data Platform (CDP)
Cloudera Data Platform Private Cloud (CDP-Private)
Cloudera Operational DB
#2
How to integrate Spark3 with Kudu
Ranga Reddy @RangaReddy
Apache Kudu
Apache Spark
Cloudera Data Platform (CDP)
#3
CML Customize Runtime with ease (Python, R, and CUDA all in one)
Ryan Cicak @RyanCicak
Cloudera Machine Learning (CML)
#4
CML - Custom Runtime - VsCode using Python 3.10
Ryan Cicak @RyanCicak
Cloudera Machine Learning (CML)
#5
How to change NiFi temporary staging path in case of security hardening
Usman Khan @usman35
Apache NiFi Cloudera Data Platform (CDP)
Cloudera Data Platform Private Cloud (CDP-Private)
We would like to recognize the below community members and employees for their efforts over the last month to provide community solutions.
See all our top participants at Top Solution Authors leaderboard and all the other leaderboards on our Leaderboards and Badges page.
@MattWho @ggangadharan @smruti @tj2007 @bbreak @SAMSAL @hanumanth @cotopaul @ChuckE @Faerballert
Share your expertise and answer some of the below open questions. Also, be sure to bookmark the unanswered question page to find additional open questions.
Unanswered Community Post
Components/ Labels
PBJ Workbench: All infos/warnings appear in red
Cloudera Machine Learning (CML)
Httpfs return code 500 with HDP3.1.5
HDFS
"org.apache.zookeeper.Login: TGT renewal thread has been interrupted and will exit" Messages on HBase Region Server Log
Apache HBase Apache Zookeeper Cloudera Data Platform Private Cloud (CDP-Private)
Query about data missing after disk replacement.
HDFS
How to get spark.executor.memory size of spark session?
Apache Spark
... View more
08-10-2023
04:41 PM
@ManasP 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. Thanks.
... View more
08-08-2023
07:49 AM
When im trying to install in my centos linux machine im facing issues like I have installed Phoenix in linux server but getting below error Caused by: java.lang.IllegalStateException: Multiple resources found for 'META-INF/native/liborg_apache_hbase_thirdparty_netty_transport_native_epoll_x86_64.so' with different content: [jar:file:/home/hadoop/hbase/hbase-2.5.5/lib/hbase-shaded-netty-4.1.4.jar!/META-INF/native/liborg_apache_hbase_thirdparty_netty_transport_native_epoll_x86_64.so, jar:file:/home/hadoop/hbase/hbase-2.5.5/lib/phoenix-client-hbase-2.5-5.1.3.jar!/META-INF/native/liborg_apache_hbase_thirdparty_netty_transport_native_epoll_x86_64.so] So is there any alternate way to install Apache Phoenix in centos 7
... View more
07-28-2023
05:21 PM
@Fabricio 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. Thanks.
... View more
07-28-2023
06:28 AM
Glad you resolved the issue. Just to add more context, The error indicates agent was unable to monitor the filesystem, likely the nfs is stuck. This results in agent to be stuck in monitoring the filesystem and unable to heartbeat to CM server. Hence Removing the NFS from monitored filesystem helped to resolve the issue.
... View more
07-26-2023
10:26 AM
@Eanhain Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our Hue experts @dturnau @Shawn_Wang who may be able to assist you further. Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
... View more