CSCfi / spark-openshift

Run Apache Spark on Openshift
MIT License
9 stars 9 forks source link

Cannot upload bigger than ~800KB file via Jupyter WebUI #3

Closed juhahu closed 5 years ago

juhahu commented 5 years ago

Probably problem with NGINX config.

juhahu commented 5 years ago

That can be fixed by changing the client max body size unlimited by adding following line _client_max_bodysize 0; to ${CLUSTER_NAME}-nginx-config-jupyter config map on spark-template.yml file.