Member since
03-23-2017
110
Posts
2
Kudos Received
5
Solutions
07-26-2023
06:51 AM
@SAMSAL This looks like a plausible solution. Let me try it out.
... View more
07-25-2023
07:20 AM
Hi, I have a nifi flow which has 1000's of flow files. Each of the flow file has an impala/hive statement and each of them have different execution times. How do i use control rate processor to trigger next flow file only if the previous flow file has been processed (success/failure of the flow file doesn't matter)?
... View more
Labels:
07-21-2023
03:37 AM
Hi, Is there any processor to add some text/characters to each line in the flowfile in Nifi. Replace text seems to be more complicated given that the partiton value keeps changing. compute incremental stats mydb.mytable partition (date=2023-07-21); compute incremental stats mydb.mytable partition (name=abc); to compute incremental stats mydb.mytable partition (date='2023-07-21'); compute incremental stats mydb.mytable partition (name='abc'); Note: date=2023-07-21 comes as a complete string from the sys.partitions.part_name table in hive. We will need to add '' to the date.
... View more
Labels:
- Labels:
-
Apache NiFi
12-19-2022
08:17 AM
Hi, I'm using CDP Public cloud(7.2.15) with CML (2.0.34-b116) and have a Team created. However, we now want to rename the team name but dont have any option in the UI. Is there any option available through API??
... View more
Labels:
- Labels:
-
Cloudera
-
Cloudera AI
10-31-2022
06:21 AM
@Ninja Try below. The login using credentials: root / hadoop Type the following commands: ambari-admin-password-reset
... View more
10-31-2022
06:11 AM
@Sunilkumarks There is no such monitoring in CDP Public cloud. In CDP Private Cloud maybe you could use cloudera manager and then build your own grafana and dashboards.
... View more