Interaction with Spark on Jupyter-Spark1.4 + Jupyter + Hive + Hadoop 2.5.2
2.0K
The default memory of boot2docker is only 2G, and recommended system requirement is 4G. There may be some unexpection problem if memory is not enough. You can change the default memory setting in following way:
vim ~/.boot2docker/profileMemory = 4096 in this file.docker pull bryanyang0528/docker-spark-hive-ipythongit clone https://github.com/bryanyang0528/docker-spark-hive-ipython.gitcd docker-spark-hive-ipythondocker build .docker images confirm the images iddocker tag <images id> docker-spark-hive-ipython:latestdocker run -d -p 8888:8888 -p 4040:4040 --name pyspark bryanyang0528/docker-spark-hive-ipythonhttp://localhost:8888 in any browser. The link of Spark UI is http://localhost:4040.boot2docker ip confirm the ip address of boot2docker,the type http://<boot2docker ip>:8888in the browser.Content type
Image
Digest
sha256:dc212ccda…
Size
2.1 GB
Last updated
almost 11 years ago
docker pull bryanyang0528/docker-spark-hive-ipython