Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can falcon move data from hdfs to non-hdfs storage?

avatar
Master Guru

Can falcon move data from hdfs to non-hdfs storage? I want to move data from hdfs to some external storage area which is non-hdfs. just a simple file system.

1 ACCEPTED SOLUTION

avatar
Expert Contributor
4 REPLIES 4

avatar
Expert Contributor

To add to what @vramachandran said, Falcon also supports replication to Azure ( http://hortonworks.com/hadoop-tutorial/incremental-backup-data-hdp-azure-disaster-recovery-burst-cap... and AWS as well.

avatar
Super Guru

@Sunile Manjee

Have you figured-out this? Can Falcon replicate to ext4 file system, for example? None of the responses above addressed your actual question.

avatar
Master Guru

avatar
Expert Contributor

Falcon uses hadoop distributed filesystem abstraction to do the replication -be it s3 or wasb. It essentially uses distcp, so whatever requirements are there for distcp in terms of accessing a filesystem applies to Falcon replication as well