Skip to content

Instantly share code, notes, and snippets.

@ashee
Last active January 24, 2017 19:16
Show Gist options
  • Save ashee/82c427f0aa26317322b33e4f85e4a204 to your computer and use it in GitHub Desktop.
Save ashee/82c427f0aa26317322b33e4f85e4a204 to your computer and use it in GitHub Desktop.
Apache Zeppelin local setup

Import Note default size limit

Default size is configured at 1024000 (1MB) which prevents any notebook bigger than a MB to fail. Zeppelin distribution comes with a file /usr/local/Cellar/apache-zeppelin/0.6.2/libexec/conf/zeppelin-env.sh.template Make a copy of this file and rename it to zeppelin-env.sh increasing the size to something bigger.

$ vim /usr/local/Cellar/apache-zeppelin/0.6.2/libexec/conf/zeppelin-env.sh.template

export ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE=10240000

$ zeppelin-daemon.sh restart

setup apache spark

https://oleweidner.com/blog/2015/getting-started-with-spark-on-osx/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment