Home > Blockchain >  How can upload large files to the Horton work Sandbox HDP 2.6.5
How can upload large files to the Horton work Sandbox HDP 2.6.5

Time:03-21

Is there any solution dor the error "request Entity Too large" When try to upload file the size more than 200Mb using Hortonworks Sandbox 2.6.5?

CodePudding user response:

Generally, never use a UI tool to upload data to HDFS (Ambari, HUE, etc).

SCP files from your host into the Sandbox (or mount a shared volume), then use hdfs put CLI commands.

  • Related