Member since
11-17-2021
1167
Posts
262
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 444 | 04-23-2026 02:02 PM | |
| 1042 | 03-17-2026 05:26 PM | |
| 6506 | 11-05-2025 10:13 AM | |
| 1224 | 10-16-2025 02:45 PM | |
| 2084 | 10-06-2025 01:01 PM |
10-02-2023
11:13 PM
Hi @pranav007 The required setup is little bit complex. You can try copy the core-site.xml, hdfs-site.xml, yarn-site.xml, hive-site.xml, mapred-site.xml, krb_configuration files to resource folder. In the spark code, you need to add a two parameters i.e spark.driver.extraJavaOptions and spark.executor.extraJavaOptionsby specifiing the krb_file location. --conf spark.driver.extraJavaOptions="-Djava.security.krb5.conf=KRB5_PATH" \
--conf spark.executor.extraJavaOptions="-Djava.security.krb5.conf=KRB5_PATH" \
... View more
10-01-2023
01:03 PM
@piyush7829, Change the setting of the EvaluateJsonPath "Destination" Property to flowfile-attribute instead of flowfile-content. Setting this property with the later value will change the whole flowfile content and wont create the attribute you are looking for in the replacetext processor. if that still doesnt work, make sure to check after the EvaluateJsonPath to see if the "match_id" attribute was created and populated with the correct value, if not then I need to see the response from the GetMongo processor to make sure the correct path is being set in the EvaluateJsonPath.
... View more
09-28-2023
02:39 PM
Here are some highlights from the month of July
DianaTorres_0-1695925373090.png
DianaTorres_1-1695925373073.png
Coming next on October 25th: Storage User Group Meetup
Check out the FY24 Cloudera Meetup Events Calendar for upcoming & past event details!
DianaTorres_2-1695925373182.png
Coming next on October 26th: Virtual Event: The Open Data Lakehouse For Trusted Ai
DianaTorres_3-1695925372974.png
167 new support questions
6 new community articles
481 new members
DianaTorres_4-1695925373184.png
DianaTorres_5-1695925373150.png
DianaTorres_6-1695925372989.png
Rank
Community Article
Author
Components/ Labels
#1
How to call a CML Deployed Model From Apache NiFi in 10 minutes Or Less
Ian Brooks (ibrooks)
Apache NiFi
Cloudera Data Science Workbench (CDSW)
Cloudera Machine Learning (CML)
#2
How to integrate Apache Spark with Solr Framework
Ranga Reddy (RangaReddy)
Apache Solr Apache Spark Cloudera Data Platform (CDP) Cloudera Data Platform Private Cloud (CDP-Private)
#3
How to split and transform complex XML with EvaluateXQuery Processor
Samer Saleh (SAMSAL)
Apache NiFi
#4
Issues using newer versions of python packages such as mlflow in CDSW runtime images
Usman Khan (usman35)
Cloudera Data Science Workbench (CDSW)
#5
Distributed XGBoost with PySpark in Cloudera Machine Learning
Paul de Fusco (pauldefusco)
Cloudera Data Science Workbench (CDSW) Cloudera Machine Learning (CML)
DianaTorres_7-1695925373040.png
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.
DianaTorres_8-1695925373144.png
@MattWho @steven-matison @Kartik_Agarwal @RangaReddy @smruti @SAMSAL @cotopaul @aarongrubb @aggo @yagoaparecidoti
DianaTorres_9-1695925373101.png
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
09-28-2023
12:55 AM
Thank you so much SAMSAL it's working
... View more
09-25-2023
04:27 PM
@need_help 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
09-25-2023
02:45 PM
@Frank37 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
09-22-2023
06:02 AM
1 Kudo
Thank you, for now i implemented scala on hue and it works
... View more
09-18-2023
02:39 PM
@wcg_hdp_manager 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
09-18-2023
02:22 PM
@Vishn 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
09-14-2023
12:31 AM
keberos authentication is not enabled i have hue and hive in same server [beeswax] # Host where HiveServer2 is running. # If Kerberos security is enabled, use fully-qualified domain name (FQDN). hive_server_host=xxx.xxx.x.xxx # Port where HiveServer2 Thrift server runs on. hive_server_port=10000 Search data and saved documents... hue Task History 3 days ago Creating database sdatabase 3 days ago Creating database saname Jobs Hive Databases (0) Error loading databases. Hive Sample: Customers Email Survey Opt-Ins, Customers for Shipping ZIP Code, Total Amount per Order text 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 -- Get email survey opt-in values for all customers SELECT c.id, c.name, c.email_preferences.categories.surveys FROM customers c; -- Select customers for a given shipping ZIP Code SELECT customers.id, customers.name FROM customers WHERE customers.addresses['shipping'].zip_code = '76710'; -- Compute total amount per order for all customers Query History Saved Queries Query Builder 7 days ago Sample: Customers -- Get email survey opt-in values for all customers SELECT c.id, c.name, c.email_preferences.categories.surveys FROM customers c; -- Select customers for a given shipping ZIP Code SELECT customers.id, customers.name FROM customers WHERE customers.addresses['shipping'].zip_code = '76710'; -- Compute total amount per order for all customers SELECT c.id AS customer_id, c.name AS customer_name, ords.order_id AS order_id, SUM(order_items.price * order_items.qty) AS total_amount FROM customers c LATERAL VIEW EXPLODE(c.orders) o AS ords LATERAL VIEW EXPLODE(ords.items) i AS order_items GROUP BY c.id, c.name, ords.order_id; Assistant Functions Tables Statement 1/3 default.customers Sessions Hive Recreate Close Add a property...FilesFunctionsSettings i have changed the port and tried but same issue Could not connect to 192.168.1.137:10000
... View more