Reputation: 5
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?
Upvotes: 0
Views: 293
Reputation: 191963
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.
Upvotes: 0