Member since
02-07-2019
2748
Posts
241
Kudos Received
31
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2478 | 08-21-2025 10:43 PM | |
| 2785 | 04-15-2025 10:34 PM | |
| 7283 | 10-28-2024 12:37 AM | |
| 2488 | 09-04-2024 07:38 AM | |
| 4506 | 06-10-2024 10:24 PM |
01-30-2026
07:22 AM
@gurumoorthyk have you found the answer to your question. 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.
... View more
01-30-2026
01:38 AM
This Error refers to Hadoop ACLs The Azure ACL and RBAC was correctly assigned. The snapshot location must reside within the same directory as the HBase directory. The HBase user seems to have only access to this directory. For example, we used something like the following path: > abfss://storagefs@mystorageaccount.dfs.core.windows.net/cod-ouiftSmthLikeThis/hbase/.hbase-snapshot This confusion was caused by the default backup location set to the logs container during the environment creation. Follow-up questions: 1. Where is an official documentation or guidelines location addressing this topic? 2. What backups are stored in the default location? Only the cluster backups? 3. How can the Hadoop configuration be modified to allow the use of a different container for storing manual backups? 4. How can we give HBase the rights to access different storage locations?
... View more
01-19-2026
01:15 AM
@Runa27 management.server.address -- defines HTTP URL on which NiFi listens for management requests. Doc Ref : https://nifi.apache.org/nifi-docs/administration-guide.html Please try setting below property as part of " bootstrap.conf " and then start the Nifi service. java.arg.mng12=-Dorg.apache.nifi.management.server.address=127.0.0.1:<port-number> Please check if the port-number <for example: 9990> is not defined and replace the same in the property Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped. ThankYou, Hari
... View more
01-11-2026
10:14 PM
@zhouweibo As mentioned previously, please provide the DDL, sample data, and corresponding SQL to reproduce the problem. With this information, we can reproduce the problem locally and offer an exact working solution.
... View more
01-09-2026
01:46 PM
Hi @haridjh I tried to delete the VC using `cdp de delete-vc --vc-id... --cluster-id...` and got an error result of auth failed: (Status Code: 403; Error Code: PERMISSION_DENIED; Service: de; Operation: deleteVc; Request ID: 94ac6721-5242-43d2-963b-c5b907ca030c;)
... View more
01-09-2026
05:44 AM
1 Kudo
@Pashazadeh Apache NiFI 2.0.x was a technical milestone/preview releases that underwent many changes before the first GA release with NiFi 2.1.x. I would not expect a change in behavior going forward, unless some bug is introduced or the community agrees on a change in functionality/behavior. While I don't have a specific answer to what bug resulted in the difference in behavior you encountered, here are some changes that affected the JsonRecordSetWriter. NIFI-14331 NIFI-13963 / NIFI-13843 NIFI-12670 If you still have your NiFi 2.0.0 running, you could run your flow using a convertRecord with same record readers and writers and then compare the output content with what you see with 2.7.1 output. Maybe that can help figure out what is happening and if either of those bugs affecting earlier NiFi 2.x versions is related. Thanks, Matt
... View more
01-05-2026
12:57 AM
Hello @shubham_rai Could you please provide an update on this? Was the hive on Tez not restarted, or was a false stale entry present on the hive on Tez? Was a restart required or stale entry icon was gone on its own? Did you find any error in CM server logs? Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
... View more
12-17-2025
07:13 PM
Thanks Matt, thats a very useful explanation.
... View more
12-16-2025
10:17 PM
Thanks for responding with a resolution that worked for you, @Pedro_E. I'll mark your response as a solution.
... View more
12-16-2025
01:20 AM
1 Kudo
@hshaikh, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution to help others find the answer more easily in the future.
... View more