Re: Fw: Data copy from HDFS to MinIO regularly

2025-04-05 Thread Steve Loughran
distcp can upload a directory tree of changed files, for cloud storage it looks for the different in file timestamps Otherwise, the HDFS namenode has an log4j audit logger: org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit This prints out all namenode filesystem operations in a structured

Fw: Data copy from HDFS to MinIO regularly

2025-03-11 Thread Arif Kamil Yilmaz
Subject: Data copy from HDFS to MinIO regularly Hello Team, There is an application that was developed a long time ago, and this application processes 10GB of binary data per hour using MapReduce and generates 100GB of data, which is then written to the HDFS file system. My goal is to move