Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Move files from one location to another once file copied to HDFS
Labels:
- Labels:
-
Apache NiFi
New Contributor
Created ‎09-04-2022 08:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need a quick help plz. I am trying to achieve below flow in Nifi :-
1.Copying raw files from the landing zone to HDFS
2.And once successfully copied to HDFS ,trying to move files from the landing zone (raw) to archive
I am able to copy from landing zone to HDFS using below flow GetSFTP--> FetchSFTP --> PUTHDFS
But unable to move from landing to archive (2nd step)
1 REPLY 1
Contributor
Created ‎09-09-2022 05:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can use the MoveHDFS NiFi operator to rename files in HDFS.
Cheers,
Jim
