The google cloud provides connectors for working with Hadoop.(https://cloud.google.com/hadoop/google-cloud-storage-connector)
Using the connector, I receive data from hdfs to google cloud storage
ex)
hadoop discp hdfs://${path} gs://${path}
but data is too large(16TB) and receive speed is just 2mb/s
So, I try to change set up distcp ( map property, bandwith property ... )
However speed is same.
How to speed up distcp when transferring data from HDFS to Google Cloud Storage